1. b731ae0 Move services/powermanager from frameworks/base to frameworks/native by Colin Cross · 13 years ago
  2. 9e0b1f8 remove libandroid.so from targets that don't need it by Colin Cross · 13 years ago
  3. 3854ed5 surfaceflinger: disable ddms debugging on pdk builds by Colin Cross · 13 years ago
  4. b5dd9c0 rewrite density calculation code so it's understandable by Mathias Agopian · 13 years ago
  5. 6fc0a9b displayhardware: fix not obeying ro.sf.lcd_density when specified by Dima Zavin · 13 years ago
  6. 1b15e1e surfaceflinger: use display dpi if not forced with ro.sf.lcd_nensity by Dima Zavin · 13 years ago
  7. b267579 SurfaceTexture: Fully refactored from BufferQueue by Daniel Lam · 13 years ago
  8. fddc28d add ATRACE logs for screenshots by Mathias Agopian · 13 years ago
  9. 35aadd6 fix surfaceflinger's dumpsys by Mathias Agopian · 13 years ago
  10. 622cfad fixup include paths by Mathias Agopian · 13 years ago
  11. 841cde5 add more ATRACE by Mathias Agopian · 13 years ago
  12. ed61a47 Merge "a window could get stuck to gpu composition" by Mathias Agopian · 13 years ago
  13. 1c8e95c Add tracing to various graphics components. by Jamie Gennis · 13 years ago
  14. ec923ee a window could get stuck to gpu composition by Mathias Agopian · 13 years ago
  15. 90ac799 fix libgui header location by Mathias Agopian · 13 years ago
  16. 870b8aa remove libui dependency on libEGL by Mathias Agopian · 13 years ago
  17. ff615cc deprecate L_8, LA_88 and RGB_332 in sdk by Mathias Agopian · 13 years ago
  18. fbc7922 workaround for an issue where the screen would flicker sometimes by Mathias Agopian · 13 years ago
  19. 4d143ee fix an issue in SF where we could miss some updates by Mathias Agopian · 13 years ago
  20. d11a108 Merge "createSurface getpid() first parameter was removed" by Glenn Kasten · 13 years ago
  21. 751d0bb Merge "SurfaceFlinger: set wrap mode on screenshot texture" by Mathias Agopian · 13 years ago
  22. e8c9ec6 createSurface getpid() first parameter was removed by Glenn Kasten · 13 years ago
  23. 1676828 Merge "Return information about whether overlays are disabled." by Dianne Hackborn · 13 years ago
  24. 12839be Return information about whether overlays are disabled. by Dianne Hackborn · 13 years ago
  25. f6de1c0 fix a crasher when starting SF with the screen off by Mathias Agopian · 13 years ago
  26. 303d538 ui freeze workaround: reenable triple buffering mode by Mathias Agopian · 13 years ago
  27. c95dbdc improve SF dumpsys by Mathias Agopian · 13 years ago
  28. b048cef fix UI freezes by Mathias Agopian · 13 years ago
  29. c9ca701 attempt to fix an ANR in various apps by Mathias Agopian · 13 years ago
  30. 064b68d Merge "separate transactions from updates" by Mathias Agopian · 13 years ago
  31. 67016af fix an issue where SF would spin if /sys/power/wait_for_fb_xxx don't exist by Mathias Agopian · 13 years ago
  32. 99ce5cd separate transactions from updates by Mathias Agopian · 13 years ago
  33. baf1c68 Merge "fix an issue with vsync event delivery" by Mathias Agopian · 13 years ago
  34. 3cf199a fix an issue with vsync event delivery by Mathias Agopian · 13 years ago
  35. 2bfa31c Nexus S now reports the proper frame-rate by Mathias Agopian · 13 years ago
  36. 8aedd47 SF now synchronizes to VSYNC by Mathias Agopian · 13 years ago
  37. ad8d13c remove unneeded code by Mathias Agopian · 13 years ago
  38. 25e66fc added a few more commands to SF's dumpsys by Mathias Agopian · 13 years ago
  39. 82d7ab6 improve SurfaceFlinger dumpsys by Mathias Agopian · 13 years ago
  40. e8696a4 hack up frame latency measurement by Jamie Gennis · 13 years ago
  41. 1db13d7 Get AID_GRAPHICS from right place by Glenn Kasten · 13 years ago
  42. b1d1c6d SurfaceFlinger: set wrap mode on screenshot texture by Michael I. Gold · 13 years ago
  43. 616c0cd fix a bug with vsync management by Mathias Agopian · 13 years ago
  44. 55ef343 remove dead/usnused code by Mathias Agopian · 13 years ago
  45. a72d0db Fix an issue with VSYNC by Mathias Agopian · 13 years ago
  46. e6f43dd Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  47. 32397c1 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  48. c267bab Merge "Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE" by Steve Block · 13 years ago
  49. 2adea70 Merge "Use the standard CC_LIKELY and CC_UNLIKELY macros" by Glenn Kasten · 13 years ago
  50. 99ed224 Use the standard CC_LIKELY and CC_UNLIKELY macros by Glenn Kasten · 13 years ago
  51. a19954a Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  52. 9d45368 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  53. 478ae5e Improve the VSYNC api a bit. by Mathias Agopian · 13 years ago
  54. 2374866 fix a deadlock when removing a DisplayEventConnection by Mathias Agopian · 13 years ago
  55. 75b95f5 Merge "fix an issue where invalidate/transactions could be missed" by Mathias Agopian · 13 years ago
  56. be42aef fix an issue where invalidate/transactions could be missed by Mathias Agopian · 13 years ago
  57. 43bfe7f am a91e54fe: am f57c1388: Merge "SurfaceFlinger: fix layer removal race condition" into ics-mr1 by Jesse Hall · 13 years ago
  58. 2228936 fix an issue where updates could starve transactions by Mathias Agopian · 13 years ago
  59. 2f4b68d SurfaceFlinger: fix layer removal race condition by Jesse Hall · 13 years ago
  60. 7954436 am e2970700: am e8ba2aba: Merge "add a way to access the version string of the h/w implementation of EGL" into ics-mr1 by Mathias Agopian · 13 years ago
  61. 363c4a9 Merge "add a way to access the version string of the h/w implementation of EGL" into ics-mr1 by Mathias Agopian · 13 years ago
  62. a4fbecd am 55d3880e: am bb1e7d43: Merge changes I7e973a35,Ib3386fcc into ics-mr1 by Mathias Agopian · 13 years ago
  63. bc2d79e add a way to access the version string of the h/w implementation of EGL by Mathias Agopian · 13 years ago
  64. 86edf4f SurfaceTexture: add EGL_KHR_fence_sync option by Jamie Gennis · 13 years ago
  65. d0566bc Add support for sending VSYNC events to the framework by Mathias Agopian · 13 years ago
  66. 439cf85 Fix build. by Mathias Agopian · 13 years ago
  67. 8219e91 Merge changes If4126023,Iacda2386,I1eb691f7,Ib56139f8 by Mathias Agopian · 13 years ago
  68. 461afeb Add support for sending VSYNC events to the framework by Mathias Agopian · 13 years ago
  69. f61c57f rewrite SF's message loop on top of Looper by Mathias Agopian · 13 years ago
  70. b8bb31d temporarily hardcode Nexus S refresh rate by Mathias Agopian · 13 years ago
  71. 4654944 remove hack that hardcoded the refresh rate by Mathias Agopian · 13 years ago
  72. 4b9511c rework a bit how we manage EGL extensions by Mathias Agopian · 13 years ago
  73. 2f78cf1 Back to 59fps by Dave Burke · 13 years ago
  74. 386aa98 Fix an issue where we could wait for a non-existing transaction by Mathias Agopian · 13 years ago
  75. a5f9676 Merge "Fix rotation displays frame N-1 briefly while rotating" into ics-mr1 by Mathias Agopian · 13 years ago
  76. 385977f workaround to set the WM refresh rate to 48 Hz for tuna devices only by Mathias Agopian · 13 years ago
  77. 4a9ac37 Fix rotation displays frame N-1 briefly while rotating by Mathias Agopian · 13 years ago
  78. 62f7114 fix Corrupted graphics while playing You Tube on orientation change by Mathias Agopian · 13 years ago
  79. 7f6aec0 Merge "Fix software GL renderer." by Xavier Ducrohet · 13 years ago
  80. 4c4163b Fix software GL renderer. by Xavier Ducrohet · 13 years ago
  81. 51726c3 am aa938c8d: Merge "mDirtyRegion is single threaded, but could be accessed from a hwc thread" into ics-mr0 by Mathias Agopian · 13 years ago
  82. 0dfb7b7 mDirtyRegion is single threaded, but could be accessed from a hwc thread by Mathias Agopian · 13 years ago
  83. 7ec662c am 16bece04: Merge "added dpi and refresh rate info in SF\'s dumpsys" into ics-mr0 by Mathias Agopian · 13 years ago
  84. d5e4ef9 added dpi and refresh rate info in SF's dumpsys by Mathias Agopian · 13 years ago
  85. 818fb24 am 70ac412b: Merge "Add a LayerScreenshot" into ics-mr0 by Dave Burke · 13 years ago
  86. 675370a am f7613743: Merge "Don\'t call hwc set() if there is nothing new to do" into ics-mr0 by Mathias Agopian · 13 years ago
  87. 5ba8f36 am 23bf2505: Merge "Make sure set GL state properly" into ics-mr0 by Mathias Agopian · 13 years ago
  88. 118d024 Add a LayerScreenshot by Mathias Agopian · 13 years ago
  89. 3a3cad3 Don't call hwc set() if there is nothing new to do by Mathias Agopian · 13 years ago
  90. c492e67 Make sure set GL state properly by Mathias Agopian · 13 years ago
  91. cdec8f0 am 840b8a67: Revert "Add a LayerScreenshot" by Mathias Agopian · 13 years ago
  92. 5bacca6 am 4fb6416e: Merge "we need to guarantee that h/w comp set() is called when a buffer has been retired" into ics-mr0 by Mathias Agopian · 13 years ago
  93. 090cb44 Merge branch 'master' of ssh://android-git:29418/platform/frameworks/base by Elliott Hughes · 13 years ago
  94. e9800c8 Revert "Add a LayerScreenshot" by Mathias Agopian · 13 years ago
  95. a44b041 we need to guarantee that h/w comp set() is called when a buffer has been retired by Mathias Agopian · 13 years ago
  96. a402c4c SurfaceFlinger: Remove display freezing code by Jamie Gennis · 13 years ago
  97. 23c2c5d SurfaceFlinger: add some layer update tests by Jamie Gennis · 13 years ago
  98. 2837839 SurfaceFlinger: make sync transactions explicit by Jamie Gennis · 13 years ago
  99. f171ab6 Add a LayerScreenshot by Mathias Agopian · 13 years ago
  100. b8d69a5 SurfaceFlinger: update orientation via transactions by Jamie Gennis · 13 years ago