1. 29c3f35 Prevent opaque windows from making framebuffer translucent by Jesse Hall · 12 years ago
  2. b6df7d0 make all libsurfaceflinger and libsensorservice symbols's visibility hidden by Mathias Agopian · 12 years ago
  3. 0aea53f use a Framebuffer Object to render all screenshots by Mathias Agopian · 12 years ago
  4. 74d211a clean-up/simplify all dump() APIs by Mathias Agopian · 12 years ago
  5. 180f10d Improve screenshot performance on some devices (DO NOT MERGE) by Mathias Agopian · 12 years ago
  6. 02d8656 Clean up HWC state when releasing a DisplayDevice by Jesse Hall · 12 years ago
  7. 48bc05b Fix dump when virtual display exists by Jesse Hall · 12 years ago
  8. ed98557 make sure screenshot are in a format supported by Bitmap.java by Mathias Agopian · 12 years ago
  9. b4b1730 only use glReadPixels() when needed when taking screenshots by Mathias Agopian · 12 years ago
  10. abe815d rework how we take screenshots for a CPU consumer by Mathias Agopian · 12 years ago
  11. 6710604 get rid of purgatory and fix QueuesToWindowComposer query by Mathias Agopian · 12 years ago
  12. 4d9b822 get rid of ISurface by Mathias Agopian · 12 years ago
  13. 13127d8 Get rid of LayerBase. by Mathias Agopian · 12 years ago
  14. b79f61d fold LayerBaseClient into LayerBase by Mathias Agopian · 12 years ago
  15. 089a152 Remove support for ScreenshotLayer by Mathias Agopian · 12 years ago
  16. 2a9fc49 rework screenshot API and implementation by Mathias Agopian · 12 years ago
  17. e3c697f Refactoring: Rename SurfaceTextureClient to Surface by Mathias Agopian · 12 years ago
  18. ac9fa42 get rid of Surface identity and token by Mathias Agopian · 12 years ago
  19. 4b0eba9 SurfaceFlinger: add win anim frame time tracking by Jamie Gennis · 12 years ago
  20. 2adaf04 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 13 years ago
  21. 692c723 Create builtin display tokens on demand by Jesse Hall · 13 years ago
  22. dd3cb84 SurfaceFlinger: add support for secure displays by Jamie Gennis · 13 years ago
  23. db9b41f fix a corruption in blank/unblank by Mathias Agopian · 13 years ago
  24. 2d5e230 SurfaceFlinger: add animation transactions by Jamie Gennis · 13 years ago
  25. cb55857 fix dumpsys Layer name when using multiple displays by Mathias Agopian · 13 years ago
  26. 81cd5d3 make sure we don't call into the HWC HAL when not needed by Mathias Agopian · 13 years ago
  27. c01a79d Pass display arg to blank/unblank by Andy McFadden · 13 years ago
  28. 722b98f add support for EGL_FRAMEBUFFER_TARGET_ANDROID by Mathias Agopian · 13 years ago
  29. 4803b74 Show build config in dumpsys SurfaceFlinger by Andy McFadden · 13 years ago
  30. 148994e We now report hotplug events to the framework by Mathias Agopian · 13 years ago
  31. f33e4b6 GraphicBufferAlloc class was declared twice by Mathias Agopian · 13 years ago
  32. 8dfa92f Plumb display name into SurfaceFlinger by Andy McFadden · 13 years ago
  33. cde87a3 refactor things a bit by Mathias Agopian · 13 years ago
  34. ce3a0a5 don't call hwc with non-empty layer lists for blanked displays by Mathias Agopian · 13 years ago
  35. da8d0a5 implement display viewport and frame by Mathias Agopian · 13 years ago
  36. 63f165f add libsurfaceflinger_ddmconnection for PDK build by Keun young Park · 13 years ago
  37. 55801e4 we were not always clearing the screen properly by Mathias Agopian · 13 years ago
  38. 3ee454a Eradicate DisplayID. by Mathias Agopian · 13 years ago
  39. 9d4e3d2 Banish DisplayID from the SurfaceFlinger API. by Jeff Brown · 13 years ago
  40. 13a082e Added display initialization method by Andy McFadden · 13 years ago
  41. 0bceb84 surfaceflinger: fix display id selection by Jamie Gennis · 13 years ago
  42. 9b6a395 Revert "Added display initialization method" by Andy McFadden · 13 years ago
  43. 53ade08 Added display initialization method by Andy McFadden · 13 years ago
  44. f1bf89d Revert "Added display initialization method" by Ramanan Rajeswaran · 13 years ago
  45. 3f39562 Added display initialization method by Andy McFadden · 13 years ago
  46. cd60f99 refactor compositing code to avoid multiple eglMakeCurrent() calls by Mathias Agopian · 13 years ago
  47. 5f20e2d reimplement wifi display hack with new external display SF framework by Mathias Agopian · 13 years ago
  48. e57f292 make multi-display more real by Mathias Agopian · 13 years ago
  49. 4297734 turn DisplayDevice into a reference-counted object by Mathias Agopian · 13 years ago
  50. 888c822 remove a dependency of DisplayDevice on the refresh rate by Mathias Agopian · 13 years ago
  51. 92efd84 screen-off animation won't be handled by SF anymore by Mathias Agopian · 13 years ago
  52. 92a979a We now have a real list of displays. by Mathias Agopian · 13 years ago
  53. 0f2f5ff rename DisplayHardware to DisplayDevice by Mathias Agopian · 13 years ago
  54. 52bbb1a getting closer to final main composition loop by Mathias Agopian · 13 years ago
  55. 87baae1 get rid of global regions that should be tracked per display by Mathias Agopian · 13 years ago
  56. 34a09ba Move eglSwapBuffers out of HWComposer by Jesse Hall · 13 years ago
  57. c666cae get rid of the shared-memory control block by Mathias Agopian · 13 years ago
  58. 8630320 split HWComposer out of DisplayHardware by Mathias Agopian · 13 years ago
  59. 8b33f03 update SF binder protocol to support setting display attributes by Mathias Agopian · 13 years ago
  60. 921e6ac SurfaceFlinger cleanup by Mathias Agopian · 13 years ago
  61. a491260 factor EGL/GL and surface creation out of DisplayHardware by Mathias Agopian · 13 years ago
  62. 3b1d2b6 mVisibleLayersSortedByZ is now maintained per display by Mathias Agopian · 13 years ago
  63. 4fec873 one more step towards multiple display support by Mathias Agopian · 13 years ago
  64. 1b03149 get rid of GraphicPlane by Mathias Agopian · 13 years ago
  65. 3094df3 First prototype atttempting to support an external display by Mathias Agopian · 13 years ago
  66. aa049f0 am 8aaf3e47: am a67e418e: Exit boot animation cleanly. by Mathias Agopian · 13 years ago
  67. a67e418 Exit boot animation cleanly. by Mathias Agopian · 13 years ago android-cts-4.1_r1
  68. db403e8 split-up Client.h out of SurfaceFlinger.h by Mathias Agopian · 13 years ago
  69. 8e53306 surfaceflinger: replace early suspend with binder call from PowerManager by Colin Cross · 13 years ago
  70. b9494d5 make sure to clear the framebuffer when using overlays by Mathias Agopian · 13 years ago
  71. a2f4e56 get rid off preserve backbuffer optimization in SF by Mathias Agopian · 13 years ago
  72. b60314a rework screen on/off code by Mathias Agopian · 13 years ago
  73. cb9732a refactor / simplify EventThread by Mathias Agopian · 13 years ago
  74. 90ac799 fix libgui header location by Mathias Agopian · 13 years ago
  75. 99ce5cd separate transactions from updates by Mathias Agopian · 14 years ago
  76. ad8d13c remove unneeded code by Mathias Agopian · 14 years ago
  77. 25e66fc added a few more commands to SF's dumpsys by Mathias Agopian · 14 years ago
  78. 82d7ab6 improve SurfaceFlinger dumpsys by Mathias Agopian · 14 years ago
  79. 55ef343 remove dead/usnused code by Mathias Agopian · 14 years ago
  80. 99ed224 Use the standard CC_LIKELY and CC_UNLIKELY macros by Glenn Kasten · 14 years ago
  81. 478ae5e Improve the VSYNC api a bit. by Mathias Agopian · 14 years ago
  82. 43bfe7f am a91e54fe: am f57c1388: Merge "SurfaceFlinger: fix layer removal race condition" into ics-mr1 by Jesse Hall · 14 years ago
  83. 2f4b68d SurfaceFlinger: fix layer removal race condition by Jesse Hall · 14 years ago
  84. d0566bc Add support for sending VSYNC events to the framework by Mathias Agopian · 14 years ago
  85. 439cf85 Fix build. by Mathias Agopian · 14 years ago
  86. 461afeb Add support for sending VSYNC events to the framework by Mathias Agopian · 14 years ago
  87. 4a9ac37 Fix rotation displays frame N-1 briefly while rotating by Mathias Agopian · 14 years ago
  88. 51726c3 am aa938c8d: Merge "mDirtyRegion is single threaded, but could be accessed from a hwc thread" into ics-mr0 by Mathias Agopian · 14 years ago
  89. 0dfb7b7 mDirtyRegion is single threaded, but could be accessed from a hwc thread by Mathias Agopian · 14 years ago
  90. 818fb24 am 70ac412b: Merge "Add a LayerScreenshot" into ics-mr0 by Dave Burke · 14 years ago
  91. 118d024 Add a LayerScreenshot by Mathias Agopian · 14 years ago
  92. cdec8f0 am 840b8a67: Revert "Add a LayerScreenshot" by Mathias Agopian · 14 years ago
  93. 090cb44 Merge branch 'master' of ssh://android-git:29418/platform/frameworks/base by Elliott Hughes · 14 years ago
  94. e9800c8 Revert "Add a LayerScreenshot" by Mathias Agopian · 14 years ago
  95. a402c4c SurfaceFlinger: Remove display freezing code by Jamie Gennis · 14 years ago
  96. 2837839 SurfaceFlinger: make sync transactions explicit by Jamie Gennis · 14 years ago
  97. f171ab6 Add a LayerScreenshot by Mathias Agopian · 14 years ago
  98. b8d69a5 SurfaceFlinger: update orientation via transactions by Jamie Gennis · 14 years ago
  99. f7cdd05 fix an issue where the screen could stay off by Mathias Agopian · 14 years ago
  100. 9575f60 SurfaceFlinger: screenshots w/ protected buffers by Jamie Gennis · 14 years ago