1. 9959994 SurfaceFlinger: move sync_wait for screen capture to client by Ady Abraham · 4 years, 7 months ago
  2. bed7fd3 SF: Compile with -Wextra by Marin Shalamanov · 4 years, 8 months ago
  3. 62f216c SurfaceFlinger: Add DISPLAY_EVENT_FRAME_RATE_OVERRIDE by Ady Abraham · 4 years, 10 months ago
  4. 0bb6a47 SurfaceFlinger: throttle applications based on uid by Ady Abraham · 4 years, 10 months ago
  5. de619fa Make a layer secure if its parent is secure. by Garfield Tan · 4 years, 11 months ago
  6. 98fe220 Merge "Remove VrFlinger usages from SF." by TreeHugger Robot · 5 years ago
  7. 081be4c Delete RenderEngine unused code by Alec Mouri · 5 years ago
  8. 9c58bcd Remove VrFlinger usages from SF. by Alec Mouri · 5 years ago
  9. 8cb2188 SurfaceFlinger: DispSync -> VsyncController by Ady Abraham · 5 years ago
  10. de7a38f Merge "Remove rotation and use flag useIdentityTransform for screenshots." by Chavi Weingarten · 5 years ago
  11. 4b9d5e1 Allow screen capture for a specified uid. by chaviw · 5 years ago
  12. c6ad8af Remove rotation and use flag useIdentityTransform for screenshots. by chaviw · 5 years ago
  13. 7de1783 Merge "Use type safe display IDs." by Marin Shalamanov · 5 years ago
  14. 8532956 Merge "SF: Remove EventControlThread" by TreeHugger Robot · 5 years ago
  15. 8b01cc0 SF: Remove EventControlThread by Dominik Laskowski · 5 years ago
  16. 426b5c0 Use ScreenCaptureResults in screenCapture helper functions by chaviw · 5 years ago
  17. a524a09 Use type safe display IDs. by Marin Shalamanov · 5 years ago
  18. a3afa22 Merge "SF: Short-circuit scheduler content detection" by TreeHugger Robot · 5 years ago
  19. 983f2b5 SF: Short-circuit scheduler content detection by Dominik Laskowski · 5 years ago
  20. f6b5d18 [SF] Extract {Display|Layer}RenderArea to separate files by Marin Shalamanov · 5 years ago
  21. 1c43429 [SF] Don't keep sp<DisplayDevice> when doing screenshot by Marin Shalamanov · 5 years ago
  22. 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
  23. b7251f4 SF: Remove display lookup in Layer classes by Dominik Laskowski · 5 years ago
  24. cd95835 Merge "SF: Modernize task scheduling API" into rvc-dev am: c50b604460 am: 39f2a2ee9e am: 78fd88a019 am: 08178567b2 by TreeHugger Robot · 5 years ago
  25. dd4ef27 SF: Modernize task scheduling API by Dominik Laskowski · 5 years ago
  26. 9d763b7 Do not blur when doing region sampling by Lucas Dupin · 5 years ago
  27. f11eba5 Do not blur when doing region sampling by Lucas Dupin · 5 years ago
  28. 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
  29. c744328 Merge "Remove usage of hwcomposer_defs.h." into rvc-dev by TreeHugger Robot · 5 years ago
  30. 65248e0 Remove usage of hwcomposer_defs.h. by Peiyong Lin · 5 years ago
  31. 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
  32. caeea92 Merge "SurfaceFlinger: use intended wake up time when calculating next present time" into rvc-dev by Ady Abraham · 5 years ago
  33. ea43374 Merge "Remove hwcomposer2.h" into rvc-dev am: 8c0eb7fdbe am: 58c1509fa0 am: 4f2b4d1561 am: 080b30b633 by Peiyong Lin · 5 years ago
  34. 0ed31c9 SurfaceFlinger: use intended wake up time when calculating next present time by Ady Abraham · 5 years ago
  35. e9d809e Remove hwcomposer2.h by Peiyong Lin · 5 years ago
  36. 4a42d43 SF: Update display properties on hotplug connect by Marin Shalamanov · 6 years ago
  37. 700e639 SF: Update display properties on hotplug connect by Marin Shalamanov · 6 years ago
  38. aad4ebf SF: Start restructuring display creation by Lloyd Pique · 6 years ago
  39. 9370a48 SF: Start restructuring display creation by Lloyd Pique · 6 years ago
  40. fc874ae SF: RenderEngine->drawLayers takes GraphicBuffer instead of ANativeWindow by Ana Krulec · 6 years ago
  41. 35436d0 Merge "SF: Populate DisplayConnectionType in DisplayInfo" by Dominik Laskowski · 6 years ago
  42. 4fa5e4a Merge changes I63f2a34e,I3e95be93 by TreeHugger Robot · 6 years ago
  43. 4603f3c [sf] Add support for generic layer metadata to HWComposer and HWC2 by Lloyd Pique · 6 years ago
  44. fa247b1 Rename ColorLayer to EffectLayer to handle both shadows and color fill by Vishnu Nair · 6 years ago
  45. 55c8540 SF: Populate DisplayConnectionType in DisplayInfo by Dominik Laskowski · 6 years ago
  46. da0f906 Merge "CE: Remove compositionengine::Layer" by TreeHugger Robot · 6 years ago
  47. da8a9d1 Fix failing test in CompositionTest. by Alec Mouri · 6 years ago
  48. de19665 CE: Remove compositionengine::Layer by Lloyd Pique · 6 years ago
  49. 9b079a2 Skip client composition requests by Vishnu Nair · 6 years ago
  50. b0dbdaa SurfaceFlinger: Enable -WConversion in Android.bp by Ady Abraham · 6 years ago
  51. bdd08cc Unify hwc2_device_t and HWComposer. by Peiyong Lin · 6 years ago
  52. f3ffc4e Remove GLES wording from SurfaceFlinger. by Peiyong Lin · 6 years ago
  53. e4034bb [TimeStats] Track RenderEngine time per frame. by Alec Mouri · 6 years ago
  54. 1b50f27 Merge "SF: Fully disable content detection if opted out" by TreeHugger Robot · 6 years ago
  55. 49cea51 SF: Fully disable content detection if opted out by Dominik Laskowski · 6 years ago
  56. b0969c8 Merge "[SurfaceFlinger] Don't persist buffers to HWC when powered off." by TreeHugger Robot · 6 years ago
  57. f9a2a2c [SurfaceFlinger] Don't persist buffers to HWC when powered off. by Alec Mouri · 6 years ago
  58. c97b8db [Shadows] Add shadow radius to sf layer state (2/n) by Vishnu Nair · 6 years ago
  59. 87a07e4 SF: Use std::string for layer names by Dominik Laskowski · 6 years ago
  60. 4fe2940 SF: Verify mDebugDisableHWC forces client composition by Lloyd Pique · 6 years ago
  61. 2a6de28 Merge "CE: Move knowledge of the OutputLayers out of Output" by TreeHugger Robot · 6 years ago
  62. b4c6e58 [Mirror Layers] Added clone function to layers (1/4) by chaviw · 6 years ago
  63. 01c77c1 CE: Move knowledge of the OutputLayers out of Output by Lloyd Pique · 6 years ago
  64. df336d9 SF: Restructure OutputLayer creation to remove displayId argument by Lloyd Pique · 6 years ago
  65. a246866 SF: Move layer visibility state to CompositionEngine by Lloyd Pique · 6 years ago
  66. 3062998 SF: Remove DisplayDevice visible layer members by Lloyd Pique · 6 years ago
  67. 9804183 SF: Clean up Scheduler by Dominik Laskowski · 6 years ago
  68. 7c9dbf9 SF: Refactor Scheduler mock injection by Dominik Laskowski · 6 years ago
  69. 66d6860 SF: Move/Refactor prepareFrame to CompositionEngine by Lloyd Pique · 7 years ago
  70. ef4c714 Merge "SF: Move/Refactor Layer::setPerFrameData" by TreeHugger Robot · 6 years ago
  71. a8955dd SF: Factor out expected present time computation by Dominik Laskowski · 6 years ago
  72. f527548 SF: Move/Refactor Layer::setPerFrameData by Lloyd Pique · 7 years ago
  73. 8002fca [SurfaceFlinger] Clean-up dead code by Alec Mouri · 6 years ago
  74. 1336e6e [SurfaceFlinger] Query display capability when display is on the first time. by Peiyong Lin · 6 years ago
  75. 67765d8 [sf] Move texture deletion to main thread via pool by Dan Stoza · 6 years ago
  76. 09bd392 SF: Updating content FPS tracking by Ady Abraham · 6 years ago
  77. fe0d72b Don't cache framebuffer images for screenshots. by Alec Mouri · 6 years ago
  78. a1f1e15 Initialize layers with metadata by Evan Rosky · 7 years ago
  79. b5c4f35 Clean up Renderengine caching semantics by Alec Mouri · 7 years ago
  80. 6338c9d Plumb fence from dequeueBuffer into renderengine by Alec Mouri · 7 years ago
  81. 7560d0d Merge "SF: Move management of HWC layers to compositionengine::OutputLayer" by TreeHugger Robot · 7 years ago
  82. 07e3321 SF: Move management of HWC layers to compositionengine::OutputLayer by Lloyd Pique · 7 years ago
  83. 79e0f7f Merge changes from topic "scheduler::123998711" by TreeHugger Robot · 7 years ago
  84. afb4584 SF: Adding testable Scheduler and updating tests. by Ana Krulec · 7 years ago
  85. 56e538f Remove extra glFlush from handleMessageRefresh(). by Alec Mouri · 7 years ago
  86. 37c2c9b SF: Introduce OutputLayerCompositionState by Lloyd Pique · 7 years ago
  87. 4351ad5 SF Bounds caching 2/3: Compute and cache layer bounds during invalidate stage by Vishnu Nair · 7 years ago
  88. e7d1d4a Revert "Revert "Use renderengine::drawLayers api everywhere."" by Alec Mouri · 7 years ago
  89. 86fa3db SF: Fixup call expectations in libsurfaceflinger_unittest by Lloyd Pique · 7 years ago
  90. 79108df Revert "Use renderengine::drawLayers api everywhere." by Alec Mouri · 7 years ago
  91. 0f71483 Use renderengine::drawLayers api everywhere. by Alec Mouri · 7 years ago
  92. 542307f SF: Move DisplaySurface into CompositionEngine by Lloyd Pique · 7 years ago
  93. 3823e7b SF: Set up librenderengine_mocks by Lloyd Pique · 7 years ago
  94. 441d504 SF: Move HWComposer ownership to CompositionEngine by Lloyd Pique · 7 years ago
  95. fb530cf Revert "Revert "[SurfaceFlinger] Add GPU protected content support."" by Peiyong Lin · 7 years ago
  96. 78fb96f Revert "[SurfaceFlinger] Add GPU protected content support." by Bo Hu · 7 years ago
  97. dc97924 [SurfaceFlinger] Add GPU protected content support. by Peiyong Lin · 7 years ago
  98. 1b6531c Rounded corners by Lucas Dupin · 7 years ago
  99. f6fd29e Revert "Revert "Remove gl surfaces from DisplayDevice."" by Alec Mouri · 7 years ago
  100. 0a9c7b8 Revert "Revert "Bind to FBO when using GPU composition"" by Alec Mouri · 7 years ago