1. f5ab5ae Stop using nullptr for GraphicBuffers in unit tests by Brian Lindahl · 2 years, 8 months ago
  2. 7584c6a SF: refactor renderScreenImpl to use CompositionEngine by Patrick Williams · 2 years, 9 months ago
  3. 83f36b2 SF: Remove BufferStateLayer class by Patrick Williams · 2 years, 11 months ago
  4. 46b61b9 SF: Remove EffectLayer class by Patrick Williams · 3 years ago
  5. b363c4c SF: Introduce DisplaySnapshot by Dominik Laskowski · 3 years ago
  6. 2e9748f Replace RenderEngineResult with FenceResult by Patrick Williams · 3 years ago
  7. ea04b6f SF: Clean up layer state by Vishnu Nair · 3 years ago
  8. d11bade SF: build with ANDROID_UTILS_REF_BASE_DISABLE_IMPLICIT_CONSTRUCTION by Ady Abraham · 3 years ago
  9. b21272e Remove container layer by Vishnu Nair · 3 years, 1 month ago
  10. 397a0e3 SF: BufferStateLayer cleanup by Vishnu Nair · 3 years ago
  11. 50c0afe SF: Support xy scaling for rounded corners by Vishnu Nair · 3 years, 1 month ago
  12. f8a873a SF: Remove BufferQueueLayer tests by Vishnu Nair · 3 years, 2 months ago
  13. bb448ce SF: Do not duplicate fences per layer per frame by Dominik Laskowski · 3 years, 3 months ago
  14. 839fe5b Add unit test on sending power hints in SurfaceFlinger by Xiang Wang · 3 years, 4 months ago
  15. 12a3b9b CaptureLayers: Avoid promoting parent on binder thread by Robert Carr · 3 years, 5 months ago
  16. de549d4 SF: use aidl Capability by Ady Abraham · 3 years, 6 months ago
  17. 106d17f Merge "SF: Make ExternalTexture mockable" by Vishnu Nair · 3 years, 7 months ago
  18. e421724 Merge changes Id23fafaf,I50450881 by TreeHugger Robot · 3 years, 7 months ago
  19. dbbe385 SF: Make ExternalTexture mockable by Vishnu Nair · 3 years, 7 months ago
  20. 6e60b14 SF: pass Color as float to HWC by Ady Abraham · 3 years, 7 months ago
  21. 83bd771 SF: Fix UAF due to outliving idle timer by Dominik Laskowski · 3 years, 7 months ago
  22. 5967aec Switch from HIDL DisplayCapability to AIDL by Leon Scroggins III · 3 years, 7 months ago
  23. dc011a9 SF: DisplayCommand.colorTransform is just a matrix by Ady Abraham · 3 years, 8 months ago
  24. 43065bd SF: pass expectedPresentTime to composer by Ady Abraham · 3 years, 8 months ago
  25. 2e1aa18 Switch from HIDL Composition type to AIDL by Leon Scroggins III · 3 years, 8 months ago
  26. d5e0d0d Merge "SF: Remove manual enum stringification" by Dominik Laskowski · 3 years, 9 months ago
  27. f5d0ea5 SF: Remove manual enum stringification by Dominik Laskowski · 3 years, 11 months ago
  28. 068173d SF: Add VsyncSchedule skeleton by Dominik Laskowski · 4 years ago
  29. 46f3e3b SF: Merge commit/composite in MessageQueue by Dominik Laskowski · 4 years ago
  30. 756b789 SF: Move MessageQueue to Scheduler by Dominik Laskowski · 4 years ago
  31. 33ff59a Merge "SF: Split Scheduler initialization" by TreeHugger Robot · 3 years, 9 months ago
  32. 9c93d60 SF: Split Scheduler initialization by Dominik Laskowski · 3 years, 10 months ago
  33. 7fb9e5a SF: Create layers with layerid by Vishnu Nair · 3 years, 9 months ago
  34. 59a9f50 Revert^2 "Second Patch for async RenderEngine" by Sally Qi · 3 years, 10 months ago
  35. e0e0cde SF: Decouple MessageQueue by Dominik Laskowski · 4 years ago
  36. 4cabdd0 First patch for async renderengine. by Sally Qi · 4 years ago
  37. 8da6b0e SF: Clean up forced refresh and repaint by Dominik Laskowski · 4 years, 3 months ago
  38. 29fa146 SF: Consolidate layer-to-output filtering by Dominik Laskowski · 4 years, 3 months ago
  39. 1f5941a Merge "Skip creating external textures that exceeds size limit" into sc-v2-dev am: 4745ed8e56 am: de1c21ec2a by TreeHugger Robot · 4 years, 1 month ago
  40. 9c9c191 Skip creating external textures that exceeds size limit by Garfield Tan · 4 years, 1 month ago
  41. 1394860 SF: Extract virtual display allocation from CE by Dominik Laskowski · 4 years, 5 months ago
  42. 3dce4f4 SF: Extract virtual display allocation from CE by Dominik Laskowski · 4 years, 5 months ago
  43. f183385 SF: Remove layer stack lookup for screencap by Dominik Laskowski · 4 years, 5 months ago
  44. a90a570 Revert "Revert "Add ExternalTexture class into RenderEngine inte..." by Alec Mouri · 4 years, 4 months ago
  45. 617752f Revert "Add ExternalTexture class into RenderEngine interface" by Alec Mouri · 4 years, 4 months ago
  46. 2daef3c Add ExternalTexture class into RenderEngine interface by Alec Mouri · 4 years, 4 months ago
  47. 2571450 Rename crop_legacy to just crop by chaviw · 4 years, 6 months ago
  48. 766c9c5 Simplify width, height, transform variable for BSL by chaviw · 4 years, 6 months ago
  49. 228f46b Introduce DynamicDisplayInfo by Marin Shalamanov · 4 years, 6 months ago
  50. 045b700 SF: Don't cache display modes in HWComposer by Marin Shalamanov · 4 years, 7 months ago
  51. 9959994 SurfaceFlinger: move sync_wait for screen capture to client by Ady Abraham · 4 years, 6 months ago
  52. bed7fd3 SF: Compile with -Wextra by Marin Shalamanov · 4 years, 8 months ago
  53. 62f216c SurfaceFlinger: Add DISPLAY_EVENT_FRAME_RATE_OVERRIDE by Ady Abraham · 4 years, 10 months ago
  54. 0bb6a47 SurfaceFlinger: throttle applications based on uid by Ady Abraham · 4 years, 10 months ago
  55. de619fa Make a layer secure if its parent is secure. by Garfield Tan · 4 years, 10 months ago
  56. 98fe220 Merge "Remove VrFlinger usages from SF." by TreeHugger Robot · 5 years ago
  57. 081be4c Delete RenderEngine unused code by Alec Mouri · 5 years ago
  58. 9c58bcd Remove VrFlinger usages from SF. by Alec Mouri · 5 years ago
  59. 8cb2188 SurfaceFlinger: DispSync -> VsyncController by Ady Abraham · 5 years ago
  60. de7a38f Merge "Remove rotation and use flag useIdentityTransform for screenshots." by Chavi Weingarten · 5 years ago
  61. 4b9d5e1 Allow screen capture for a specified uid. by chaviw · 5 years ago
  62. c6ad8af Remove rotation and use flag useIdentityTransform for screenshots. by chaviw · 5 years ago
  63. 7de1783 Merge "Use type safe display IDs." by Marin Shalamanov · 5 years ago
  64. 8532956 Merge "SF: Remove EventControlThread" by TreeHugger Robot · 5 years ago
  65. 8b01cc0 SF: Remove EventControlThread by Dominik Laskowski · 5 years ago
  66. 426b5c0 Use ScreenCaptureResults in screenCapture helper functions by chaviw · 5 years ago
  67. a524a09 Use type safe display IDs. by Marin Shalamanov · 5 years ago
  68. a3afa22 Merge "SF: Short-circuit scheduler content detection" by TreeHugger Robot · 5 years ago
  69. 983f2b5 SF: Short-circuit scheduler content detection by Dominik Laskowski · 5 years ago
  70. f6b5d18 [SF] Extract {Display|Layer}RenderArea to separate files by Marin Shalamanov · 5 years ago
  71. 1c43429 [SF] Don't keep sp<DisplayDevice> when doing screenshot by Marin Shalamanov · 5 years ago
  72. 446adfd Merge "SF: Remove display lookup in Layer classes" into rvc-dev am: 8a908e784f am: 79ff755388 am: 3afe40d8a6 am: 5c4aa4040d by TreeHugger Robot · 5 years ago
  73. b7251f4 SF: Remove display lookup in Layer classes by Dominik Laskowski · 5 years ago
  74. cd95835 Merge "SF: Modernize task scheduling API" into rvc-dev am: c50b604460 am: 39f2a2ee9e am: 78fd88a019 am: 08178567b2 by TreeHugger Robot · 5 years ago
  75. dd4ef27 SF: Modernize task scheduling API by Dominik Laskowski · 5 years ago
  76. 9d763b7 Do not blur when doing region sampling by Lucas Dupin · 5 years ago
  77. f11eba5 Do not blur when doing region sampling by Lucas Dupin · 5 years ago
  78. 360e0e3 Merge "Remove usage of hwcomposer_defs.h." into rvc-dev am: c744328dc3 am: 29a6a8b073 am: 30d2d14c7d am: 3ce936d24f by TreeHugger Robot · 5 years ago
  79. c744328 Merge "Remove usage of hwcomposer_defs.h." into rvc-dev by TreeHugger Robot · 5 years ago
  80. 65248e0 Remove usage of hwcomposer_defs.h. by Peiyong Lin · 5 years ago
  81. 1829708 Merge "SurfaceFlinger: use intended wake up time when calculating next present time" into rvc-dev am: caeea929f7 am: 7074743b61 am: 3093604f2d am: 1074bc1c69 by Ady Abraham · 5 years ago
  82. caeea92 Merge "SurfaceFlinger: use intended wake up time when calculating next present time" into rvc-dev by Ady Abraham · 5 years ago
  83. ea43374 Merge "Remove hwcomposer2.h" into rvc-dev am: 8c0eb7fdbe am: 58c1509fa0 am: 4f2b4d1561 am: 080b30b633 by Peiyong Lin · 5 years ago
  84. 0ed31c9 SurfaceFlinger: use intended wake up time when calculating next present time by Ady Abraham · 5 years ago
  85. e9d809e Remove hwcomposer2.h by Peiyong Lin · 5 years ago
  86. 4a42d43 SF: Update display properties on hotplug connect by Marin Shalamanov · 5 years ago
  87. 700e639 SF: Update display properties on hotplug connect by Marin Shalamanov · 5 years ago
  88. aad4ebf SF: Start restructuring display creation by Lloyd Pique · 6 years ago
  89. 9370a48 SF: Start restructuring display creation by Lloyd Pique · 6 years ago
  90. fc874ae SF: RenderEngine->drawLayers takes GraphicBuffer instead of ANativeWindow by Ana Krulec · 5 years ago
  91. 35436d0 Merge "SF: Populate DisplayConnectionType in DisplayInfo" by Dominik Laskowski · 5 years ago
  92. 4fa5e4a Merge changes I63f2a34e,I3e95be93 by TreeHugger Robot · 5 years ago
  93. 4603f3c [sf] Add support for generic layer metadata to HWComposer and HWC2 by Lloyd Pique · 5 years ago
  94. fa247b1 Rename ColorLayer to EffectLayer to handle both shadows and color fill by Vishnu Nair · 5 years ago
  95. 55c8540 SF: Populate DisplayConnectionType in DisplayInfo by Dominik Laskowski · 6 years ago
  96. da0f906 Merge "CE: Remove compositionengine::Layer" by TreeHugger Robot · 6 years ago
  97. da8a9d1 Fix failing test in CompositionTest. by Alec Mouri · 6 years ago
  98. de19665 CE: Remove compositionengine::Layer by Lloyd Pique · 6 years ago
  99. 9b079a2 Skip client composition requests by Vishnu Nair · 6 years ago
  100. b0dbdaa SurfaceFlinger: Enable -WConversion in Android.bp by Ady Abraham · 6 years ago