1. a3ba7fa Output::presentFrameAndReleaseLayers: flush pending commands for OFF displays by Leon Scroggins III · 1 year, 3 months ago
  2. cb50bbd Check ADPF SF flag in PowerAdvisor only after boot is completed by Xiang Wang · 1 year, 4 months ago
  3. 07950ea Merge "Add ADPF GPU duration reporting for SurfaceFlinger" into main by Xiang Wang · 1 year, 5 months ago
  4. e7c19f5 Merge "Delete border rendering code from SurfaceFlinger." into main by Melody Hsu · 1 year, 5 months ago
  5. aab3116 Add ADPF GPU duration reporting for SurfaceFlinger by Xiang Wang · 1 year, 5 months ago
  6. bbf362d Delete border rendering code from SurfaceFlinger. by Melody Hsu · 1 year, 5 months ago
  7. 793f836 Add promise for buffer releaseFence to LayerFE. by Melody Hsu · 1 year, 7 months ago
  8. 4509966 Fix "Abnormal while playing netflix in PIP mode" by Eason Chiu · 1 year, 10 months ago
  9. 370b8b5 SF: Update present timing per display by Leon Scroggins III · 2 years, 8 months ago
  10. f97df4d Support fp16 in sf by Alec Mouri · 1 year, 11 months ago
  11. 18fa7c6 Add isProtected flag to Output by Chavi Weingarten · 1 year, 8 months ago
  12. 2f60d73 Offload present to a separate thread by Leon Scroggins III · 2 years, 11 months ago
  13. 371808b Merge changes from topic "fipresentOrValidate" into main by Ram Indani · 1 year, 9 months ago
  14. 4aac32c [SF] Add frameIntervalNs for presentOrValidate command by ramindani · 1 year, 9 months ago
  15. c1623d1 SF: Rename `postFramebuffer` for clarity by Leon Scroggins III · 1 year, 9 months ago
  16. d9e4f46 Clean up duplicate shadow lengths in layer snapshot by Vishnu Nair · 1 year, 10 months ago
  17. 37d07c0 Correct the comment in Output::getBestDataspace. by Sally Qi · 1 year, 10 months ago
  18. f29700f Remove useFramebufferCache parameter in drawLayers() by Alec Mouri · 2 years ago
  19. c1dbfcb Avoid blurring and rounded corners without EGL_EXT_protected_content by Leon Scroggins III · 3 years, 5 months ago
  20. ee140b1 Merge "Remove the concept of target dataspace" into main by Alec Mouri · 2 years ago
  21. 88790f3 Remove the concept of target dataspace by Alec Mouri · 2 years, 1 month ago
  22. d9a640b [sf] Only trace rebuildLayerStacks if there are changes by Vishnu Nair · 2 years, 1 month ago
  23. 4e21177 Send load up hint for cache rendering by jimmyshiu · 2 years, 2 months ago
  24. 7ee4f46 [sf] Release the currently presented buffer when setBuffer is called with null by Vishnu Nair · 2 years, 4 months ago
  25. 43b5d52 Skip renderCachedSets if the Output is not enabled by Leon Scroggins III · 2 years, 4 months ago
  26. f1db803 SF: avoid skipping waiting for the earliest time to present by Ady Abraham · 2 years, 5 months ago
  27. d47bcee SF: Frontend fixes for issues surfaced by SurfaceFlinger_test by Vishnu Nair · 2 years, 6 months ago
  28. 545da0e Some fixes to TrustedPresentationListener by Chavi Weingarten · 2 years, 6 months ago
  29. 278a88f SF: clean up texture filtering logic by Patrick Williams · 2 years, 6 months ago
  30. 042fdba Add mNamePlusId to hasClientComposition trace by Leon Scroggins III · 2 years, 7 months ago
  31. c03d465 Name the ScreenCaptureOutput by Leon Scroggins III · 2 years, 7 months ago
  32. b8d82b9 Merge "Remove unused flag ro.sf.blurs_are_expensive and stale code." by Carlos Martinez Romero · 2 years, 8 months ago
  33. 439afad Push HWC cache slot generation down into CompositionEngine by Brian Lindahl · 2 years, 9 months ago
  34. e5d57ea Remove unused flag ro.sf.blurs_are_expensive and stale code. by Carlos Martinez Romero · 2 years, 9 months ago
  35. 5a655b8 Add display name and id to traces by Leon Scroggins III · 3 years ago
  36. 7584c6a SF: refactor renderScreenImpl to use CompositionEngine by Patrick Williams · 2 years, 9 months ago
  37. 74c0bf6 CE: Make TimeStats nullable by Patrick Williams · 2 years, 9 months ago
  38. 8aed5d2 RE: move useProtectedContext calls to drawLayers by Patrick Williams · 2 years, 9 months ago
  39. e14c6b3 SF: Split FE and CE by Vishnu Nair · 3 years ago
  40. ba35410 CE: Update layer composition state outside of CE by Vishnu Nair · 3 years ago
  41. 0ce871c Merge "Don't queue buffer if nothing new to draw in Display" by Chavi Weingarten · 3 years ago
  42. 09fa1d6 Don't queue buffer if nothing new to draw in Display by Chavi Weingarten · 3 years ago
  43. 2e9748f Replace RenderEngineResult with FenceResult by Patrick Williams · 3 years ago
  44. 869e28f Plumb through Output::getSkipColorTransform() into CachedSet, to match the behavior in Output::composeSurfaces(). by Brian Johnson · 3 years ago
  45. 16d8b2c SF: Refactor Layer::prepareClientCompositionList by Patrick Williams · 3 years ago
  46. 87157a7 CE: Remove page flip count by Dominik Laskowski · 3 years ago
  47. d11bade SF: build with ANDROID_UTILS_REF_BASE_DISABLE_IMPLICIT_CONSTRUCTION by Ady Abraham · 3 years ago
  48. 6a434a5 CE: Pass the fence with the cached client composition buffer am: 3a49f0a4c5 am: 5e01f67053 am: 614343ae2c by Vishnu Nair · 3 years ago
  49. 5e01f67 CE: Pass the fence with the cached client composition buffer am: 3a49f0a4c5 by Vishnu Nair · 3 years ago
  50. 3a49f0a CE: Pass the fence with the cached client composition buffer by Vishnu Nair · 3 years ago
  51. 97c65c1 Guard against overflow errors for transparent regions by Alec Mouri · 3 years, 2 months ago
  52. e60f0b9 Guard against overflow errors for transparent regions by Alec Mouri · 3 years, 2 months ago
  53. 1aa8269 Merge "SurfaceFlinger: Correct logic error in early release" into tm-dev am: 7a85fb13e3 am: 45c0174a5f by Rob Carr · 3 years, 2 months ago
  54. a09c3e1 Merge "SurfaceFlinger: Correct logic error in early release" into tm-dev am: 7a85fb13e3 am: d940a44575 by Rob Carr · 3 years, 2 months ago
  55. 05da008 SurfaceFlinger: Correct logic error in early release by Robert Carr · 3 years, 3 months ago
  56. 868160d Merge "surfaceflinger: buffer was released early for clear client target requests [1/1]" into tm-dev am: fd45553898 am: 1c2dfc7362 by TreeHugger Robot · 3 years, 3 months ago
  57. 54dffb1 Merge "surfaceflinger: buffer was released early for clear client target requests [1/1]" into tm-dev am: fd45553898 am: ee94ab4ad0 by TreeHugger Robot · 3 years, 3 months ago
  58. 78cb59d Merge "SF: Do not duplicate fences per layer per frame" into tm-dev am: 1c94d263da am: e1e2e66854 by TreeHugger Robot · 3 years, 3 months ago
  59. c60b529 Merge "SF: Do not duplicate fences per layer per frame" into tm-dev am: 1c94d263da am: 7f3e5c7621 by TreeHugger Robot · 3 years, 3 months ago
  60. f91f140 surfaceflinger: buffer was released early for clear client target requests [1/1] by Tianhua Sun · 3 years, 3 months ago
  61. 1c94d26 Merge "SF: Do not duplicate fences per layer per frame" into tm-dev by TreeHugger Robot · 3 years, 3 months ago
  62. 884c99e Merge "Composition strategy prediction: Make broader predictions." into tm-dev am: d0f7b15b54 am: 361b89c13e by Rob Carr · 3 years, 3 months ago
  63. bb448ce SF: Do not duplicate fences per layer per frame by Dominik Laskowski · 3 years, 3 months ago
  64. 0a2c43c Composition strategy prediction: Make broader predictions. by Robert Carr · 3 years, 3 months ago
  65. ec8ccca Composition strategy prediction: Make broader predictions. by Robert Carr · 3 years, 3 months ago
  66. 99937fa Merge "Change SF power hints to use early frame predictions" into tm-qpr-dev am: e0e289951c am: 553d5212a2 by TreeHugger Robot · 3 years, 3 months ago
  67. 10cea3c Allow using custom widths and colors for layer borders. by Tianhao Yao · 3 years, 4 months ago
  68. 50c4406 Change SF power hints to use early frame predictions by Matt Buckley · 3 years, 7 months ago
  69. 67dd712 Enable drawing layers' borders in SurfaceFlinger. by Tianhao Yao · 3 years, 6 months ago
  70. dda07d9 Allow SurfaceFlinger to treat 170M as sRGB. by Alec Mouri · 3 years, 4 months ago
  71. 3356367 Merge changes from topics "presubmit-am-55f310f6061a4fdfa7811f47f62b8b5c", "presubmit-am-f6a0ce426c734db58ba765fa00f5f38c" into tm-dev by Dominik Laskowski · 3 years, 4 months ago
  72. 0acc384 SF: Add dumpsys flags to dump displays by Dominik Laskowski · 3 years, 4 months ago
  73. fcedb9c Support RenderIntents in libtonemap. by Alec Mouri · 3 years, 4 months ago
  74. 9cf8926 SF: Add composition strategy prediction stats by Vishnu Nair · 3 years, 5 months ago
  75. a314038 SF: Predict HWC composition strategy by Vishnu Nair · 3 years, 6 months ago
  76. 8506569 Plumb through dimming stage into RenderEngine. by Alec Mouri · 3 years, 5 months ago
  77. 7f7ad2c Transform transparentRegion into output space by Leon Scroggins III · 3 years, 5 months ago
  78. 6fe2bef Revert "SF: Predict HWC composition strategy" by Robert Carr · 3 years, 5 months ago
  79. a00eb14 Revert "SF: Add composition strategy prediction stats" by Robert Carr · 3 years, 5 months ago
  80. a692e0f Merge "More thorough check for expensive rendering" into tm-dev by Leon Scroggins · 3 years, 5 months ago
  81. cf17ebc More thorough check for expensive rendering by Leon Scroggins III · 3 years, 5 months ago
  82. 47183ae SF: Add composition strategy prediction stats by Vishnu Nair · 3 years, 5 months ago
  83. 7234fa5 SF: Predict HWC composition strategy by Vishnu Nair · 3 years, 6 months ago
  84. f8d093d Accomodate brightness space change for client target by Alec Mouri · 3 years, 6 months ago
  85. 745dcaa Pass display's colorTransform to RE even if HW handles it by Leon Scroggins III · 3 years, 6 months ago
  86. 9a0afda Set blockingRegion for DISPLAY_DECORATION layers by Leon Scroggins III · 3 years, 7 months ago
  87. b21d94e Supply extra brightness parameters to RenderEngine by Alec Mouri · 3 years, 7 months ago
  88. cdf1679 Synchronize brightness change with frame update for hdr layers. by Alec Mouri · 3 years, 8 months ago
  89. 43065bd SF: pass expectedPresentTime to composer by Ady Abraham · 3 years, 8 months ago
  90. cdf6cbc End-to-end plumbing for dimming SDR layers by Alec Mouri · 3 years, 9 months ago
  91. 59a9f50 Revert^2 "Second Patch for async RenderEngine" by Sally Qi · 3 years, 10 months ago
  92. e0e0cde SF: Decouple MessageQueue by Dominik Laskowski · 4 years ago
  93. ccab424 Release buffers early after GL comp by Robert Carr · 3 years, 10 months ago
  94. f41d4af Merge "Changed ProjectionSpace struct to a class with getters Bug:186475872 Test: atest ProjectionSpaceTest" by Angel Aguayo · 3 years, 11 months ago
  95. b084e0c Changed ProjectionSpace struct to a class with getters by Angel Aguayo · 4 years ago
  96. 55c05ad Do not blur opaque layers am: 084a6d4da5 am: 6d6620e3cf by Lucas Dupin · 4 years ago
  97. 084a6d4 Do not blur opaque layers by Lucas Dupin · 4 years ago
  98. 4cabdd0 First patch for async renderengine. by Sally Qi · 4 years ago
  99. 8da6b0e SF: Clean up forced refresh and repaint by Dominik Laskowski · 4 years, 3 months ago
  100. 29fa146 SF: Consolidate layer-to-output filtering by Dominik Laskowski · 4 years, 3 months ago