1. 377c014 SF: Add LayerSnapshotGuard to manage layer snapshot by Patrick Williams · 3 years, 6 months ago
  2. e14c6b3 SF: Split FE and CE by Vishnu Nair · 3 years, 8 months ago
  3. bbceb46 SurfaceComposerClient: Clean up layer state by Vishnu Nair · 3 years, 6 months ago
  4. 43a9808 Merge "SF: Remove DisplayDevice::onVsync" by TreeHugger Robot · 3 years, 6 months ago
  5. dc2bb80 SF: Remove DisplayDevice::onVsync by Dominik Laskowski · 3 years, 6 months ago
  6. 0a4fb00 CE: Snapshot layer metadata by Vishnu Nair · 3 years, 8 months ago
  7. e8dd962 Remove unused code in Layer::releasePendingBuffer by Alec Mouri · 3 years, 7 months ago
  8. bedb44b SF: Populate RE layer settings from layer snapshot and CE layer state by Vishnu Nair · 3 years, 8 months ago
  9. 83f36b2 SF: Remove BufferStateLayer class by Patrick Williams · 3 years, 7 months ago
  10. 009619f Add more tracing info when setting buffer by Chavi Weingarten · 3 years, 7 months ago
  11. ba35410 CE: Update layer composition state outside of CE by Vishnu Nair · 3 years, 8 months ago
  12. 46b61b9 SF: Remove EffectLayer class by Patrick Williams · 3 years, 7 months ago
  13. f8734e0 SF: Enforce thread safety of active mode access by Dominik Laskowski · 3 years, 8 months ago
  14. f115db8 SurfaceFlinger: Don't handle effects if a buffer is available by Vishnu Nair · 3 years, 7 months ago
  15. 22e33d6 SF: Remove unnecessary mSidebandStream check by Patrick Williams · 3 years, 7 months ago
  16. bb25f80 SF: Merge BufferStateLayer into Layer by Patrick Williams · 3 years, 7 months ago
  17. bc4ee5c SF: Merge EffectLayer into BufferStateLayer by Vishnu Nair · 3 years, 8 months ago
  18. ea04b6f SF: Clean up layer state by Vishnu Nair · 3 years, 8 months ago
  19. 16d8b2c SF: Refactor Layer::prepareClientCompositionList by Patrick Williams · 3 years, 8 months ago
  20. d11bade SF: build with ANDROID_UTILS_REF_BASE_DISABLE_IMPLICIT_CONSTRUCTION by Ady Abraham · 3 years, 8 months ago
  21. 29810f7 SF: Replace container layers with effect layers by Vishnu Nair · 3 years, 9 months ago
  22. f4b6b5f Merge "SF: BufferStateLayer cleanup" by TreeHugger Robot · 3 years, 8 months ago
  23. 397a0e3 SF: BufferStateLayer cleanup by Vishnu Nair · 3 years, 9 months ago
  24. da0f62c Reland: Send WindowInfo even if the window isn't associated with a DisplayDevice by Prabir Pradhan · 3 years, 9 months ago
  25. a72f6c0 SF: merge BufferLayer and BufferStateLayer by Vishnu Nair · 3 years, 9 months ago
  26. b5ecca4 Merge changes I08302d7c,I0d2240f8,I22d8ad44,I72600027 by TreeHugger Robot · 3 years, 9 months ago
  27. b4b4a13 Merge "SF: Remove more BQL dead code" by TreeHugger Robot · 3 years, 9 months ago
  28. f6c47b3 Merge "SF: Support xy scaling for rounded corners" by TreeHugger Robot · 3 years, 9 months ago
  29. 83a0b43 SF: Remove more BQL dead code by Vishnu Nair · 3 years, 9 months ago
  30. 50c0afe SF: Support xy scaling for rounded corners by Vishnu Nair · 3 years, 9 months ago
  31. 4376bd8 SF: Remove CompositorTiming state and lock by Dominik Laskowski · 3 years, 9 months ago
  32. 096227e SurfaceFlinger: Remove usage of window types to implement policy by Andy Labrada · 3 years, 10 months ago
  33. 308a189 Merge "Reduce setInputWindows call (1/2)" by Arthur Hung · 3 years, 10 months ago
  34. eb84c42 Merge "Fix the shadow problem caused by layer parent switching" am: 8ab01b202f am: 6d3c8a29d4 am: 8fce12b797 am: 1041b72bd8 am: cc4795268a by Chris Li · 3 years, 10 months ago
  35. 8fce12b Merge "Fix the shadow problem caused by layer parent switching" am: 8ab01b202f am: 6d3c8a29d4 by Chris Li · 3 years, 10 months ago
  36. f4200e6 Fix the shadow problem caused by layer parent switching by xinying1 · 4 years ago
  37. 9ed4339 Reduce setInputWindows call (1/2) by Arthur Hung · 3 years, 11 months ago
  38. b553127 Layer: Guard against Region offset overflows am: 33da946835 am: 1893fa0150 by Prabir Pradhan · 3 years, 10 months ago
  39. 33da946 Layer: Guard against Region offset overflows by Prabir Pradhan · 3 years, 10 months ago
  40. 8577ea8 Convert to using inputConfig for clone info in WindowInfo by chaviw · 3 years, 10 months ago
  41. ca1345f Merge "Add isClone to WindowInfo" into tm-dev am: b3907ccdd1 am: 19e34db0ea am: a0104a3234 am: 824ed9e7c6 by Chavi Weingarten · 3 years, 11 months ago
  42. b3907cc Merge "Add isClone to WindowInfo" into tm-dev by Chavi Weingarten · 3 years, 11 months ago
  43. 4329657 Merge "FTL: Yield futures without overhead" into tm-dev am: 56ceadd867 am: 07f2340cb5 by TreeHugger Robot · 3 years, 11 months ago
  44. 56ceadd Merge "FTL: Yield futures without overhead" into tm-dev by TreeHugger Robot · 3 years, 11 months ago
  45. 78cb59d Merge "SF: Do not duplicate fences per layer per frame" into tm-dev am: 1c94d263da am: e1e2e66854 by TreeHugger Robot · 3 years, 11 months ago
  46. 1c94d26 Merge "SF: Do not duplicate fences per layer per frame" into tm-dev by TreeHugger Robot · 3 years, 11 months ago
  47. b17c621 FTL: Yield futures without overhead by Dominik Laskowski · 4 years ago
  48. bb448ce SF: Do not duplicate fences per layer per frame by Dominik Laskowski · 4 years ago
  49. df19a67 Merge changes Ib83141bd,Iaaba87a2 into tm-dev am: e9d6733f53 am: c567efb257 by Alec Mouri · 4 years ago
  50. 8977ce9 Remove consumer frame event history by Alec Mouri · 4 years ago
  51. 10cea3c Allow using custom widths and colors for layer borders. by Tianhao Yao · 4 years ago
  52. c3f39b1 Add isClone to WindowInfo by chaviw · 4 years, 7 months ago
  53. 67dd712 Enable drawing layers' borders in SurfaceFlinger. by Tianhao Yao · 4 years, 2 months ago
  54. 9c1d6d0 Merge "Allow SurfaceFlinger to treat 170M as sRGB." into tm-dev am: 6caac6124f am: 871461fa9b by TreeHugger Robot · 4 years ago
  55. dda07d9 Allow SurfaceFlinger to treat 170M as sRGB. by Alec Mouri · 4 years ago
  56. 9f677c5 Merge "Send transaction callbacks even when no BSL" into tm-dev am: f18ac6cac6 am: 6ac8ca9072 by Chavi Weingarten · 4 years ago
  57. 30fd9b9 Send transaction callbacks even when no BSL by chaviw · 4 years ago
  58. d3d8f8e Migrate ISurfaceComposerClient to AIDL by Huihong Luo · 4 years, 1 month ago
  59. 3865b9a [automerge] Trace input only if the layer needs an input info 2p: 4cf2d8c799 2p: 2180506a54 by Arthur Hung · 4 years ago
  60. 4cf2d8c Trace input only if the layer needs an input info by Arthur Hung · 4 years ago
  61. b03b502 Merge "SF: Fix feedback loop with refresh rate overlay" into tm-dev am: f8ba0b953b am: c870430f77 by TreeHugger Robot · 4 years ago
  62. 1f6fc70 SF: Fix feedback loop with refresh rate overlay by Dominik Laskowski · 4 years, 1 month ago
  63. 8fb4b18 Merge "Migrate 10 methods of ISurfaceComposer to AIDL" by Huihong Luo · 4 years ago
  64. ffe6245 Merge "FTL: Pull Flags into namespace" into tm-dev by Dominik Laskowski · 4 years ago
  65. 05539a1 Migrate 10 methods of ISurfaceComposer to AIDL by Huihong Luo · 4 years, 1 month ago
  66. 2f01d77 FTL: Pull Flags into namespace by Dominik Laskowski · 4 years, 1 month ago
  67. 81d95e6 [SurfaceFlinger] Disable HDR dimming when screen rotates. by Sally Qi · 4 years, 1 month ago
  68. 4d3e564 Merge "[SurfaceFlinger] Disable HDR dimming when screen rotates." by Sally Qi · 4 years ago
  69. 421ffb0 [SurfaceFlinger] Disable HDR dimming when screen rotates. by Sally Qi · 4 years, 1 month ago
  70. 298b08e SF: Generalize thread safety guards by Dominik Laskowski · 4 years, 2 months ago
  71. 88ada24 Merge "Do not enforce that layers with invalid bounds are not focusable" into tm-dev by Prabir Pradhan · 4 years, 1 month ago
  72. a8ceadf Merge "SurfaceFlinger: Detect Rel Z loops" into tm-dev by Rob Carr · 4 years, 1 month ago
  73. 88b85e1 SurfaceFlinger: Detect Rel Z loops by Robert Carr · 4 years, 1 month ago
  74. f98655a Do not enforce that layers with invalid bounds are not focusable by Prabir Pradhan · 4 years, 1 month ago
  75. a185882 Allow windowhandles with NO_INPUT_CHANNEL by Linus Tufvesson · 4 years, 1 month ago
  76. bf116ae Merge "WindowInfo: Merge InputConfig and Feature flags" into tm-dev by TreeHugger Robot · 4 years, 1 month ago
  77. 51e7db0 WindowInfo: Merge InputConfig and Feature flags by Prabir Pradhan · 4 years, 2 months ago
  78. 2c1782c Hide layers that have irreversible transforms by Garfield Tan · 4 years, 2 months ago
  79. d2aaab1 SurfaceView: Avoid destination frame updates on multiple threads 2/2 by Vishnu Nair · 4 years, 2 months ago
  80. 0634904 Remove the concept of TOUCH_MODAL from input by Prabir Pradhan · 4 years, 2 months ago
  81. 76bdecb Invert some InputConfig flags to simplify default behavior by Prabir Pradhan · 4 years, 2 months ago
  82. dc70e40 Merge "Introduce WindowInfo::InputConfig flag to control input behavior" by TreeHugger Robot · 4 years, 2 months ago
  83. d8f5e9f SF: Save proto traces to a specific path by Vishnu Nair · 4 years, 2 months ago
  84. 4d5c52f Introduce WindowInfo::InputConfig flag to control input behavior by Prabir Pradhan · 4 years, 2 months ago
  85. 1b70019 SF: Remove layer mRefreshPending tracking by Vishnu Nair · 4 years, 2 months ago
  86. 89ef526 Merge changes Ia1ed53b6,Ic561e8b3 by Prabir Pradhan · 4 years, 2 months ago
  87. e98acad Merge "SF: Calculate WindowInfo frame correctly for all layers" by TreeHugger Robot · 4 years, 2 months ago
  88. c9589c1 SF: Clean up input info calculations by Prabir Pradhan · 4 years, 7 months ago
  89. 8c28598 SF: Enforce that layers with invalid input bounds are not focusable by Prabir Pradhan · 4 years, 2 months ago
  90. 6fa425a SF: Calculate WindowInfo frame correctly for all layers by Prabir Pradhan · 4 years, 4 months ago
  91. de6d7b4 SurfaceFlinger: Add Transaction#sanitize by Robert Carr · 4 years, 3 months ago
  92. a84a220 SF: Update static sequence counter when injecting a sequence number by Vishnu Nair · 4 years, 3 months ago
  93. d37343b SF: Add new fields to transactions proto by Vishnu Nair · 4 years, 3 months ago
  94. eb57794 Merge "Add frame timeline method to ASurfaceControl NDK." by Rachel Lee · 4 years, 4 months ago
  95. 2e1aa18 Switch from HIDL Composition type to AIDL by Leon Scroggins III · 4 years, 4 months ago
  96. cdf6cbc End-to-end plumbing for dimming SDR layers by Alec Mouri · 4 years, 5 months ago
  97. ed511ef Add frame timeline method to ASurfaceControl NDK. by Rachel Lee · 4 years, 6 months ago
  98. 1303d91 Pass fps data to flattener by Nathaniel Nifong · 4 years, 6 months ago
  99. 814a38b Merge "Let touch region empty if the input bounds is empty" into sc-v2-dev am: d0896e2d10 am: bc4ca88851 by Arthur Hung · 4 years, 4 months ago
  100. bc4ca88 Merge "Let touch region empty if the input bounds is empty" into sc-v2-dev am: d0896e2d10 by Arthur Hung · 4 years, 4 months ago