1. 643053a Remove VrFlinger usages from SF. by Alec Mouri · 5 years ago
  2. e8b4e70 Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709) by Xin Li · 5 years ago
  3. ac17aa0 Merge "Plumb client target property." into rvc-dev by TreeHugger Robot · 6 years ago
  4. dfc3f7c Plumb client target property. by Peiyong Lin · 6 years ago
  5. 9e217d6 CompositionEngine: base inverse transform on primary display by Snild Dolkow · 6 years ago
  6. e9d809e Remove hwcomposer2.h by Peiyong Lin · 6 years ago
  7. aad4ebf SF: Start restructuring display creation by Lloyd Pique · 6 years ago
  8. 2dd6f39 Enable per-device GPU clock configuration by Lucas Dupin · 6 years ago
  9. 55a81a2 Merge "Retrieve a list of composition settings from front end layer" by TreeHugger Robot · 6 years ago
  10. 8d9f836 [sf] Pass metadata to layer during composition by Lloyd Pique · 6 years ago
  11. b87d94f Retrieve a list of composition settings from front end layer by Vishnu Nair · 6 years ago
  12. da0f906 Merge "CE: Remove compositionengine::Layer" by TreeHugger Robot · 6 years ago
  13. e8fe474 CE: Use distinct source and destination clip rectangles by Lloyd Pique · 6 years ago
  14. de19665 CE: Remove compositionengine::Layer by Lloyd Pique · 6 years ago
  15. 77707d9 Merge "CE: Reduce scope of where -Wconversion is disabled" by TreeHugger Robot · 6 years ago
  16. 500507c Merge "Skip client composition requests" by Vishnu Nair · 6 years ago
  17. 9b079a2 Skip client composition requests by Vishnu Nair · 6 years ago
  18. 2eb3eb6 Merge "CE: Cleanups for conversion warnings" by TreeHugger Robot · 6 years ago
  19. 3b5a69e CE: Reduce scope of where -Wconversion is disabled by Lloyd Pique · 6 years ago
  20. 0a45623 CE: Cleanups for conversion warnings by Lloyd Pique · 6 years ago
  21. 19c8f0e Add support for background blurs by Lucas Dupin · 6 years ago
  22. a483b4a Draw shadows when the casting layer is occluded or transparent by Vishnu Nair · 6 years ago
  23. af94d9d Merge "Remove GLES wording from SurfaceFlinger." by TreeHugger Robot · 6 years ago
  24. f3ffc4e Remove GLES wording from SurfaceFlinger. by Peiyong Lin · 6 years ago
  25. a486334 CE: Add test coverage for Output::generateClientCompositionRequests by Lloyd Pique · 6 years ago
  26. 2365a09 Merge "[TimeStats] Track RenderEngine time per frame." by TreeHugger Robot · 6 years ago
  27. e4034bb [TimeStats] Track RenderEngine time per frame. by Alec Mouri · 6 years ago
  28. 3a7346c [Shadows] Create a new composition layer for shadows [6/n] by Vishnu Nair · 6 years ago
  29. b69e076 Add trace event for fallback composition by Adithya Srinivasan · 6 years ago
  30. 7a23491 SF: Dev Options should force client composition for all frames by Lloyd Pique · 6 years ago
  31. 6c564cf CE: Introduce Output::GetDisplayId() by Lloyd Pique · 7 years ago
  32. c3cb729 CE: Introduce CompositionEngine::dump() by Lloyd Pique · 7 years ago
  33. 01c77c1 CE: Move knowledge of the OutputLayers out of Output by Lloyd Pique · 7 years ago
  34. a38ea7e CE: Allow the final class to set the types used by Lloyd Pique · 7 years ago
  35. 9755fb7 CE: Layers only have FE layer state by Lloyd Pique · 7 years ago
  36. c29e4c6 SF: Move/Refactor rebuildLayerStacks and computeVisibleRegions by Lloyd Pique · 7 years ago
  37. 66c20c4 SF: Cleanup Layer membership test by Lloyd Pique · 7 years ago
  38. df336d9 SF: Restructure OutputLayer creation to remove displayId argument by Lloyd Pique · 7 years ago
  39. c668734 SF: Add ability to get basic geometry by Lloyd Pique · 7 years ago
  40. a246866 SF: Move layer visibility state to CompositionEngine by Lloyd Pique · 7 years ago
  41. 3eb1b21 SF: Move/Refactor calculateWorkingSet to CompositionEngine by Lloyd Pique · 7 years ago
  42. d7b429f SF: Move/refactor presentation loop to CompositionEngine by Lloyd Pique · 7 years ago
  43. c7b0c75 SF: Move/Refactor updateCursorAsync to CompositionEngine by Lloyd Pique · 7 years ago
  44. 6a3b446 SF: Move pickColorMode and getBestDataspace to CompositionEngine by Lloyd Pique · 7 years ago
  45. d3d6988 SF: Move/Refactor doComposition and doDisplayComposition to CompositionEngine by Lloyd Pique · 7 years ago
  46. f8cf14d SF: Move doDebugFlashRegions to CompositionEngine by Lloyd Pique · 7 years ago
  47. 688abd4 SF: Move doComposeSurfaces to CompositionEngine by Lloyd Pique · 7 years ago
  48. f16688f SF: Introduce LayerFE::prepareClientComposition by Lloyd Pique · 7 years ago
  49. d0a92a0 SF: Move beginFrame to CompositionEngine by Lloyd Pique · 7 years ago
  50. 35fca9d SF: Move postFrameBuffer to CompositionEngine by Lloyd Pique · 7 years ago
  51. 66d6860 SF: Move/Refactor prepareFrame to CompositionEngine by Lloyd Pique · 7 years ago
  52. ab039b5 SF: Move preComposition to CompositionEngine by Lloyd Pique · 7 years ago
  53. c7ef21b SF: Move/Refactor LayersNeedingFences by Lloyd Pique · 7 years ago
  54. 0e1c05e SF: Refactor onPreComposition by Lloyd Pique · 7 years ago
  55. f527548 SF: Move/Refactor Layer::setPerFrameData by Lloyd Pique · 7 years ago
  56. 8002fca [SurfaceFlinger] Clean-up dead code by Alec Mouri · 7 years ago
  57. 5201031 [SurfaceFlinger] Make sure switch the protected state of buffers. by Peiyong Lin · 7 years ago
  58. 222859a [SurfaceFlinger] Remove unused functions. by Peiyong Lin · 7 years ago
  59. 5210624 Merge changes Ieb4d16d1,Icef95925 into qt-dev by Valerie Hau · 7 years ago
  60. 947d34e Change slot generation for BufferState by Marissa Wall · 7 years ago
  61. 8beb414 Disconnect from surface when the RenderSurface object is removed. by chaviw · 7 years ago
  62. c7e8ce8 Actually apply color transform for GPU comp. by Alec Mouri · 7 years ago
  63. 13f0d1a Return to manual slot use instead of slot generation by Valerie Hau · 7 years ago
  64. a83776c SF: Move/Refactor Layer::setGeometry() to compositionengine::OutputLayer by Lloyd Pique · 7 years ago
  65. 6f89c37 Caching between SF and HWC extended to Buffer State Layers by Valerie Hau · 7 years ago
  66. b82cf27 Merge "Revert "Caching between SF and HWC for BufferStateLayers"" by Wale Ogunwale · 7 years ago
  67. 5723fbd Revert "Caching between SF and HWC for BufferStateLayers" by Wale Ogunwale · 7 years ago
  68. 3e4466c Merge "Caching between SF and HWC for BufferStateLayers" by Valerie Hau · 7 years ago
  69. b28f007 Caching between SF and HWC for BufferStateLayers by Valerie Hau · 7 years ago
  70. d1fe5d3 Merge changes I7c51f161,I9231f4b4 by TreeHugger Robot · 7 years ago
  71. 6338c9d Plumb fence from dequeueBuffer into renderengine by Alec Mouri · 7 years ago
  72. cb54b3b SF: Refactor onLayerDisplayed by Lloyd Pique · 7 years ago
  73. 07e3321 SF: Move management of HWC layers to compositionengine::OutputLayer by Lloyd Pique · 7 years ago
  74. 0b785d8 SF: Introduce LayerCompositionState by Lloyd Pique · 7 years ago
  75. 37c2c9b SF: Introduce OutputLayerCompositionState by Lloyd Pique · 7 years ago
  76. e7d1d4a Revert "Revert "Use renderengine::drawLayers api everywhere."" by Alec Mouri · 7 years ago
  77. 79108df Revert "Use renderengine::drawLayers api everywhere." by Alec Mouri · 7 years ago
  78. 76ed703 SF: Move HWComposerBufferCache in to CompositionEngine by Lloyd Pique · 7 years ago
  79. cc01a45 SF: Intro CE::OutputLayer by Lloyd Pique · 7 years ago
  80. feb73d7 SF: Setup CompositionEngine::Layer by Lloyd Pique · 7 years ago
  81. 0f71483 Use renderengine::drawLayers api everywhere. by Alec Mouri · 7 years ago
  82. ef36b00 SF: Fix a defect in the layer filtering logic by Lloyd Pique · 7 years ago
  83. 3d0c02e SF: Separate out display color handling by Lloyd Pique · 7 years ago
  84. 31cb294 SF: Separate out render surface code by Lloyd Pique · 7 years ago
  85. 542307f SF: Move DisplaySurface into CompositionEngine by Lloyd Pique · 7 years ago
  86. 32cbe28 SF: Move state out of DisplayDevice to a new Output class by Lloyd Pique · 7 years ago
  87. 45a165a SF: Setup CompositionEngine::Display by Lloyd Pique · 7 years ago
  88. b97e04f SF: Move RenderEngine ownership to CompositionEngine by Lloyd Pique · 7 years ago
  89. 441d504 SF: Move HWComposer ownership to CompositionEngine by Lloyd Pique · 7 years ago
  90. 70d9136 SF: Introduce a minimal CompositionEngine by Lloyd Pique · 7 years ago