1. f837c93 Implement video plane layer by Wonsik Kim · 11 years ago
  2. 89450d4 surfaceflinger: add BoardConfig.mk variable to force 32-bit by Colin Cross · 11 years ago
  3. c354eff Fix handling of undefined TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS by Jesse Hall · 11 years ago
  4. 6a96846 Add a boardconfig to force HWC composition of virtual displays by Naseer Ahmed · 11 years ago
  5. 0a645cc SurfaceFlinger: give SF its own vsync phase by Jamie Gennis · 11 years ago
  6. d170075 SurfaceFlinger: Add EventControlThread by Jamie Gennis · 11 years ago
  7. faf77cc SurfaceFlinger: SW-based vsync events by Jamie Gennis · 11 years ago
  8. ff2ed70 color blindness enhancement by Mathias Agopian · 11 years ago
  9. 9414d67 make sure SF initialization is ran at target priority and correct thread group by Mathias Agopian · 11 years ago
  10. 4f4f094 SurfaceFlinger now runs in the process's main thread by Mathias Agopian · 11 years ago
  11. 49457ac Encapsulate textures into their own Texture class by Mathias Agopian · 11 years ago
  12. 3f84483 SurfaceFlinger now uses GLES 2.x when available by Mathias Agopian · 11 years ago
  13. 7ffaa7c move services executables sources in their respective src folder by Mathias Agopian · 11 years ago
  14. 595264f BufferQueue improvements and APIs changes by Mathias Agopian · 11 years ago
  15. 875d8e1 Refactor SF. Move all GL operations in their own class. by Mathias Agopian · 12 years ago
  16. 85cce37 Basic binary event-log helpers by Mathias Agopian · 12 years ago
  17. b6df7d0 make all libsurfaceflinger and libsensorservice symbols's visibility hidden by Mathias Agopian · 12 years ago
  18. e737c11 Remove experimental HWC virtual display support by Jesse Hall · 12 years ago
  19. 8a0cb4e Add liblog by Ying Wang · 12 years ago
  20. 80e0a39 Add BufferQueueInterposer and use it for virtual displays by Jesse Hall · 12 years ago
  21. 99c7dbb Add DisplaySurface abstraction by Jesse Hall · 12 years ago
  22. 13127d8 Get rid of LayerBase. by Mathias Agopian · 12 years ago
  23. 089a152 Remove support for ScreenshotLayer by Mathias Agopian · 12 years ago
  24. 392edd8 SurfaceFlinger: Move GraphicBufferAlloc to libgui by Jamie Gennis · 12 years ago
  25. bf974ab Refactor SurfaceTexture a bit. by Andy McFadden · 12 years ago
  26. 82dbc74 SurfaceFlinger: refactor frame time tracking by Jamie Gennis · 12 years ago
  27. cdbaecb SurfaceFlinger: make the num FBs a board config by Jamie Gennis · 12 years ago
  28. 1b3aeb4 fix SurfaceFlinger DDMS debugging by Mathias Agopian · 12 years ago
  29. f33e4b6 GraphicBufferAlloc class was declared twice by Mathias Agopian · 12 years ago
  30. 63f165f add libsurfaceflinger_ddmconnection for PDK build by Keun young Park · 12 years ago
  31. c1d359d break SF dependencies on libdvm and libandroid_runtime by Mathias Agopian · 12 years ago
  32. d3ee231 cleanups in preparation of bigger changes by Mathias Agopian · 12 years ago
  33. 0f2f5ff rename DisplayHardware to DisplayDevice by Mathias Agopian · 12 years ago
  34. 1b03149 get rid of GraphicPlane by Mathias Agopian · 13 years ago
  35. 5df9962 fix typo in makefile LOCAL_CFLAGS was spelled LOCAL_CLFAGS by Mathias Agopian · 13 years ago
  36. db403e8 split-up Client.h out of SurfaceFlinger.h by Mathias Agopian · 13 years ago
  37. 3e87601 Implement SurfaceFlinger's ANW on top of BufferQueue by Mathias Agopian · 13 years ago
  38. 03e4072 set vsync power hint by Mathias Agopian · 13 years ago
  39. 7f42a9c triple buffering is now controled by BoardConfig and enabled by default by Mathias Agopian · 13 years ago
  40. 3eb38cb SurfaceFlinger now uses the new VSYNC HAL API. by Mathias Agopian · 13 years ago
  41. cb9732a refactor / simplify EventThread by Mathias Agopian · 13 years ago
  42. 3854ed5 surfaceflinger: disable ddms debugging on pdk builds by Colin Cross · 13 years ago
  43. 622cfad fixup include paths by Mathias Agopian · 13 years ago
  44. 303d538 ui freeze workaround: reenable triple buffering mode by Mathias Agopian · 13 years ago
  45. 99ce5cd separate transactions from updates by Mathias Agopian · 13 years ago
  46. 2bfa31c Nexus S now reports the proper frame-rate by Mathias Agopian · 13 years ago
  47. 8aedd47 SF now synchronizes to VSYNC by Mathias Agopian · 13 years ago
  48. d0566bc Add support for sending VSYNC events to the framework by Mathias Agopian · 13 years ago
  49. 439cf85 Fix build. by Mathias Agopian · 13 years ago
  50. 8219e91 Merge changes If4126023,Iacda2386,I1eb691f7,Ib56139f8 by Mathias Agopian · 13 years ago
  51. 461afeb Add support for sending VSYNC events to the framework by Mathias Agopian · 13 years ago
  52. b8bb31d temporarily hardcode Nexus S refresh rate by Mathias Agopian · 13 years ago
  53. 4654944 remove hack that hardcoded the refresh rate by Mathias Agopian · 13 years ago
  54. 2f78cf1 Back to 59fps by Dave Burke · 13 years ago
  55. 385977f workaround to set the WM refresh rate to 48 Hz for tuna devices only by Mathias Agopian · 13 years ago
  56. 118d024 Add a LayerScreenshot by Mathias Agopian · 13 years ago
  57. e9800c8 Revert "Add a LayerScreenshot" by Mathias Agopian · 13 years ago
  58. f171ab6 Add a LayerScreenshot by Mathias Agopian · 13 years ago
  59. 57bf9e7 enable EGL_IMG_context_priority for the omap4 platform by Mathias Agopian · 13 years ago
  60. 8afb7e3 as a debug option SrufaceFlinger can now connect to DDMS by Mathias Agopian · 13 years ago
  61. cb6c755 SurfaceFlinger: use async mode for video & cam by Jamie Gennis · 13 years ago
  62. baa44b8 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 14 years ago
  63. a67932f unify SurfaceTexture and Surface by Mathias Agopian · 14 years ago
  64. d87f162 merge libsurfaceflinger_client into libgui by Mathias Agopian · 14 years ago
  65. 455d18d minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so. by Mathias Agopian · 14 years ago
  66. 1293a8e More clean-up. Get rid off the "blur" effect in SurfaceFlinger by Mathias Agopian · 14 years ago
  67. a5529c8 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 14 years ago
  68. 47a7946 am fb31036f: am 583fefc8: Merge "Use the context_priority extension when present." into gingerbread by Mathias Agopian · 14 years ago
  69. 6722681 Use the context_priority extension when present. by Mathias Agopian · 14 years ago
  70. 8b42e8a Squashed commit of the following: by Andreas Huber · 14 years ago
  71. 000ca8f revert hwcomposer HAL changes. DO NOT MERGE. by Mathias Agopian · 14 years ago
  72. a350ff9 call into hwcomposer HAL when present by Mathias Agopian · 14 years ago
  73. 81bac09 move native services under services/ by Mathias Agopian · 15 years ago[Renamed from libs/surfaceflinger/Android.mk]
  74. a8f3e4e fix live wallpapers on Droid by Mathias Agopian · 15 years ago
  75. 5d8f41c remove a hack that was used only used on h/w we no longer support. by Mathias Agopian · 15 years ago
  76. 1f7bec6 Revert "Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger"" by Mathias Agopian · 15 years ago
  77. e049a95 Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger" by Andreas Huber · 15 years ago
  78. 01e4483 fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger by Mathias Agopian · 15 years ago
  79. 96f0819 clean-up client management. by Mathias Agopian · 15 years ago
  80. d606de6 Refactor some code in surfaceflinger in preparation of upcoming changes by Mathias Agopian · 15 years ago
  81. eda6540 remove a dependency of surfaceflinger on libskia by Mathias Agopian · 15 years ago
  82. 9cce325 split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 15 years ago
  83. a9ec9be Revert "When using MDP, we needed to use a texture for diming." by Dima Zavin · 15 years ago
  84. 2f0a0a5 When using MDP, we needed to use a texture for diming. by Mathias Agopian · 15 years ago
  85. 9e911ef fix [2262591] Junk on screen in ERD46 by Mathias Agopian · 15 years ago
  86. 3330b20 fix [2167050] glTexImage2D code path buggy in SurfaceFlinger by Mathias Agopian · 15 years ago
  87. cbb288b fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly by Mathias Agopian · 15 years ago
  88. af0b0f0 enable HW acceleration for the Dim Surface on 8k devices by Mathias Agopian · 15 years ago
  89. d606003 first attempt to fix the sim by Mathias Agopian · 16 years ago
  90. e0528ba rename libsgl/libcorecg to libskia by Mike Reed · 16 years ago
  91. af54ab9 don't need to link against libsgl by Mathias Agopian · 16 years ago
  92. 5911aa9 copybit now uses a native_handle_t* instead of a fd/offset by Mathias Agopian · 16 years ago
  93. 945ebbf implement dimming with a texture on msm7k so it uses copybit by Mathias Agopian · 16 years ago
  94. 310f8da merge master to master_gl by Mathias Agopian · 16 years ago
  95. bdbf6b0 am 69a6c3eb: Merge change 2292 into donut by Android (Google) Code Review · 16 years ago
  96. a1ecca9 split boot animation out of SurfaceFlinger by Mathias Agopian · 16 years ago
  97. 208059f checkpoint: split libutils into libutils + libbinder by Mathias Agopian · 16 years ago
  98. 0926f50 update surfaceflinger, libui and libagl to the new gralloc api by Mathias Agopian · 16 years ago
  99. f1d8e87 a brand new MessageQueue for SurfaceFlinger. by Mathias Agopian · 16 years ago
  100. 01b7668 more splitting of Surface/SurfaceControl. Surface.java is now implemented in terms of Surface and SurfaceControl. by Mathias Agopian · 16 years ago