1. b009448 [RenderEngine] Support extended SRGB transform. by Peiyong Lin · 8 years ago
  2. ca35d8d Merge changes I362ec1fc,I2d574855 by TreeHugger Robot · 8 years ago
  3. f58625d SF: Introduce libsurfaceflinger_unittest by Lloyd Pique · 8 years ago
  4. 66ce40d SF: Convert to Android.bp by Lloyd Pique · 8 years ago
  5. 8d2651e surfaceflinger: support BT2020_ITU_PQ by Chia-I Wu · 8 years ago
  6. c12e5b8 Merge "[SurfaceFlinger] Update ColorLayer to set dataspace." by Peiyong Lin · 8 years ago
  7. 13170c8 [SurfaceFlinger] Update ColorLayer to set dataspace. by Peiyong Lin · 8 years ago
  8. a2163aa Merge changes from topic "re-hdr" by Chia-I Wu · 8 years ago
  9. 5c6e463 surfaceflinger: always advertise HDR10 when wide color is available by Chia-I Wu · 8 years ago
  10. 131d376 surfaceflinger: add BT2020_PQ support to RenderEngine by Chia-I Wu · 8 years ago
  11. 7e65bc0 surfaceflinger: generalize Description::mIsWideGamut by Chia-I Wu · 8 years ago
  12. 8755122 Update hwcomposer include paths by Courtney Goeltzenleuchter · 8 years ago
  13. 0c11459 Merge "SurfaceFlinger: Change to support client target flip" by Matthew Bouyack · 8 years ago
  14. 88a905b SurfaceFlinger: Change to support client target flip by Madhuri Athota · 8 years ago
  15. f1831a1 Merge "SurfaceFlinger: Do not capture rounded corners on screenshots" by TreeHugger Robot · 8 years ago
  16. 8acf5a0 SurfaceFlinger: Do not capture rounded corners on screenshots by Adrian Roos · 8 years ago
  17. 5a96326 Force client composition if we'd use rotator by Jorim Jaggi · 8 years ago
  18. 5b15ef6 Enable IMG_context_priority depending on availability by Jorim Jaggi · 8 years ago
  19. a67cda6 Merge "SurfaceFlinger: Optimize region calculation for invisible layers." by TreeHugger Robot · 8 years ago
  20. e5f4f69 SurfaceFlinger: Optimize region calculation for invisible layers. by Robert Carr · 8 years ago
  21. c520831 Use wide color modes with external displays by Lloyd Pique · 8 years ago
  22. 2ae2b3b Allow a primary display disconnect by Lloyd Pique · 8 years ago
  23. 715a2c1 Determine displayType in SurfaceFlinger by Lloyd Pique · 8 years ago
  24. fcd8661 Eliminate duplicate device creation code by Lloyd Pique · 8 years ago
  25. ba04e62 Move hotplug processing to the main thread by Lloyd Pique · 8 years ago
  26. 347200f Create processDisplayChangesLocked by Lloyd Pique · 8 years ago
  27. 7989421 Merge "[SurfaceFlinger] Replace NULL with nullptr." by Peiyong Lin · 8 years ago
  28. 566a3b4 [SurfaceFlinger] Replace NULL with nullptr. by Peiyong Lin · 8 years ago
  29. 87704c9 Get layer trace status from SurfaceFlinger service by Vishnu Nair · 8 years ago
  30. 25429cb surfaceflinger: Description init style change by Greg Kaiser · 8 years ago
  31. b941e69 surfaceflinger: Initialize Description field by Greg Kaiser · 8 years ago
  32. 7a94772 surfaceflinger: Remove unused variable by Greg Kaiser · 8 years ago
  33. de50968 Merge "Restore ability of system to screenshot secure layers." by TreeHugger Robot · 8 years ago
  34. 03480e2 Restore ability of system to screenshot secure layers. by Robert Carr · 8 years ago
  35. 9bad0d7 Add plumbing for HDR metadata by Courtney Goeltzenleuchter · 8 years ago
  36. 154f5bb Merge "Avoid unnecessary calls to updateTransformHint" by Rob Carr · 8 years ago
  37. cf37f9e Merge "Correct setLayer variants." by TreeHugger Robot · 8 years ago
  38. 7f96780 Merge "libui: use unique_fd in Fence" by TreeHugger Robot · 8 years ago
  39. 93d120d Merge "surfaceflinger: defer EGLImage creation" by Chia-I Wu · 8 years ago
  40. 11f2a9b surfaceflinger: defer EGLImage creation by Chia-I Wu · 8 years ago
  41. df1badd libui: use unique_fd in Fence by Chia-I Wu · 8 years ago
  42. b28c674 surfaceflinger: rename BufferLayer::mSurfaceFlingerConsumer by Chia-I Wu · 8 years ago
  43. a26d082 surfaceflinger: fix fence fd double close by Chia-I Wu · 8 years ago
  44. 415cc5a Merge "SF: Switch computeBounds to return FloatRect" by TreeHugger Robot · 8 years ago
  45. 9c57956 Merge "surfaceflinger: do not check HWC2::Capability::SkipValidate" am: c770d27ff0 am: 45f9c3871b by Chia-I Wu · 8 years ago
  46. 7fef217 Merge "surfaceflinger: do not check HWC2::Capability::SkipValidate" am: c770d27ff0 by Chia-I Wu · 8 years ago
  47. c770d27 Merge "surfaceflinger: do not check HWC2::Capability::SkipValidate" by Chia-I Wu · 8 years ago
  48. f03a7f8 Merge "Fix sanitizer in surfaceflinger waitForEvent." am: a7b2ac212a by Ivan Lozano · 8 years ago
  49. 043488d Merge "Fix surfaceflinger on integer sanitized builds." am: 630fcaf0ab by Ivan Lozano · 8 years ago
  50. 221b592 surfaceflinger: update BufferLayerConsumer comments by Chia-I Wu · 8 years ago
  51. 6748db4 surfaceflinger: remove EGL/GLES dependency from BufferLayerConsumer by Chia-I Wu · 8 years ago
  52. 3498e3c surfaceflinger: use RenderEngine sync primitives by Chia-I Wu · 8 years ago
  53. a7b2ac2 Merge "Fix sanitizer in surfaceflinger waitForEvent." by Ivan Lozano · 8 years ago
  54. 630fcaf Merge "Fix surfaceflinger on integer sanitized builds." by Ivan Lozano · 8 years ago
  55. 80d6116 SF: Switch computeBounds to return FloatRect by Dan Stoza · 8 years ago
  56. c6c2a8a Fix surfaceflinger on integer sanitized builds. by Ivan Lozano · 8 years ago
  57. 0b3162a Fix sanitizer in surfaceflinger waitForEvent. by Ivan Lozano · 8 years ago
  58. 9f2db77 surfaceflinger: pass RenderEngine into BufferLayerConsumer by Chia-I Wu · 8 years ago
  59. 401ef83 surfaceflinger: add image abstraction to RenderEngine by Chia-I Wu · 8 years ago
  60. 767fcf7 surfaceflinger: add more sync operations to RenderEngine by Chia-I Wu · 8 years ago
  61. 767d7c9 surfaceflinger: support EGL extensions in GLExtensions by Chia-I Wu · 8 years ago
  62. 75abadc Merge "Fix sanitizer in handleTransitionLocked." am: 66d9ea6345 am: 201a44a961 by Ivan Lozano · 8 years ago
  63. 66d9ea6 Merge "Fix sanitizer in handleTransitionLocked." by Ivan Lozano · 8 years ago
  64. 6531a6d Merge "Fix sanitizer in setViewportAndProjection." am: 739c8b7cea am: e3d84283f8 by Ivan Lozano · 8 years ago
  65. 34ff878 Fix sanitizer in handleTransitionLocked. by Ivan Lozano · 8 years ago
  66. 054888f Fix sanitizer in setViewportAndProjection. by Ivan Lozano · 8 years ago
  67. da9904d Merge "Fix sanitizer in setViewportAndProjection." by Ivan Lozano · 8 years ago
  68. 41b98d4 surfaceflinger: do not check HWC2::Capability::SkipValidate by Chia-I Wu · 8 years ago
  69. 1f58ac5 Fix sanitizer in setViewportAndProjection. by Ivan Lozano · 8 years ago
  70. 27c3c9e Merge changes from topic "sf-re-3" by Chia-I Wu · 8 years ago
  71. 2c32175 surfaceflinger: remove vsync hint by Tim Murray · 8 years ago
  72. 0cb75ac surfaceflinger: remove SurfaceFlingerConsumer by Chia-I Wu · 8 years ago
  73. 67dcc69 surfaceflinger: move all SurfaceFlingerConsumer data members by Chia-I Wu · 8 years ago
  74. da5c730 surfaceflinger: move SurfaceFlingerConsumer::mPendingRelease by Chia-I Wu · 8 years ago
  75. fd257f8 surfaceflinger: move SurfaceFlingerConsumer::mContentsChangedListener by Chia-I Wu · 8 years ago
  76. c75c44d surfaceflinger: move SurfaceFlingerConsumer::mLayer by Chia-I Wu · 8 years ago
  77. e1e1187 surfaceflinger: remove BufferLayerConsumer::scaleDownCrop by Chia-I Wu · 8 years ago
  78. 243b74a surfaceflinger: remove BufferLayerConsumer::computeTransformMatrix by Chia-I Wu · 8 years ago
  79. bd854bf surfaceflinger: simplify BufferLayerConsumer constructor by Chia-I Wu · 8 years ago
  80. 6aff69b surfaceflinger: remove BufferLayerConsumer::mUseFenceSync by Chia-I Wu · 8 years ago
  81. c91077c surfaceflinger: remove support for context detaching by Chia-I Wu · 8 years ago
  82. 005bf0a surfaceflinger: remove BufferLayerConsumer::releaseTexImage by Chia-I Wu · 8 years ago
  83. f140518 surfaceflinger: add BufferLayerConsumer by Chia-I Wu · 8 years ago
  84. f49c189 Merge changes from topic "sf-re-2" by Chia-I Wu · 8 years ago
  85. 577c896 SurfaceFlinger: Move generic dtor logic to Layer by David Sodman · 8 years ago
  86. a81bc49 libgui: add more IGBC wrappers to ConsumerBase by Chia-I Wu · 8 years ago
  87. 95f40fb Merge "Fix sanitizer in handleTransitionLocked." by Ivan Lozano · 8 years ago
  88. 51a0b41 Fix sanitizer in handleTransitionLocked. by Ivan Lozano · 8 years ago
  89. 56a0b9a Avoid unnecessary calls to updateTransformHint by Robert Carr · 8 years ago
  90. 503d2bd Correct setLayer variants. by Robert Carr · 8 years ago
  91. 3c0d2fb Merge "SF: Move glComp/DispTimeline to SFBE" by TreeHugger Robot · 8 years ago
  92. 2ed931c Merge changes Ib44ab2dc,I4404607e by TreeHugger Robot · 8 years ago
  93. 10fe99f Merge "SF: CompositorTiming/CompositorPresentTime state to SFBE" by TreeHugger Robot · 8 years ago
  94. c1501bf Merge "SF: RenderEngine/EGL state to SFBE" by TreeHugger Robot · 8 years ago
  95. b5c3de5 Merge changes I0fd6b4eb,I2523de43 by TreeHugger Robot · 8 years ago
  96. 236c271 Merge "Fix warnings in frameworks/native/services/surfaceflinger/tests/fakehwc" into stage-aosp-master am: 60175af9c8 by Chih-hung Hsieh · 8 years ago
  97. 0b7c1b2 Merge "Fix warnings in frameworks/native/services/surfaceflinger/tests/fakehwc" into stage-aosp-master by Chih-hung Hsieh · 8 years ago
  98. 73beded SF: Move glComp/DispTimeline to SFBE by David Sodman · 8 years ago
  99. 4a36e93 SF: FrameBuckets state to SFBE by David Sodman · 8 years ago
  100. 99974d2 SF: CompositorTiming/CompositorPresentTime state to SFBE by David Sodman · 8 years ago