1. 3e2a299 Avoid traversal in tunnel mode reporter by Robert Carr · 4 years, 4 months ago
  2. e450fb5 Factor our mChildrenChanged from doTransaction by Robert Carr · 4 years, 4 months ago
  3. 26953ee Merge "SF: turn off kernel idle timer when refresh rate switching is disabled" into sc-dev by Ady Abraham · 4 years, 4 months ago
  4. a91605e SF: turn off kernel idle timer when refresh rate switching is disabled by Ady Abraham · 4 years, 4 months ago
  5. 6a16031 Start removing Current state by Robert Carr · 4 years, 5 months ago
  6. a785b9a Merge "SF: introduce debug.sf.hwc.min.duration" into sc-dev by Ady Abraham · 4 years, 4 months ago
  7. a9e4e2f Merge changes from topic "sf_maxAcquiredBufferCount" into sc-dev by TreeHugger Robot · 4 years, 4 months ago
  8. 7e19eac Merge "SF: don't touch boost if we only have Exact layers" into sc-dev by TreeHugger Robot · 4 years, 4 months ago
  9. 899dcdb SF: change acquired buffers based on the current refresh rate by Ady Abraham · 4 years, 4 months ago
  10. 5e9c5b1 Merge "SF: ignore very close vsync timestamps" into sc-dev by TreeHugger Robot · 4 years, 4 months ago
  11. ff9be0e Merge "Fix TimeStats layerName for transactions" into sc-dev by Adithya Srinivasan · 4 years, 4 months ago
  12. f427f76 Fix TimeStats layerName for transactions by Adithya Srinivasan · 4 years, 4 months ago
  13. 3cf2e02 Merge "Fix blur region alpha not fading during animations" into sc-dev by Galia Peycheva · 4 years, 4 months ago
  14. 99ca336 SF: ignore very close vsync timestamps by Ady Abraham · 4 years, 4 months ago
  15. adbd486 Merge "onPostComposition doesnt need to run on layers without queued frames" into sc-dev by Rob Carr · 4 years, 4 months ago
  16. c67c384 Merge "Layer: Don't need atomic for transaction flags" into sc-dev by Rob Carr · 4 years, 4 months ago
  17. 3c28654 Fix blur region alpha not fading during animations by Galia Peycheva · 4 years, 4 months ago
  18. caba298 SF: introduce debug.sf.hwc.min.duration by Ady Abraham · 4 years, 4 months ago
  19. 5e4e983 SF: don't touch boost if we only have Exact layers by Ady Abraham · 4 years, 4 months ago
  20. c6ad94b Merge "Switch away from std::async for proximity-active callback." into sc-dev by TreeHugger Robot · 4 years, 4 months ago
  21. 7ea287a Switch away from std::async for proximity-active callback. by Santos Cordon · 4 years, 4 months ago
  22. 9473f55 Merge "Use the injected device id for events that are a11y trusted" into sc-dev by Siarhei Vishniakou · 4 years, 4 months ago
  23. ef32db7 Merge "TouchVideoDevice: Silence log spam" into sc-dev by Steve Pfetsch · 4 years, 4 months ago
  24. fa14db8 Merge "SurfaceFlinger: add custom taskprofiles for SF threads" into sc-dev by Wei Wang · 4 years, 4 months ago
  25. 38d2500 Layer: Don't need atomic for transaction flags by Robert Carr · 4 years, 4 months ago
  26. c747ad0 onPostComposition doesnt need to run on layers without queued frames by Robert Carr · 4 years, 4 months ago
  27. 5c6d16d Merge "Send isBuffer to perfetto trace" into sc-dev by Adithya Srinivasan · 4 years, 4 months ago
  28. 13a864c Merge changes I101f4015,Ia236fd4a,I8a00657e into sc-dev by Marin Shalamanov · 4 years, 4 months ago
  29. 8e80994 Merge "Support skipping CachedSet rendering based on invalidate() proximity" into sc-dev by Alec Mouri · 4 years, 4 months ago
  30. 976a645 SurfaceFlinger: add custom taskprofiles for SF threads by Wei Wang · 4 years, 4 months ago
  31. d6680c7 Merge "Inherit touch occlusion mode from parent w/ input info" into sc-dev by Bernardo Rufino · 4 years, 4 months ago
  32. aa83158 Support skipping CachedSet rendering based on invalidate() proximity by Alec Mouri · 4 years, 4 months ago
  33. f75789e Merge "SF: update mTimestamps with the newest hwvsync timestamp" into sc-dev by TreeHugger Robot · 4 years, 4 months ago
  34. e0220ce Merge "SF: RenderEngine::primeCache should not be called as SCHED_FIFO" into sc-dev by Ady Abraham · 4 years, 4 months ago
  35. a4f6c1c Merge "Interpret STATUS_UNKNOWN_TRANSACTION as a unsupported vibrator result" into sc-dev by TreeHugger Robot · 4 years, 4 months ago
  36. 4c7831e SF: Move mode caching from Scheduler to RefreshRateConfigs by Marin Shalamanov · 4 years, 4 months ago
  37. 2cde100 SF: Always create LayerHistory in Scheduler by Marin Shalamanov · 4 years, 4 months ago
  38. 993ddf4 SF: Recreate display on resolution changes by Marin Shalamanov · 4 years, 5 months ago
  39. 195775b Merge "Add a comment for method isSensorInCappedSet()." into sc-dev by Anh Pham · 4 years, 4 months ago
  40. 4c56b64 SF: update mTimestamps with the newest hwvsync timestamp by Ady Abraham · 4 years, 4 months ago
  41. de5764d Merge "HolePunchPIP: Do not use hole punch for HDR videos" into sc-dev by Leon Scroggins · 4 years, 4 months ago
  42. e759e16 Merge "Don't send override buffer down to HWC if the layer would be skipped" into sc-dev by Alec Mouri · 4 years, 4 months ago
  43. a9d0a53 Inherit touch occlusion mode from parent w/ input info by Bernardo Rufino · 4 years, 4 months ago
  44. 3dae77f Add a comment for method isSensorInCappedSet(). by Anh Pham · 4 years, 4 months ago
  45. 96ca45c Don't send override buffer down to HWC if the layer would be skipped by Alec Mouri · 4 years, 4 months ago
  46. 1f9450c Send isBuffer to perfetto trace by Adithya Srinivasan · 4 years, 4 months ago
  47. f5f88f3 Interpret STATUS_UNKNOWN_TRANSACTION as a unsupported vibrator result by Lais Andrade · 4 years, 4 months ago
  48. fe2a6db SF: RenderEngine::primeCache should not be called as SCHED_FIFO by Ady Abraham · 4 years, 4 months ago
  49. 6d2425d TouchVideoDevice: Silence log spam by Steve Pfetsch · 4 years, 5 months ago
  50. df6201b Add a TexturePool class into layer caching by Alec Mouri · 4 years, 5 months ago
  51. 6f8e334 HolePunchPIP: Do not use hole punch for HDR videos by Leon Scroggins III · 4 years, 4 months ago
  52. cda04d4 Merge "Add sysprop for tuning caching inactive layer" into sc-dev by Huihong Luo · 4 years, 4 months ago
  53. 0d1e6c8 Merge "Return a copy of InputDeviceLightInfo instead of pointer" into sc-dev by TreeHugger Robot · 4 years, 4 months ago
  54. 4332aac Add sysprop for tuning caching inactive layer by Huihong Luo · 4 years, 4 months ago
  55. 32cab9f Merge "Skip layers with protected contents from caching" into sc-dev by Huihong Luo · 4 years, 4 months ago
  56. c99c890 Merge "Clear mForceTraversal" into sc-dev by TreeHugger Robot · 4 years, 4 months ago
  57. 83530cf Merge "Add a setting for vendor to set uclamp.min boost for SF main thread" into sc-dev by TreeHugger Robot · 4 years, 4 months ago
  58. 1983a71 Return a copy of InputDeviceLightInfo instead of pointer by Siarhei Vishniakou · 4 years, 5 months ago
  59. 98db957 Clear mForceTraversal by Vishnu Nair · 4 years, 5 months ago
  60. 9d7aee1 Merge "SF: Pass transformHint with releaseBuffer" into sc-dev by Rob Carr · 4 years, 4 months ago
  61. 23aa5a6 Add a setting for vendor to set uclamp.min boost for SF main thread by Wei Wang · 4 years, 5 months ago
  62. f156b77 Skip layers with protected contents from caching by Huihong Luo · 4 years, 5 months ago
  63. 57aa9a9 Merge "Put debug/log code under verbose flag" into sc-dev by Huihong Luo · 4 years, 4 months ago
  64. 1f507cd Merge "SF - plumbing game mode for metrics (part 2)" into sc-dev by TreeHugger Robot · 4 years, 4 months ago
  65. 160a952 Merge "CachedSet::append: remove mHolePunchLayer" into sc-dev by TreeHugger Robot · 4 years, 4 months ago
  66. 88b2d88 Put debug/log code under verbose flag by Huihong Luo · 4 years, 5 months ago
  67. 657c2f0 Obsfucate the input device uniq id. by Chris Ye · 4 years, 5 months ago
  68. a047b92 CachedSet::append: remove mHolePunchLayer by Leon Scroggins III · 4 years, 4 months ago
  69. 3b71371 Merge "Remove fatal assert from CachedSet::render" into sc-dev by Leon Scroggins · 4 years, 4 months ago
  70. 8330256 Merge "HDR video fix" into sc-dev by Huihong Luo · 4 years, 4 months ago
  71. 58069dc SF - plumbing game mode for metrics (part 2) by Adithya Srinivasan · 4 years, 5 months ago
  72. 97e7cc0 SF: Pass transformHint with releaseBuffer by Robert Carr · 4 years, 4 months ago
  73. 5c6adea HDR video fix by Huihong Luo · 4 years, 5 months ago
  74. ebc8d3a SF: Remove composer sequence IDs by Dominik Laskowski · 4 years, 6 months ago
  75. 1394860 SF: Extract virtual display allocation from CE by Dominik Laskowski · 4 years, 7 months ago
  76. b9ac3e1 SF: Use RenderSurfaceCreationArgsBuilder by Dominik Laskowski · 4 years, 6 months ago
  77. 0bb9e65 SF: Parametrize display lookup by Dominik Laskowski · 4 years, 7 months ago
  78. 5d552c4 Use the injected device id for events that are a11y trusted by Siarhei Vishniakou · 4 years, 5 months ago
  79. 6481229 Merge "SurfaceFlinger: set the refresh rate on overlay when calling to hwc" into sc-dev by Ady Abraham · 4 years, 5 months ago
  80. 6383bb0 Merge "SF: populate state correctly in Display::applyLayerRequestsToLayers" into sc-dev by Ady Abraham · 4 years, 5 months ago
  81. 6909767 Merge "Improve blur caching heuristic" into sc-dev by Alec Mouri · 4 years, 5 months ago
  82. f54453c Improve blur caching heuristic by Alec Mouri · 4 years, 5 months ago
  83. 3056298 Remove fatal assert from CachedSet::render by Leon Scroggins III · 4 years, 5 months ago
  84. 0094dc6 SF: populate state correctly in Display::applyLayerRequestsToLayers by Ady Abraham · 4 years, 5 months ago
  85. d1feb3c SurfaceFlinger: set the refresh rate on overlay when calling to hwc by Ady Abraham · 4 years, 5 months ago
  86. dc63047 Merge "SF - plumbing game mode for metrics (Part 1)" into sc-dev by Adithya Srinivasan · 4 years, 5 months ago
  87. d7f202d Merge "Add SurfaceFlingerStuffing case to toString()" into sc-dev by TreeHugger Robot · 4 years, 5 months ago
  88. ac977e6 SF - plumbing game mode for metrics (Part 1) by Adithya Srinivasan · 4 years, 5 months ago
  89. f76775a Merge "Temporarily turn off latency reporting" into sc-dev by TreeHugger Robot · 4 years, 5 months ago
  90. 0677986 Merge "Remove disable_blurs sysprop from SF" into sc-dev by Lucas Dupin · 4 years, 5 months ago
  91. 0fe42e5 Mark empty EffectLayer as skipContentDraw by Lucas Dupin · 4 years, 5 months ago
  92. 9a7d94a Temporarily turn off latency reporting by Siarhei Vishniakou · 4 years, 5 months ago
  93. 2045ddf Add SurfaceFlingerStuffing case to toString() by Adithya Srinivasan · 4 years, 5 months ago
  94. 33713f7 Remove disable_blurs sysprop from SF by Galia Peycheva · 4 years, 5 months ago
  95. 3a60257 sensorservice: Add proximity active callback APIs. by Andrew Lehmer · 4 years, 7 months ago
  96. c845102 Merge "Turn on hole punch for PIP with caching" into sc-dev by TreeHugger Robot · 4 years, 5 months ago
  97. 8f04b30 Add SF side tunnel mode listener by Galia Peycheva · 4 years, 6 months ago
  98. accebe0 CursorInputMapper: Rotate cursor position for per-window-input-rotation by Prabir Pradhan · 4 years, 5 months ago
  99. f5334b8 CursorInputMapper: Populate axes in navigation mode by Prabir Pradhan · 4 years, 5 months ago
  100. 72b639e Merge "Cancel touchscreen gestures from Dispatcher when display rotates" into sc-dev by TreeHugger Robot · 4 years, 5 months ago