1. a2f4e56 get rid off preserve backbuffer optimization in SF by Mathias Agopian · 12 years ago
  2. b60314a rework screen on/off code by Mathias Agopian · 12 years ago
  3. cb9732a refactor / simplify EventThread by Mathias Agopian · 12 years ago
  4. 90ac799 fix libgui header location by Mathias Agopian · 12 years ago
  5. 99ce5cd separate transactions from updates by Mathias Agopian · 13 years ago
  6. ad8d13c remove unneeded code by Mathias Agopian · 13 years ago
  7. 25e66fc added a few more commands to SF's dumpsys by Mathias Agopian · 13 years ago
  8. 82d7ab6 improve SurfaceFlinger dumpsys by Mathias Agopian · 13 years ago
  9. 55ef343 remove dead/usnused code by Mathias Agopian · 13 years ago
  10. 99ed224 Use the standard CC_LIKELY and CC_UNLIKELY macros by Glenn Kasten · 13 years ago
  11. 478ae5e Improve the VSYNC api a bit. by Mathias Agopian · 13 years ago
  12. 43bfe7f am a91e54fe: am f57c1388: Merge "SurfaceFlinger: fix layer removal race condition" into ics-mr1 by Jesse Hall · 13 years ago
  13. 2f4b68d SurfaceFlinger: fix layer removal race condition by Jesse Hall · 13 years ago
  14. d0566bc Add support for sending VSYNC events to the framework by Mathias Agopian · 13 years ago
  15. 439cf85 Fix build. by Mathias Agopian · 13 years ago
  16. 461afeb Add support for sending VSYNC events to the framework by Mathias Agopian · 13 years ago
  17. 4a9ac37 Fix rotation displays frame N-1 briefly while rotating by Mathias Agopian · 13 years ago
  18. 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
  19. 0dfb7b7 mDirtyRegion is single threaded, but could be accessed from a hwc thread by Mathias Agopian · 13 years ago
  20. 818fb24 am 70ac412b: Merge "Add a LayerScreenshot" into ics-mr0 by Dave Burke · 13 years ago
  21. 118d024 Add a LayerScreenshot by Mathias Agopian · 13 years ago
  22. cdec8f0 am 840b8a67: Revert "Add a LayerScreenshot" by Mathias Agopian · 13 years ago
  23. 090cb44 Merge branch 'master' of ssh://android-git:29418/platform/frameworks/base by Elliott Hughes · 13 years ago
  24. e9800c8 Revert "Add a LayerScreenshot" by Mathias Agopian · 13 years ago
  25. a402c4c SurfaceFlinger: Remove display freezing code by Jamie Gennis · 13 years ago
  26. 2837839 SurfaceFlinger: make sync transactions explicit by Jamie Gennis · 13 years ago
  27. f171ab6 Add a LayerScreenshot by Mathias Agopian · 13 years ago
  28. b8d69a5 SurfaceFlinger: update orientation via transactions by Jamie Gennis · 13 years ago
  29. f7cdd05 fix an issue where the screen could stay off by Mathias Agopian · 13 years ago
  30. 9575f60 SurfaceFlinger: screenshots w/ protected buffers by Jamie Gennis · 13 years ago
  31. e2c2f92 Force a repaint when hwc invalidate hook is called by Mathias Agopian · 13 years ago
  32. 21230c6 Handle orientation changes more systematically. Bug: 4981385 by Jeff Brown · 13 years ago
  33. 9c6e297 fix transition from full overlays to fb by Mathias Agopian · 13 years ago
  34. 0656a68 rename mInvalidRegion to mSwapRegion by Mathias Agopian · 13 years ago
  35. f9abeb9 Fix another problem with refreshing the screen when switching to/from overlay by Mathias Agopian · 13 years ago
  36. f384cc3 Fix an issue is SF that caused drawing artifacts when hwc changed mode by Mathias Agopian · 13 years ago
  37. a458364 Add a debug option to turn the "transformation hint" off by Mathias Agopian · 13 years ago
  38. 53331da fix "show screen update" debug option. by Mathias Agopian · 13 years ago
  39. 582270d SurfaceTexture: fix queues-to-composer by Jamie Gennis · 13 years ago
  40. 8afb7e3 as a debug option SrufaceFlinger can now connect to DDMS by Mathias Agopian · 13 years ago
  41. 47d0812 SurfaceFlinger doesn't rely on having a custom RefBase destructor by Mathias Agopian · 13 years ago
  42. 7e91886 Merge "don't kill surfaceflinger when system process dies" by Mathias Agopian · 13 years ago
  43. 1f339ff don't kill surfaceflinger when system process dies by Mathias Agopian · 13 years ago
  44. d9e8c64 return an error code with gralloc buffer allocation failures by Mathias Agopian · 13 years ago
  45. 698c087 SF transactions are now O(1) wrt IPC instead of O(N). by Mathias Agopian · 13 years ago
  46. 99b4984 PermissionCache caches permission checks by Mathias Agopian · 13 years ago
  47. a67932f unify SurfaceTexture and Surface by Mathias Agopian · 13 years ago
  48. ca4d360 Fix a race that could cause GL commands to be executed from the wrong thread. by Mathias Agopian · 13 years ago
  49. dea20b1 Fix a race in SurfaceFlinger that could cause layers to be leaked forever. by Mathias Agopian · 13 years ago
  50. 4f11374 Fix a race-condtion in SurfaceFlinger that could lead to a crash. by Mathias Agopian · 13 years ago
  51. 0ef4e15 Get rid of the "pid" parameter from createSurface by Mathias Agopian · 13 years ago
  52. 4cb1888 Fix a GraphicBuffer leak in SurfaceTexture by Mathias Agopian · 13 years ago
  53. 1bbafb9 Fix some const-ness and comments by Mathias Agopian · 13 years ago
  54. 134f042 ANativeWindow: add queues-to-window-composer check. by Jamie Gennis · 13 years ago
  55. 2bd1d95 clean-up unneeded code by Mathias Agopian · 14 years ago
  56. 0d3dcc4 Merge "partially fix [3306150] HTML5 video with H/W acceleration blackout" into honeycomb by Mathias Agopian · 14 years ago
  57. 76cd4dd partially fix [3306150] HTML5 video with H/W acceleration blackout by Mathias Agopian · 14 years ago
  58. a49576f Merge "fix [3312683] Camera mirroring problem after switching from back to front camera" into honeycomb by Mathias Agopian · 14 years ago
  59. ad456f9 fix [3312683] Camera mirroring problem after switching from back to front camera by Mathias Agopian · 14 years ago
  60. 9a78c90 Fix remote GraphicBuffer allocation in SurfaceFlinger. by Jamie Gennis · 14 years ago
  61. 4956334 Add the ISurfaceComposer::createGraphicBuffer IPC. by Jamie Gennis · 14 years ago
  62. bf2c6a6 [3258939] Need snapshot to limit which layers are included by Mathias Agopian · 14 years ago
  63. 1293a8e More clean-up. Get rid off the "blur" effect in SurfaceFlinger by Mathias Agopian · 14 years ago
  64. a5529c8 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 14 years ago
  65. fb3051b am 7e9a54d4: am d4e03f37: addresses parts of 3096779 and 3097475 by Mathias Agopian · 14 years ago
  66. e33a35f am 5bfa3a34: am 011b5bcc: Merge "implement part of [3094280] New animation for screen on and screen off add support for screen on animation" into gingerbread by Mathias Agopian · 14 years ago
  67. abd671a addresses parts of 3096779 and 3097475 by Mathias Agopian · 14 years ago
  68. 503d2d4 am 9a12a3c8: am ba799098: Merge changes I76513387,I335fb671 into gingerbread by Joe Onorato · 14 years ago
  69. 9daa5c9 implement part of [3094280] New animation for screen on and screen off by Mathias Agopian · 14 years ago
  70. 59119e6 turn off the electron beam by Mathias Agopian · 14 years ago
  71. df85c45 refactored screenshot code by Mathias Agopian · 14 years ago
  72. 74c40c0 refactored screenshot code by Mathias Agopian · 14 years ago
  73. a3aefeb am 495ad4f2: am beabe75a: Merge changes I1f7c4535,I741c68a2 into gingerbread by Mathias Agopian · 14 years ago
  74. 1b0b30d add support for [1974164] Be able to take a screen shot on the device by Mathias Agopian · 14 years ago
  75. 73d3ba9 add a way to toggle the h/w composer at runtime by Mathias Agopian · 14 years ago
  76. 000ca8f revert hwcomposer HAL changes. DO NOT MERGE. by Mathias Agopian · 14 years ago
  77. a350ff9 call into hwcomposer HAL when present by Mathias Agopian · 14 years ago
  78. f6679fc get rid of our LayerVector implementation by Mathias Agopian · 14 years ago
  79. 4da7519 keep a list of visible sorted surfaces by Mathias Agopian · 14 years ago
  80. a1e6bc8 added BinderService<> template to help creating native binder services by Mathias Agopian · 14 years ago
  81. 81bac09 move native services under services/ by Mathias Agopian · 14 years ago[Renamed from libs/surfaceflinger/SurfaceFlinger.h]
  82. b7e930d split surface management from surface's buffers management by Mathias Agopian · 14 years ago
  83. 96f0819 clean-up client management. by Mathias Agopian · 14 years ago
  84. 7e27f05 more clean-up in preparation of bigger changes by Mathias Agopian · 14 years ago
  85. bb64124 fix the threading issue for setBuffercount() by Mathias Agopian · 14 years ago
  86. 1b5e102 more surfaceflinger cleanups by Mathias Agopian · 14 years ago
  87. 285dbde Added a name to Surface created by SurfaceFlinger by Mathias Agopian · 14 years ago
  88. 9cce325 split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 15 years ago
  89. 2b92d89 Add support for physically rotated displays by Mathias Agopian · 15 years ago
  90. 0408772 fix [2297155] SurfaceFlinger's freeze-timeout doesn't work by Mathias Agopian · 15 years ago
  91. 550a114 DO NOT MERGE: Another gcc 4.0.3 workaround. by Andy McFadden · 15 years ago
  92. 3330b20 fix [2167050] glTexImage2D code path buggy in SurfaceFlinger by Mathias Agopian · 15 years ago
  93. 8c0a3d7 fix [2133214] STOPSHIP: revert I4a06bb4f: workaround for [2113743] Sholes: frozen then runtime restart going to list view by Mathias Agopian · 15 years ago
  94. 2944a2b Work around gcc 4.0.3 bug. by Andy McFadden · 15 years ago
  95. 1f0ffc4 workaround for [2113743] Sholes: frozen then runtime restart going to list view by Mathias Agopian · 15 years ago
  96. cbb288b fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly by Mathias Agopian · 15 years ago
  97. 9795c42 dumpsys SurfaceFlinger will now always dump SF's state, even if SF is deadlocked by Mathias Agopian · 15 years ago
  98. 1c97d2e fix a bug that caused the PixelFormat viewed by Surface to be wrong. by Mathias Agopian · 15 years ago
  99. 5d7126b resolved conflicts for merge of ac38dfc5 to master by Mathias Agopian · 15 years ago
  100. 9701122 fix [2017532] Partial Update leaves residual image. by Mathias Agopian · 15 years ago