1. f43b664 Temporarily turn off ASAN for libcompositionengine_test by Yi Kong · 7 years ago
  2. 810b030 SF: Revert one line that changed in moving doComposeSurfaces by Lloyd Pique · 7 years ago
  3. 688abd4 SF: Move doComposeSurfaces to CompositionEngine by Lloyd Pique · 7 years ago
  4. 7d90ba5 SF: Present before signalling presentation done by Lloyd Pique · 7 years ago
  5. f16688f SF: Introduce LayerFE::prepareClientComposition by Lloyd Pique · 7 years ago
  6. d0a92a0 SF: Move beginFrame to CompositionEngine by Lloyd Pique · 7 years ago
  7. 35fca9d SF: Move postFrameBuffer to CompositionEngine by Lloyd Pique · 7 years ago
  8. 66d6860 SF: Move/Refactor prepareFrame to CompositionEngine by Lloyd Pique · 7 years ago
  9. ab039b5 SF: Move preComposition to CompositionEngine by Lloyd Pique · 7 years ago
  10. c7ef21b SF: Move/Refactor LayersNeedingFences by Lloyd Pique · 7 years ago
  11. 0e1c05e SF: Refactor onPreComposition by Lloyd Pique · 7 years ago
  12. f527548 SF: Move/Refactor Layer::setPerFrameData by Lloyd Pique · 7 years ago
  13. 8002fca [SurfaceFlinger] Clean-up dead code by Alec Mouri · 7 years ago
  14. 67e3d9b Revert "Revert "SF: Test coverage for OutputLayer::updateGeometryState"" by Lloyd Pique · 7 years ago
  15. 5201031 [SurfaceFlinger] Make sure switch the protected state of buffers. by Peiyong Lin · 7 years ago
  16. 77f79a2 SurfaceFlinger: Fix check for ignoring a new color transform by Lloyd Pique · 7 years ago
  17. 222859a [SurfaceFlinger] Remove unused functions. by Peiyong Lin · 7 years ago
  18. 5210624 Merge changes Ieb4d16d1,Icef95925 into qt-dev by Valerie Hau · 7 years ago
  19. 947d34e Change slot generation for BufferState by Marissa Wall · 7 years ago
  20. 8beb414 Disconnect from surface when the RenderSurface object is removed. by chaviw · 7 years ago
  21. c7e8ce8 Actually apply color transform for GPU comp. by Alec Mouri · 7 years ago
  22. 13f0d1a Return to manual slot use instead of slot generation by Valerie Hau · 7 years ago
  23. 546a245 Revert "SF: Test coverage for OutputLayer::updateGeometryState" by Lloyd Pique · 7 years ago
  24. c6a1d40 Merge "SF: Test coverage for OutputLayer::updateGeometryState" by TreeHugger Robot · 7 years ago
  25. 207def9 SF: Dump CompositionEngine layers and cleanup output by Lloyd Pique · 7 years ago
  26. 4f7dc14 SF: Test coverage for OutputLayer::updateGeometryState by Lloyd Pique · 7 years ago
  27. a83776c SF: Move/Refactor Layer::setGeometry() to compositionengine::OutputLayer by Lloyd Pique · 7 years ago
  28. 57e63c5 Moved brightness from Lights to SF. by Dan Gittik · 7 years ago
  29. 6f89c37 Caching between SF and HWC extended to Buffer State Layers by Valerie Hau · 7 years ago
  30. b82cf27 Merge "Revert "Caching between SF and HWC for BufferStateLayers"" by Wale Ogunwale · 7 years ago
  31. 5723fbd Revert "Caching between SF and HWC for BufferStateLayers" by Wale Ogunwale · 7 years ago
  32. 3e4466c Merge "Caching between SF and HWC for BufferStateLayers" by Valerie Hau · 7 years ago
  33. b28f007 Caching between SF and HWC for BufferStateLayers by Valerie Hau · 7 years ago
  34. d1fe5d3 Merge changes I7c51f161,I9231f4b4 by TreeHugger Robot · 7 years ago
  35. 6338c9d Plumb fence from dequeueBuffer into renderengine by Alec Mouri · 7 years ago
  36. cb54b3b SF: Refactor onLayerDisplayed by Lloyd Pique · 7 years ago
  37. 7560d0d Merge "SF: Move management of HWC layers to compositionengine::OutputLayer" by TreeHugger Robot · 7 years ago
  38. 07e3321 SF: Move management of HWC layers to compositionengine::OutputLayer by Lloyd Pique · 7 years ago
  39. 75bfd16 Merge "SF: Abstract and mock HWC2::Layer" by TreeHugger Robot · 7 years ago
  40. f6d3044 Merge changes I20e4aa1a,I00370f05 by TreeHugger Robot · 7 years ago
  41. 35d5824 SF: Abstract and mock HWC2::Layer by Lloyd Pique · 7 years ago
  42. 0b785d8 SF: Introduce LayerCompositionState by Lloyd Pique · 7 years ago
  43. 37c2c9b SF: Introduce OutputLayerCompositionState by Lloyd Pique · 7 years ago
  44. a3ea559 [SurfaceFlinger] Allow force a supported color mode. by Peiyong Lin · 7 years ago
  45. 2c476d0 Merge "Revert "Revert "Use renderengine::drawLayers api everywhere.""" by TreeHugger Robot · 7 years ago
  46. e7d1d4a Revert "Revert "Use renderengine::drawLayers api everywhere."" by Alec Mouri · 7 years ago
  47. ef95812 SF: Color changes should dirty entire display by Lloyd Pique · 7 years ago
  48. 79108df Revert "Use renderengine::drawLayers api everywhere." by Alec Mouri · 7 years ago
  49. 76ed703 SF: Move HWComposerBufferCache in to CompositionEngine by Lloyd Pique · 7 years ago
  50. cc01a45 SF: Intro CE::OutputLayer by Lloyd Pique · 7 years ago
  51. feb73d7 SF: Setup CompositionEngine::Layer by Lloyd Pique · 7 years ago
  52. 0f71483 Use renderengine::drawLayers api everywhere. by Alec Mouri · 7 years ago
  53. ef36b00 SF: Fix a defect in the layer filtering logic by Lloyd Pique · 7 years ago
  54. 3d0c02e SF: Separate out display color handling by Lloyd Pique · 8 years ago
  55. 31cb294 SF: Separate out render surface code by Lloyd Pique · 8 years ago
  56. 542307f SF: Move DisplaySurface into CompositionEngine by Lloyd Pique · 8 years ago
  57. 32cbe28 SF: Move state out of DisplayDevice to a new Output class by Lloyd Pique · 8 years ago
  58. 45a165a SF: Setup CompositionEngine::Display by Lloyd Pique · 8 years ago
  59. b97e04f SF: Move RenderEngine ownership to CompositionEngine by Lloyd Pique · 8 years ago
  60. 441d504 SF: Move HWComposer ownership to CompositionEngine by Lloyd Pique · 8 years ago
  61. 70d9136 SF: Introduce a minimal CompositionEngine by Lloyd Pique · 8 years ago