1. 2f5addb Improve Planner stability by Alec Mouri · 4 years, 7 months ago
  2. 8e80994 Merge "Support skipping CachedSet rendering based on invalidate() proximity" into sc-dev by Alec Mouri · 4 years, 8 months ago
  3. aa83158 Support skipping CachedSet rendering based on invalidate() proximity by Alec Mouri · 4 years, 8 months ago
  4. de5764d Merge "HolePunchPIP: Do not use hole punch for HDR videos" into sc-dev by Leon Scroggins · 4 years, 8 months ago
  5. e759e16 Merge "Don't send override buffer down to HWC if the layer would be skipped" into sc-dev by Alec Mouri · 4 years, 8 months ago
  6. 96ca45c Don't send override buffer down to HWC if the layer would be skipped by Alec Mouri · 4 years, 8 months ago
  7. df6201b Add a TexturePool class into layer caching by Alec Mouri · 4 years, 8 months ago
  8. 6f8e334 HolePunchPIP: Do not use hole punch for HDR videos by Leon Scroggins III · 4 years, 8 months ago
  9. 4332aac Add sysprop for tuning caching inactive layer by Huihong Luo · 4 years, 8 months ago
  10. f156b77 Skip layers with protected contents from caching by Huihong Luo · 4 years, 8 months ago
  11. 57aa9a9 Merge "Put debug/log code under verbose flag" into sc-dev by Huihong Luo · 4 years, 8 months ago
  12. 88b2d88 Put debug/log code under verbose flag by Huihong Luo · 4 years, 8 months ago
  13. 3b71371 Merge "Remove fatal assert from CachedSet::render" into sc-dev by Leon Scroggins · 4 years, 8 months ago
  14. 8330256 Merge "HDR video fix" into sc-dev by Huihong Luo · 4 years, 8 months ago
  15. 5c6adea HDR video fix by Huihong Luo · 4 years, 8 months ago
  16. 1394860 SF: Extract virtual display allocation from CE by Dominik Laskowski · 5 years ago
  17. 6383bb0 Merge "SF: populate state correctly in Display::applyLayerRequestsToLayers" into sc-dev by Ady Abraham · 4 years, 8 months ago
  18. f54453c Improve blur caching heuristic by Alec Mouri · 4 years, 9 months ago
  19. 3056298 Remove fatal assert from CachedSet::render by Leon Scroggins III · 4 years, 8 months ago
  20. 0094dc6 SF: populate state correctly in Display::applyLayerRequestsToLayers by Ady Abraham · 4 years, 8 months ago
  21. 61ca9f1 Turn on hole punch for PIP with caching by Leon Scroggins III · 4 years, 8 months ago
  22. 886b4e0 Merge "SF: add traces for caching" into sc-dev by TreeHugger Robot · 4 years, 8 months ago
  23. 7f09431 Merge "Fix caching runtime toggle" into sc-dev by Alec Mouri · 4 years, 8 months ago
  24. d0afe44 SF: add traces for caching by Ady Abraham · 4 years, 8 months ago
  25. 0b0a068 Merge "Don't re-render CachedSets" into sc-dev by Alec Mouri · 4 years, 8 months ago
  26. c773472b Fix caching runtime toggle by Alec Mouri · 4 years, 8 months ago
  27. e9f6e10 Merge "SF: Clean up HWC2::Layer ownership" into sc-dev by TreeHugger Robot · 4 years, 8 months ago
  28. 54f4a4e Don't re-render CachedSets by Alec Mouri · 4 years, 8 months ago
  29. 1b33fc3 SF: Clean up HWC2::Layer ownership by Lloyd Pique · 4 years, 9 months ago
  30. 4d7a066 Merge "Add blur support in caching" into sc-dev by TreeHugger Robot · 4 years, 9 months ago
  31. 9748606 Add blur support in caching by Alec Mouri · 4 years, 9 months ago
  32. f2b9e68 Merge changes I9b4b0d4c,I1faca3aa,I38b538c1,I176c6641 into sc-dev by Ady Abraham · 4 years, 9 months ago
  33. 18c7970 Merge "Make sdr white point do a thing" into sc-dev by John Reck · 4 years, 9 months ago
  34. b42cdc1 SF: do not skip validate if it is called more than a vsync earlier by Ady Abraham · 4 years, 9 months ago
  35. d1bf1b5 Resolve subtle but severe flickering in layer caching by Alec Mouri · 4 years, 9 months ago
  36. 023c188 Support toggling layer caching at runtime by Alec Mouri · 4 years, 9 months ago
  37. 08b6b20 Flag off predictor usage in layer caching. by Alec Mouri · 4 years, 9 months ago
  38. 73fa266 Fix crash in Flattener dumpsys by Alec Mouri · 4 years, 9 months ago
  39. 2644034 Merge "Update SurfaceFlinger to handle stretching of surfaces that are part of a scrolling container" into sc-dev by Nader Jawad · 4 years, 9 months ago
  40. 2dfc98b Update SurfaceFlinger to handle stretching by Nader Jawad · 4 years, 10 months ago
  41. 8ad4bf4 Merge "Dedicate a special caching slot for the layer override buffer" into sc-dev by Alec Mouri · 4 years, 9 months ago
  42. e7cc1c2 Dedicate a special caching slot for the layer override buffer by Alec Mouri · 4 years, 9 months ago
  43. 9e8dd09 Merge "Fix two crash causes in Flattener related to hashing" into sc-dev by TreeHugger Robot · 4 years, 9 months ago
  44. 2fff07d Merge "SF: dump planner layers in dumpsys" into sc-dev by TreeHugger Robot · 4 years, 9 months ago
  45. c181519 Merge "SF: Add tests for hole punch" into sc-dev by TreeHugger Robot · 4 years, 9 months ago
  46. 9c977c4 Fix two crash causes in Flattener related to hashing by Alec Mouri · 4 years, 9 months ago
  47. 2e74a4c SF: Add tests for hole punch by Leon Scroggins III · 4 years, 10 months ago
  48. 2790e9f SF: dump planner layers in dumpsys by Ady Abraham · 4 years, 9 months ago
  49. ac09e45 Make sdr white point do a thing by John Reck · 4 years, 10 months ago
  50. 73e09c3 ProjectionSpace fixes for caching: by Alec Mouri · 4 years, 9 months ago
  51. 9d53391 Merge "Update physicalDisplay when rendering CachedSet to include offset." into sc-dev by TreeHugger Robot · 4 years, 9 months ago
  52. 3395218 Merge "Add blur region to CompositionEngine dump" into sc-dev by TreeHugger Robot · 4 years, 9 months ago
  53. 03bf0ff Fix source crop that's being sent to hwc for sf caching by Alec Mouri · 4 years, 9 months ago
  54. 07e2dc8 Add blur region to CompositionEngine dump by Alec Mouri · 4 years, 9 months ago
  55. 641f703 Merge "Add a stricter check for resetting all cached sets." into sc-dev by Alec Mouri · 4 years, 9 months ago
  56. cf165b6 Update physicalDisplay when rendering CachedSet to include offset. by Alec Mouri · 4 years, 10 months ago
  57. 64d3b59 Add a stricter check for resetting all cached sets. by Alec Mouri · 4 years, 9 months ago
  58. 9aa25c2 SF rounded corners: include geometry when reordering by Leon Scroggins III · 4 years, 10 months ago
  59. ff3c57e SF: only hole punch through opaque layers by Leon Scroggins III · 4 years, 10 months ago
  60. d305ef2 SF: Ignore rounded corners if the layer can peek through by Leon Scroggins III · 4 years, 10 months ago
  61. e2ee040 Reorder the layers sent to HWC by Leon Scroggins III · 4 years, 10 months ago
  62. f8a1831 Identify a PIP window and implement hole punch by Leon Scroggins III · 4 years, 10 months ago
  63. 3645e64 SF: wait instead of presenting early by Ady Abraham · 4 years, 9 months ago
  64. a3a235f Merge "Revert "Revert "Add ExternalTexture class into RenderEngine inte..."" into sc-dev by Leon Scroggins · 4 years, 9 months ago
  65. a90a570 Revert "Revert "Add ExternalTexture class into RenderEngine inte..." by Alec Mouri · 4 years, 10 months ago
  66. 617752f Revert "Add ExternalTexture class into RenderEngine interface" by Alec Mouri · 4 years, 10 months ago
  67. 95595f7 Remove surface damage from planner LayerState by Alec Mouri · 4 years, 10 months ago
  68. 2daef3c Add ExternalTexture class into RenderEngine interface by Alec Mouri · 4 years, 10 months ago
  69. cdc6088 Merge changes Id305effe,I065f1968,I18b6d921 into sc-dev by Leon Scroggins · 4 years, 10 months ago
  70. 04b992c SF: Only buildCachedSets if (mergeWithCachedSets) by Leon Scroggins III · 4 years, 10 months ago
  71. e55d11e Remove Flattener::mLayersHash by Leon Scroggins III · 4 years, 10 months ago
  72. 73939a9 Merge "SF: Restore geometry state when it had been overridden" into sc-dev by Yichi Chen · 4 years, 10 months ago
  73. 413d46a SF: Restore geometry state when it had been overridden by Yichi Chen · 4 years, 10 months ago
  74. 91ac3b5 Avoid duplicate rendering of the same cached override buffer by Huihong Luo · 4 years, 10 months ago
  75. ce40b1f Merge "Add correct damage and visible regions for cached buffers." into sc-dev by TreeHugger Robot · 4 years, 10 months ago
  76. d95ca21 Merge "Override buffer always sets blend mode and plane alpha" into sc-dev by Alec Mouri · 4 years, 10 months ago
  77. bbb9766 Merge "Fix a potential memory crash for layer debug highlighting" into sc-dev by Huihong Luo · 4 years, 10 months ago
  78. c8c05ed Fix a potential memory crash for layer debug highlighting by Huihong Luo · 4 years, 10 months ago
  79. 464352b Add correct damage and visible regions for cached buffers. by Alec Mouri · 4 years, 10 months ago
  80. 69114c7 Add remaining output-relevant fields to LayerState by Alec Mouri · 4 years, 10 months ago
  81. ee69a59 Override buffer always sets blend mode and plane alpha by Alec Mouri · 4 years, 10 months ago
  82. e22b4e8 Merge "Store a wp GraphicBuffer pointer instead of an sp on LayerState" into sc-dev by Huihong Luo · 4 years, 10 months ago
  83. 7be6c0a Apply additional CachedSet rendering fixes by Alec Mouri · 4 years, 10 months ago
  84. 6368475 Merge "Add display orientation to CachedSet rendering" into sc-dev by Huihong Luo · 4 years, 10 months ago
  85. 2cb972e Merge "Pass override dataspace to HWC" into sc-dev by Alec Mouri · 4 years, 10 months ago
  86. a19a896 Store a wp GraphicBuffer pointer instead of an sp on LayerState by Alec Mouri · 4 years, 10 months ago
  87. a582511 Add display orientation to CachedSet rendering by Huihong Luo · 4 years, 10 months ago
  88. cb769ae Merge "Remove Flattener::reset" into sc-dev by Leon Scroggins · 4 years, 10 months ago
  89. eed0273 Remove Flattener::reset by Leon Scroggins III · 4 years, 10 months ago
  90. 6dfcedf CachedSet::hasBufferUpdate: remove iterator param by Leon Scroggins III · 4 years, 10 months ago
  91. b7edfc2 Pass override dataspace to HWC by Alec Mouri · 4 years, 11 months ago
  92. 96b9645 Add caching override info into dumpsys by Alec Mouri · 4 years, 11 months ago
  93. 9c8fce0 Add output dataspace to CachedSet rendering by Alec Mouri · 4 years, 11 months ago
  94. 732ff44 Merge "Don't leak flattened buffers from cached sets." into sc-dev by Alec Mouri · 4 years, 11 months ago
  95. f6a684b Add tests for LayerStack::ApproximateMatch by Alec Mouri · 4 years, 11 months ago
  96. 49da70d Don't leak flattened buffers from cached sets. by Alec Mouri · 4 years, 11 months ago
  97. eb920d9 Add unit tests for planner's LayerState by Alec Mouri · 5 years ago
  98. b7db410 Add unit tests for android::compositionengine::impl::planner::Flattener by Ady Abraham · 5 years ago
  99. 6166c31 SF: Add Planner flattener by Dan Stoza · 5 years ago
  100. 47437bb SF: Add Planner predictor by Dan Stoza · 5 years ago