1. 46b72df CE: Fix color layer HWC call ordering by Lloyd Pique · 6 years ago
  2. 7a23491 SF: Dev Options should force client composition for all frames by Lloyd Pique · 6 years ago
  3. 01c77c1 CE: Move knowledge of the OutputLayers out of Output by Lloyd Pique · 7 years ago
  4. a38ea7e CE: Allow the final class to set the types used by Lloyd Pique · 7 years ago
  5. fe67102 CE: Reset forceClientComposition on geometry update by Lloyd Pique · 6 years ago
  6. 9755fb7 CE: Layers only have FE layer state by Lloyd Pique · 7 years ago
  7. c29e4c6 SF: Move/Refactor rebuildLayerStacks and computeVisibleRegions by Lloyd Pique · 7 years ago
  8. 66c20c4 SF: Cleanup Layer membership test by Lloyd Pique · 7 years ago
  9. df336d9 SF: Restructure OutputLayer creation to remove displayId argument by Lloyd Pique · 7 years ago
  10. c668734 SF: Add ability to get basic geometry by Lloyd Pique · 7 years ago
  11. a246866 SF: Move layer visibility state to CompositionEngine by Lloyd Pique · 7 years ago
  12. 3eb1b21 SF: Move/Refactor calculateWorkingSet to CompositionEngine by Lloyd Pique · 7 years ago
  13. c7b0c75 SF: Move/Refactor updateCursorAsync to CompositionEngine by Lloyd Pique · 7 years ago
  14. 6a3b446 SF: Move pickColorMode and getBestDataspace to CompositionEngine by Lloyd Pique · 7 years ago
  15. d3d6988 SF: Move/Refactor doComposition and doDisplayComposition to CompositionEngine by Lloyd Pique · 7 years ago
  16. c2d54d4 SF: Clear layers properly doing client composition by Lloyd Pique · 6 years ago
  17. 56eba80 SF: Fix layer outside of viewport test by Lloyd Pique · 6 years ago
  18. 688abd4 SF: Move doComposeSurfaces to CompositionEngine by Lloyd Pique · 7 years ago
  19. 35fca9d SF: Move postFrameBuffer to CompositionEngine by Lloyd Pique · 7 years ago
  20. 66d6860 SF: Move/Refactor prepareFrame to CompositionEngine by Lloyd Pique · 7 years ago
  21. ab039b5 SF: Move preComposition to CompositionEngine by Lloyd Pique · 7 years ago
  22. f527548 SF: Move/Refactor Layer::setPerFrameData by Lloyd Pique · 7 years ago
  23. 8002fca [SurfaceFlinger] Clean-up dead code by Alec Mouri · 7 years ago
  24. 67e3d9b Revert "Revert "SF: Test coverage for OutputLayer::updateGeometryState"" by Lloyd Pique · 7 years ago
  25. 5201031 [SurfaceFlinger] Make sure switch the protected state of buffers. by Peiyong Lin · 7 years ago
  26. 77f79a2 SurfaceFlinger: Fix check for ignoring a new color transform by Lloyd Pique · 7 years ago
  27. 5210624 Merge changes Ieb4d16d1,Icef95925 into qt-dev by Valerie Hau · 7 years ago
  28. 947d34e Change slot generation for BufferState by Marissa Wall · 7 years ago
  29. 8beb414 Disconnect from surface when the RenderSurface object is removed. by chaviw · 7 years ago
  30. 13f0d1a Return to manual slot use instead of slot generation by Valerie Hau · 7 years ago
  31. 546a245 Revert "SF: Test coverage for OutputLayer::updateGeometryState" by Lloyd Pique · 7 years ago
  32. 4f7dc14 SF: Test coverage for OutputLayer::updateGeometryState by Lloyd Pique · 7 years ago
  33. a83776c SF: Move/Refactor Layer::setGeometry() to compositionengine::OutputLayer by Lloyd Pique · 7 years ago
  34. 57e63c5 Moved brightness from Lights to SF. by Dan Gittik · 7 years ago
  35. 6f89c37 Caching between SF and HWC extended to Buffer State Layers by Valerie Hau · 7 years ago
  36. 5723fbd Revert "Caching between SF and HWC for BufferStateLayers" by Wale Ogunwale · 7 years ago
  37. b28f007 Caching between SF and HWC for BufferStateLayers by Valerie Hau · 7 years ago
  38. 6338c9d Plumb fence from dequeueBuffer into renderengine by Alec Mouri · 7 years ago
  39. 7560d0d Merge "SF: Move management of HWC layers to compositionengine::OutputLayer" by TreeHugger Robot · 7 years ago
  40. 07e3321 SF: Move management of HWC layers to compositionengine::OutputLayer by Lloyd Pique · 7 years ago
  41. 75bfd16 Merge "SF: Abstract and mock HWC2::Layer" by TreeHugger Robot · 7 years ago
  42. f6d3044 Merge changes I20e4aa1a,I00370f05 by TreeHugger Robot · 7 years ago
  43. 35d5824 SF: Abstract and mock HWC2::Layer by Lloyd Pique · 7 years ago
  44. 37c2c9b SF: Introduce OutputLayerCompositionState by Lloyd Pique · 7 years ago
  45. a3ea559 [SurfaceFlinger] Allow force a supported color mode. by Peiyong Lin · 7 years ago
  46. 2c476d0 Merge "Revert "Revert "Use renderengine::drawLayers api everywhere.""" by TreeHugger Robot · 7 years ago
  47. e7d1d4a Revert "Revert "Use renderengine::drawLayers api everywhere."" by Alec Mouri · 7 years ago
  48. ef95812 SF: Color changes should dirty entire display by Lloyd Pique · 7 years ago
  49. 79108df Revert "Use renderengine::drawLayers api everywhere." by Alec Mouri · 7 years ago
  50. 76ed703 SF: Move HWComposerBufferCache in to CompositionEngine by Lloyd Pique · 7 years ago
  51. cc01a45 SF: Intro CE::OutputLayer by Lloyd Pique · 7 years ago
  52. feb73d7 SF: Setup CompositionEngine::Layer by Lloyd Pique · 7 years ago
  53. 0f71483 Use renderengine::drawLayers api everywhere. by Alec Mouri · 7 years ago
  54. ef36b00 SF: Fix a defect in the layer filtering logic by Lloyd Pique · 7 years ago
  55. 3d0c02e SF: Separate out display color handling by Lloyd Pique · 7 years ago
  56. 31cb294 SF: Separate out render surface code by Lloyd Pique · 7 years ago
  57. 32cbe28 SF: Move state out of DisplayDevice to a new Output class by Lloyd Pique · 7 years ago
  58. 45a165a SF: Setup CompositionEngine::Display by Lloyd Pique · 7 years ago
  59. b97e04f SF: Move RenderEngine ownership to CompositionEngine by Lloyd Pique · 7 years ago
  60. 441d504 SF: Move HWComposer ownership to CompositionEngine by Lloyd Pique · 7 years ago
  61. 70d9136 SF: Introduce a minimal CompositionEngine by Lloyd Pique · 7 years ago