1. 4e606e3 egl: Remove retire event. by Brian Anderson · 8 years ago
  2. 527747d Revert "get rid of IGraphicBufferAlloc" by Chia-I Wu · 8 years ago
  3. 1da94df get rid of IGraphicBufferAlloc by Mathias Agopian · 8 years ago
  4. 6961b6b Remove unneeded references to IMemory by Mathias Agopian · 8 years ago
  5. e1f5e6f Break dependency of libui on libbinder by Mathias Agopian · 8 years ago
  6. 2b5dd40 Fix include dependencies by Mathias Agopian · 8 years ago
  7. 1db73f6 SurfaceFlinger: Add support for non-privileged clients. by Robert Carr · 9 years ago
  8. ae06083 SurfaceFlinger and libgui: Switch Z-order to signed type. by Robert Carr · 9 years ago
  9. 3890c39 Cache frame event history producer-side. by Brian Anderson · 9 years ago
  10. 069b365 Add displayPresentTime to getFrameTimestamps by Brian Anderson · 9 years ago
  11. c1ba5c4 Multithreaded Surface Replayer that replays traces by Sahil Dhanju · 9 years ago
  12. 19cd2f8 Merge \"Color transforms are now color modes.\" into nyc-mr1-dev am: f42ca4da5b by Michael Wright · 9 years ago
  13. 28f24d0 Color transforms are now color modes. by Michael Wright · 9 years ago
  14. 68a593e resolve merge conflicts of 168dc86 to nyc-dev-plus-aosp by Chih-Hung Hsieh · 9 years ago
  15. e2347b7 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  16. c4f471e Plumb HDR capabilities up to SurfaceComposerClient by Dan Stoza · 9 years ago
  17. 60d6922 libsgui: Change Rect default constructor by Pablo Ceballos · 10 years ago
  18. a21b7a0 am b93bca5d: am a59d7a6a: Merge "GUI: Remove unused variables" by Andreas Gampe · 11 years ago
  19. b93bca5 am a59d7a6a: Merge "GUI: Remove unused variables" by Andreas Gampe · 11 years ago
  20. 7398a5a GUI: Remove unused variables by Andreas Gampe · 11 years ago
  21. dd883c0 libgui: Enable -Weverything and -Werror by Dan Stoza · 11 years ago
  22. ae33eff Fix crash when user provides large values in the Parcel. by Michael Lentine · 11 years ago
  23. d723bd7 libgui: Enable -Weverything and -Werror by Dan Stoza · 11 years ago
  24. e12cfc2 am 55f71bc0: Merge "Replace IInterface::asBinder() with a static" by Marco Nelissen · 11 years ago
  25. 097ca27 Replace IInterface::asBinder() with a static by Marco Nelissen · 11 years ago
  26. 2ea926b Replace IInterface::asBinder() with a static by Marco Nelissen · 11 years ago
  27. 8afa1c4 Fix crash when user provides large values in the Parcel. by Michael Lentine · 11 years ago
  28. 67d8bd6 surfaceflinger: add getDisplayStats() method by Lajos Molnar · 11 years ago
  29. c3ebe66 Add rotation to surfaceflingers screen cap. by Riley Andrews · 11 years ago
  30. 2c9b11f surfaceflinger: Replace blank/unblank with setPowerMode by Prashant Malani · 11 years ago
  31. c187900 SurfaceFlinger: Add sourceCrop to screenshot by Dan Stoza · 11 years ago
  32. 7f7da32 Enable changing display configuration by Dan Stoza · 11 years ago
  33. d85084b Adding render stats APIs to UiAutomation (framework native). by Svetoslav · 11 years ago
  34. c701401 Allow disabling layer rotation during screenshots by Dan Stoza · 11 years ago
  35. 6c913be Add ISurfaceComposer::destroyDisplay by Jesse Hall · 12 years ago
  36. 3ca76f4 remove support for glReadPixels screenshot path by Mathias Agopian · 12 years ago
  37. abe815d rework how we take screenshots for a CPU consumer by Mathias Agopian · 12 years ago
  38. 2a9fc49 rework screenshot API and implementation by Mathias Agopian · 12 years ago
  39. 2adaf04 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 13 years ago
  40. dd3cb84 SurfaceFlinger: add support for secure displays by Jamie Gennis · 13 years ago
  41. c01a79d Pass display arg to blank/unblank by Andy McFadden · 13 years ago
  42. 8dfa92f Plumb display name into SurfaceFlinger by Andy McFadden · 13 years ago
  43. 9d4e3d2 Banish DisplayID from the SurfaceFlinger API. by Jeff Brown · 13 years ago
  44. e57f292 make multi-display more real by Mathias Agopian · 13 years ago
  45. 92efd84 screen-off animation won't be handled by SF anymore by Mathias Agopian · 13 years ago
  46. c666cae get rid of the shared-memory control block by Mathias Agopian · 13 years ago
  47. 8b33f03 update SF binder protocol to support setting display attributes by Mathias Agopian · 13 years ago
  48. 3094df3 First prototype atttempting to support an external display by Mathias Agopian · 13 years ago
  49. 8e53306 surfaceflinger: replace early suspend with binder call from PowerManager by Colin Cross · 13 years ago
  50. 90ac799 fix libgui header location by Mathias Agopian · 13 years ago
  51. e6f43dd Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  52. 99ed224 Use the standard CC_LIKELY and CC_UNLIKELY macros by Glenn Kasten · 14 years ago
  53. d0566bc Add support for sending VSYNC events to the framework by Mathias Agopian · 14 years ago
  54. 439cf85 Fix build. by Mathias Agopian · 14 years ago
  55. 461afeb Add support for sending VSYNC events to the framework by Mathias Agopian · 14 years ago
  56. 2837839 SurfaceFlinger: make sync transactions explicit by Jamie Gennis · 14 years ago
  57. b8d69a5 SurfaceFlinger: update orientation via transactions by Jamie Gennis · 14 years ago
  58. 582270d SurfaceTexture: fix queues-to-composer by Jamie Gennis · 14 years ago
  59. 698c087 SF transactions are now O(1) wrt IPC instead of O(N). by Mathias Agopian · 14 years ago
  60. a67932f unify SurfaceTexture and Surface by Mathias Agopian · 14 years ago
  61. d87f162 merge libsurfaceflinger_client into libgui by Mathias Agopian · 14 years ago[Renamed from libs/surfaceflinger_client/ISurfaceComposer.cpp]
  62. 134f042 ANativeWindow: add queues-to-window-composer check. by Jamie Gennis · 14 years ago
  63. cc866ed Merge "Fix the ISurfaceComposer onTransact switch." by Mathias Agopian · 14 years ago
  64. 9a78c90 Fix remote GraphicBuffer allocation in SurfaceFlinger. by Jamie Gennis · 14 years ago
  65. 4956334 Add the ISurfaceComposer::createGraphicBuffer IPC. by Jamie Gennis · 15 years ago
  66. 151f2f5 Fix the ISurfaceComposer onTransact switch. by Jamie Gennis · 15 years ago
  67. bf2c6a6 [3258939] Need snapshot to limit which layers are included by Mathias Agopian · 15 years ago
  68. 9daa5c9 implement part of [3094280] New animation for screen on and screen off by Mathias Agopian · 15 years ago
  69. 59119e6 turn off the electron beam by Mathias Agopian · 15 years ago
  70. df85c45 refactored screenshot code by Mathias Agopian · 15 years ago
  71. 1b0b30d add support for [1974164] Be able to take a screen shot on the device by Mathias Agopian · 15 years ago
  72. b7e930d split surface management from surface's buffers management by Mathias Agopian · 15 years ago
  73. 7e27f05 more clean-up in preparation of bigger changes by Mathias Agopian · 15 years ago
  74. 9cce325 split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 15 years ago[Renamed (98%) from libs/ui/ISurfaceComposer.cpp]
  75. 7303c6b get rid of references to MemoryDealer in SurfaceFlinger by Mathias Agopian · 16 years ago
  76. 723ec00 Merge commit 'goog/master' into merge_master by Mathias Agopian · 16 years ago
  77. 83c0446 some work to try to reduce the code size of some native libraries by Mathias Agopian · 16 years ago
  78. 310f8da merge master to master_gl by Mathias Agopian · 16 years ago
  79. c5b2c0b move libbinder's header files under includes/binder by Mathias Agopian · 16 years ago
  80. 076b1cc Integrate from //sandbox/mathias/donut/...@145728 by Mathias Agopian · 16 years ago
  81. c08731e AI 143320: am: CL 143171 am: CL 142873 fix [1732012] Only show screen rotation animation when triggered by sensor by Mathias Agopian · 16 years ago
  82. edbf3b6 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  83. d5193d9 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  84. 7c1b96a Initial Contribution by The Android Open Source Project · 17 years ago