1. 1d465af Add getDisplayViewport for screenrecord tool by Yiwei Zhang · 6 years ago
  2. bde9db5 Merge "SF: Add GL texture pool" into pi-dev by TreeHugger Robot · 6 years ago
  3. 197dc1f surfaceflinger: default to DisplayColorSetting::ENHANCED by Chia-I Wu · 6 years ago
  4. ad8d827 surfaceflinger: signalRefresh after boot animation starts by Chia-I Wu · 6 years ago
  5. 6d84411 [SurfaceFlinger] Apply legacy saturation matrix globally for Display P3. by Chia-I Wu · 6 years ago
  6. 9fdb7e0 SF: Add GL texture pool by Dan Stoza · 6 years ago
  7. 4f80b86 Merge "Use correct StateSet for LayerVector compare." into pi-dev by TreeHugger Robot · 6 years ago
  8. 738df02 Use correct StateSet for LayerVector compare. by chaviw · 6 years ago
  9. 2c5f734 Merge "Need GSI to support landscape LCM" into pi-dev by TreeHugger Robot · 6 years ago
  10. 7501ed6 Need GSI to support landscape LCM by Iris Chang · 6 years ago
  11. 0d71126 surfaceflinger: allow unknown render intents by Chia-I Wu · 6 years ago
  12. 0607fbe surfaceflinger: compute color mode mappings on hotplug by Chia-I Wu · 6 years ago
  13. d6fa4a7 [SurfaceFlinger] Add BT2100_PQ and BT2100_HLG color mode. by Peiyong Lin · 6 years ago
  14. 72128ee Merge "surfaceflinger: fix color tranform matrix races" into pi-dev by Chia-I Wu · 6 years ago
  15. 28f320b surfaceflinger: fix color tranform matrix races by Chia-I Wu · 6 years ago
  16. 0102ad2 SurfaceFlinger TimeStats Metrics by Yiwei Zhang · 6 years ago
  17. c7a25ad SF: Fix repaint everything logic by Dan Stoza · 6 years ago
  18. dd9b2ae [SurfaceFinger] Adds auto color mode support in SurfaceFlinger. by Peiyong Lin · 7 years ago
  19. 2713c30 Early wake-up for transitions (1/2) by Dan Stoza · 7 years ago
  20. 36a1fe9 Merge "SF: Clean up updateTransformHint() processing." into pi-dev by TreeHugger Robot · 7 years ago
  21. 34beb7a [SurfaceFlinger] Replace android_dataspace with Dataspace. by Peiyong Lin · 7 years ago
  22. 068e31b Implement Display Layer Stats by Yiwei Zhang · 7 years ago
  23. fd997e0 Add proper namespace to GraphicTypes. by Peiyong Lin · 7 years ago
  24. d432a7c SF: Clean up updateTransformHint() processing. by Lloyd Pique · 7 years ago
  25. 2afd517 Merge changes Icf7cf2fd,I325521b7,Ia80c865d,I73599f62,I8526e671, ... into pi-dev by TreeHugger Robot · 7 years ago
  26. 0959483 SF: Refactor display device creation by Lloyd Pique · 7 years ago
  27. 4d23485 SF: Separate SurfaceInterceptor into interface and impl by Lloyd Pique · 7 years ago
  28. 9123ae5 SF: Separate MessageQueue into interface and impl by Lloyd Pique · 7 years ago
  29. 2d3ee6d SF: libsurfaceflinger_unittest should skip SF ctor by Lloyd Pique · 7 years ago
  30. ccd3484 Pass correct window type and app id to hw composer. by rongliu · 7 years ago
  31. 0a0158c SF: Add IGBP list leak debugging info by Dan Stoza · 7 years ago
  32. a52f029 [Native] Replace android_color_mode usage with ColorMode. by Peiyong Lin · 7 years ago
  33. 578038f SurfaceFlinger: Add childLayersOnly variant of capture layers. by Robert Carr · 7 years ago
  34. a52a5b6 Merge "SF: Fix mGraphicBufferProducerList" by TreeHugger Robot · 7 years ago
  35. 101d8dc SF: Fix mGraphicBufferProducerList by Dan Stoza · 7 years ago
  36. 8ee5227 Merge changes Ic400e8d1,If108059c by TreeHugger Robot · 7 years ago
  37. e65ab70 Merge "Don't use cutils/Atomic.h" am: 8f4529bbc2 am: 410582488d am: afbe4eee71 by Steven Moreland · 7 years ago
  38. afbe4ee Merge "Don't use cutils/Atomic.h" am: 8f4529bbc2 am: 410582488d by Steven Moreland · 7 years ago
  39. 2716e11 Don't use cutils/Atomic.h by Steven Moreland · 7 years ago
  40. 12eb423 SF: Abstract out buffer queue creation by Lloyd Pique · 7 years ago
  41. ca27f25 Allow destroySurface to get called in transaction. by chaviw · 7 years ago
  42. 0fcde1b SF: Separate EventThread into interface and impl by Lloyd Pique · 7 years ago
  43. 144e116 SF: Separate RenderEngine into interface and impl by Lloyd Pique · 7 years ago
  44. e83f931 SF: Cleanup EventThread Part 2 by Lloyd Pique · 7 years ago
  45. 755e319 SF: Cleanup EventControlThread by Lloyd Pique · 7 years ago
  46. f58625d SF: Introduce libsurfaceflinger_unittest by Lloyd Pique · 7 years ago
  47. 5c6e463 surfaceflinger: always advertise HDR10 when wide color is available by Chia-I Wu · 7 years ago
  48. 5b15ef6 Enable IMG_context_priority depending on availability by Jorim Jaggi · 7 years ago
  49. 715a2c1 Determine displayType in SurfaceFlinger by Lloyd Pique · 7 years ago
  50. fcd8661 Eliminate duplicate device creation code by Lloyd Pique · 7 years ago
  51. ba04e62 Move hotplug processing to the main thread by Lloyd Pique · 7 years ago
  52. 347200f Create processDisplayChangesLocked by Lloyd Pique · 7 years ago
  53. 03480e2 Restore ability of system to screenshot secure layers. by Robert Carr · 7 years ago
  54. 73beded SF: Move glComp/DispTimeline to SFBE by David Sodman · 7 years ago
  55. 4a36e93 SF: FrameBuckets state to SFBE by David Sodman · 7 years ago
  56. cbaf083 SF: BufferingStats state to SFBE by David Sodman · 7 years ago
  57. 99974d2 SF: CompositorTiming/CompositorPresentTime state to SFBE by David Sodman · 7 years ago
  58. bc81528 SF: RenderEngine/EGL state to SFBE by David Sodman · 7 years ago
  59. 105b7dc surfaceflinger: Create SurfaceFlingerBE class by David Sodman · 7 years ago
  60. 1801d27 Merge "Revert "Revert "Use GraphicBuffer instead of GBP for screenshots.""" by Chavi Weingarten · 7 years ago
  61. 59182e5 Merge changes from topic "sf-re" by Chia-I Wu · 7 years ago
  62. 40482ff Revert "Revert "Use GraphicBuffer instead of GBP for screenshots."" by Chavi Weingarten · 7 years ago
  63. b02087d surfaceflinger: remove DisplayDevice::swapRegion by Chia-I Wu · 7 years ago
  64. b523df0 surfaceflinger: remove unused EGL data members by Chia-I Wu · 7 years ago
  65. b2c7624 surfaceflinger: manage RenderEngine with unique_ptr by Chia-I Wu · 7 years ago
  66. 707b8f3 Revert "Use GraphicBuffer instead of GBP for screenshots." by Chavi Weingarten · 7 years ago
  67. a252d89 Use GraphicBuffer instead of GBP for screenshots. by chaviw · 7 years ago
  68. 7206d49 Add additional parameters for the captureLayer functions. by chaviw · 7 years ago
  69. 8e0af36 Trace drawing state by Jorim Jaggi · 7 years ago
  70. 83ce7c1 surfaceflinger: remove USE_HWC2 by Chia-I Wu · 7 years ago
  71. 0c69cad Refactor Layer/ColorLayer into siblings by David Sodman · 7 years ago
  72. 1e1a128 Add SurfaceFlinger tracing by Adrian Roos · 7 years ago
  73. 2f5bd00 surfaceflinger: make vsync injection more robust am: 6200eacdc9 am: ffbf2d94a1 by Chia-I Wu · 7 years ago
  74. 3c192d0 surfaceflinger: make vsync injection more robust am: 6200eacdc9 am: ffbf2d94a1 by Chia-I Wu · 7 years ago
  75. ffbf2d9 surfaceflinger: make vsync injection more robust am: 6200eacdc9 by Chia-I Wu · 7 years ago
  76. 6200eac surfaceflinger: make vsync injection more robust by Chia-I Wu · 7 years ago
  77. 7e8d74b Merge "Add captureLayers function to capture a layer and its children." by TreeHugger Robot · 7 years ago
  78. a76b271 Add captureLayers function to capture a layer and its children. by chaviw · 7 years ago
  79. e7f2e3a Merge "Add proto dump flag to services (1/2)" by TreeHugger Robot · 7 years ago
  80. a14443f Add new color setting by Romain Guy · 7 years ago
  81. 6bde3c8 Merge "Added protobuf to gather layer info." by Chavi Weingarten · 7 years ago
  82. 275166a Add new color setting am: 54f154a282 am: c5e26a942e by Romain Guy · 7 years ago
  83. c5e26a9 Add new color setting am: 54f154a282 by Romain Guy · 7 years ago
  84. 54f154a Add new color setting by Romain Guy · 7 years ago
  85. 6a40853 Add proto dump flag to services (1/2) by Vishnu Nair · 7 years ago
  86. 1d04428 Added protobuf to gather layer info. by chaviw · 7 years ago
  87. 13377a5 Merge "SurfaceFlinger Transactions as distinct objects." by Rob Carr · 7 years ago
  88. 4cdc58f SurfaceFlinger Transactions as distinct objects. by Robert Carr · 7 years ago
  89. 3579887 Support priority based dumpsys in surface flinger by Vishnu Nair · 7 years ago
  90. 91a8677 Revert "Support priority based dumpsys in surface flinger" by Vishnu Nair · 7 years ago
  91. deb36f2 Support priority based dumpsys in surface flinger by Vishnu Nair · 7 years ago
  92. 13fdc49 Added native functionality to create a color layer. by chaviw · 7 years ago
  93. 1f3e4bb Fix race conditions when using mHwc off the main thread am: 6d8110b170 by Steven Thomas · 7 years ago
  94. 6d8110b Fix race conditions when using mHwc off the main thread by Steven Thomas · 7 years ago
  95. b02664d Use a separate hwcomposer hidl instance for vr flinger by Steven Thomas · 7 years ago
  96. d7f49c5 Use a separate hwcomposer hidl instance for vr flinger by Steven Thomas · 7 years ago
  97. a099a24 Faked HWC for SurfaceFlinger testing by Kalle Raita · 8 years ago
  98. ab0c319 libsurfaceflinger: handle WINDOW_TYPE_DONT_SCREENSHOT by Chia-I Wu · 7 years ago
  99. 3eba406 Merge "Properly applies the selected saturation boost (vivid mode)" into oc-dr1-dev by TreeHugger Robot · 7 years ago
  100. 11d63f4 Properly applies the selected saturation boost (vivid mode) by Romain Guy · 7 years ago