1. 29fa959 Revert "Implement video plane layer" by Wonsik Kim · 10 years ago
  2. f837c93 Implement video plane layer by Wonsik Kim · 10 years ago
  3. c701401 Allow disabling layer rotation during screenshots by Dan Stoza · 10 years ago
  4. 10ca42c am 4c37d088: am 6c7dcfa9: am 662d3134: Merge "Move EGLConfig selection to RenderEngine" by Jesse Hall · 11 years ago
  5. 05f8c70 Move EGLConfig selection to RenderEngine by Jesse Hall · 11 years ago
  6. cd65a2c am bbfbe93c: am 0a645cc5: SurfaceFlinger: give SF its own vsync phase by Jamie Gennis · 11 years ago
  7. 5727fc0 am 47c772e8: am d1700756: SurfaceFlinger: Add EventControlThread by Jamie Gennis · 11 years ago
  8. c6694b4 resolved conflicts for merge of e94d204a to master by Jesse Hall · 11 years ago
  9. 0a645cc SurfaceFlinger: give SF its own vsync phase by Jamie Gennis · 11 years ago
  10. d170075 SurfaceFlinger: Add EventControlThread by Jamie Gennis · 11 years ago
  11. 948fe0c Disable hardware vsync when blanking the screen by Jesse Hall · 11 years ago
  12. b85d2cf resolved conflicts for merge of 790b6d09 to master by Jamie Gennis · 11 years ago
  13. faf77cc SurfaceFlinger: SW-based vsync events by Jamie Gennis · 11 years ago
  14. 0c6fd94 am 92d7c3ee: am b65f32eb: Fix two EGLConfig selection bugs by Jesse Hall · 11 years ago
  15. b65f32e Fix two EGLConfig selection bugs by Jesse Hall · 11 years ago
  16. 1c479c5 am 754bad45: am d555684c: reinstate black-screenshot debugging code by Mathias Agopian · 11 years ago
  17. 4d57553 am f589dd29: am e2a3e872: Merge "Fix GLES context version selection" into klp-dev by Mathias Agopian · 11 years ago
  18. d555684 reinstate black-screenshot debugging code by Mathias Agopian · 11 years ago
  19. 2185f8b Fix GLES context version selection by Mathias Agopian · 11 years ago
  20. 9c5a333 Add API for pushing color transforms to SurfaceFlinger by Alan Viverette · 11 years ago
  21. ff2ed70 color blindness enhancement by Mathias Agopian · 11 years ago
  22. 4f4f094 SurfaceFlinger now runs in the process's main thread by Mathias Agopian · 11 years ago
  23. 9e663de Use new HWC display type/count constants. by Jesse Hall · 11 years ago
  24. 3f84483 SurfaceFlinger now uses GLES 2.x when available by Mathias Agopian · 11 years ago
  25. 6c913be Add ISurfaceComposer::destroyDisplay by Jesse Hall · 11 years ago
  26. 3ca76f4 remove support for glReadPixels screenshot path by Mathias Agopian · 11 years ago
  27. 6547ff4 surfaceflinger: add frame duration logging by Jamie Gennis · 11 years ago
  28. 547e98f Merge "Refactor SF. Move all GL operations in their own class." by Mathias Agopian · 11 years ago
  29. fee2b46 Debug code for detecting all black pixels screenshots by Mathias Agopian · 11 years ago
  30. 875d8e1 Refactor SF. Move all GL operations in their own class. by Mathias Agopian · 11 years ago
  31. 29c3f35 Prevent opaque windows from making framebuffer translucent by Jesse Hall · 11 years ago
  32. b6df7d0 make all libsurfaceflinger and libsensorservice symbols's visibility hidden by Mathias Agopian · 11 years ago
  33. 0aea53f use a Framebuffer Object to render all screenshots by Mathias Agopian · 11 years ago
  34. 74d211a clean-up/simplify all dump() APIs by Mathias Agopian · 11 years ago
  35. 180f10d Improve screenshot performance on some devices (DO NOT MERGE) by Mathias Agopian · 11 years ago
  36. 02d8656 Clean up HWC state when releasing a DisplayDevice by Jesse Hall · 11 years ago
  37. 48bc05b Fix dump when virtual display exists by Jesse Hall · 11 years ago
  38. ed98557 make sure screenshot are in a format supported by Bitmap.java by Mathias Agopian · 11 years ago
  39. b4b1730 only use glReadPixels() when needed when taking screenshots by Mathias Agopian · 11 years ago
  40. abe815d rework how we take screenshots for a CPU consumer by Mathias Agopian · 11 years ago
  41. 6710604 get rid of purgatory and fix QueuesToWindowComposer query by Mathias Agopian · 11 years ago
  42. 4d9b822 get rid of ISurface by Mathias Agopian · 11 years ago
  43. 13127d8 Get rid of LayerBase. by Mathias Agopian · 11 years ago
  44. b79f61d fold LayerBaseClient into LayerBase by Mathias Agopian · 11 years ago
  45. 089a152 Remove support for ScreenshotLayer by Mathias Agopian · 11 years ago
  46. 2a9fc49 rework screenshot API and implementation by Mathias Agopian · 11 years ago
  47. e3c697f Refactoring: Rename SurfaceTextureClient to Surface by Mathias Agopian · 11 years ago
  48. ac9fa42 get rid of Surface identity and token by Mathias Agopian · 11 years ago
  49. 4b0eba9 SurfaceFlinger: add win anim frame time tracking by Jamie Gennis · 11 years ago
  50. 2adaf04 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 12 years ago
  51. 692c723 Create builtin display tokens on demand by Jesse Hall · 12 years ago
  52. dd3cb84 SurfaceFlinger: add support for secure displays by Jamie Gennis · 12 years ago
  53. db9b41f fix a corruption in blank/unblank by Mathias Agopian · 12 years ago
  54. 2d5e230 SurfaceFlinger: add animation transactions by Jamie Gennis · 12 years ago
  55. cb55857 fix dumpsys Layer name when using multiple displays by Mathias Agopian · 12 years ago
  56. 81cd5d3 make sure we don't call into the HWC HAL when not needed by Mathias Agopian · 12 years ago
  57. c01a79d Pass display arg to blank/unblank by Andy McFadden · 12 years ago
  58. 722b98f add support for EGL_FRAMEBUFFER_TARGET_ANDROID by Mathias Agopian · 12 years ago
  59. 4803b74 Show build config in dumpsys SurfaceFlinger by Andy McFadden · 12 years ago
  60. 148994e We now report hotplug events to the framework by Mathias Agopian · 12 years ago
  61. f33e4b6 GraphicBufferAlloc class was declared twice by Mathias Agopian · 12 years ago
  62. 8dfa92f Plumb display name into SurfaceFlinger by Andy McFadden · 12 years ago
  63. cde87a3 refactor things a bit by Mathias Agopian · 12 years ago
  64. ce3a0a5 don't call hwc with non-empty layer lists for blanked displays by Mathias Agopian · 12 years ago
  65. da8d0a5 implement display viewport and frame by Mathias Agopian · 12 years ago
  66. 63f165f add libsurfaceflinger_ddmconnection for PDK build by Keun young Park · 12 years ago
  67. 55801e4 we were not always clearing the screen properly by Mathias Agopian · 12 years ago
  68. 3ee454a Eradicate DisplayID. by Mathias Agopian · 12 years ago
  69. 9d4e3d2 Banish DisplayID from the SurfaceFlinger API. by Jeff Brown · 12 years ago
  70. 13a082e Added display initialization method by Andy McFadden · 12 years ago
  71. 0bceb84 surfaceflinger: fix display id selection by Jamie Gennis · 12 years ago
  72. 9b6a395 Revert "Added display initialization method" by Andy McFadden · 12 years ago
  73. 53ade08 Added display initialization method by Andy McFadden · 12 years ago
  74. f1bf89d Revert "Added display initialization method" by Ramanan Rajeswaran · 12 years ago
  75. 3f39562 Added display initialization method by Andy McFadden · 12 years ago
  76. cd60f99 refactor compositing code to avoid multiple eglMakeCurrent() calls by Mathias Agopian · 12 years ago
  77. 5f20e2d reimplement wifi display hack with new external display SF framework by Mathias Agopian · 12 years ago
  78. e57f292 make multi-display more real by Mathias Agopian · 12 years ago
  79. 4297734 turn DisplayDevice into a reference-counted object by Mathias Agopian · 12 years ago
  80. 888c822 remove a dependency of DisplayDevice on the refresh rate by Mathias Agopian · 12 years ago
  81. 92efd84 screen-off animation won't be handled by SF anymore by Mathias Agopian · 12 years ago
  82. 92a979a We now have a real list of displays. by Mathias Agopian · 12 years ago
  83. 0f2f5ff rename DisplayHardware to DisplayDevice by Mathias Agopian · 12 years ago
  84. 52bbb1a getting closer to final main composition loop by Mathias Agopian · 12 years ago
  85. 87baae1 get rid of global regions that should be tracked per display by Mathias Agopian · 12 years ago
  86. 34a09ba Move eglSwapBuffers out of HWComposer by Jesse Hall · 12 years ago
  87. c666cae get rid of the shared-memory control block by Mathias Agopian · 12 years ago
  88. 8630320 split HWComposer out of DisplayHardware by Mathias Agopian · 12 years ago
  89. 8b33f03 update SF binder protocol to support setting display attributes by Mathias Agopian · 12 years ago
  90. 921e6ac SurfaceFlinger cleanup by Mathias Agopian · 12 years ago
  91. a491260 factor EGL/GL and surface creation out of DisplayHardware by Mathias Agopian · 12 years ago
  92. 3b1d2b6 mVisibleLayersSortedByZ is now maintained per display by Mathias Agopian · 12 years ago
  93. 4fec873 one more step towards multiple display support by Mathias Agopian · 12 years ago
  94. 1b03149 get rid of GraphicPlane by Mathias Agopian · 12 years ago
  95. 3094df3 First prototype atttempting to support an external display by Mathias Agopian · 12 years ago
  96. aa049f0 am 8aaf3e47: am a67e418e: Exit boot animation cleanly. by Mathias Agopian · 12 years ago
  97. a67e418 Exit boot animation cleanly. by Mathias Agopian · 12 years ago
  98. db403e8 split-up Client.h out of SurfaceFlinger.h by Mathias Agopian · 12 years ago
  99. 8e53306 surfaceflinger: replace early suspend with binder call from PowerManager by Colin Cross · 12 years ago
  100. b9494d5 make sure to clear the framebuffer when using overlays by Mathias Agopian · 12 years ago