1. 28fe2e6 BBQ: Check if the buffer is already in the pending release queue before logging by Vishnu Nair · 2 years, 10 months ago
  2. 321f53f Merge "SF: Trigger ANR when buffer cache is full" by Patrick Williams · 2 years, 10 months ago
  3. f1e5df1 SF: Trigger ANR when buffer cache is full by Patrick Williams · 2 years, 11 months ago
  4. 71fcf91 SF: Avoid updating clients with stale or incorrect transform hints by Vishnu Nair · 2 years, 11 months ago
  5. 84252b5 BlastBufferQueue: Fake release if not received by complete am: 405e2f68fb am: cad6995e1b by Robert Carr · 2 years, 11 months ago
  6. 405e2f6 BlastBufferQueue: Fake release if not received by complete by Robert Carr · 3 years, 8 months ago
  7. a4343e6 Clean up BBQ#abandon dead code by Vishnu Nair · 3 years ago
  8. d00e0f7 Added trace data for latch and release buffers by Chavi Weingarten · 3 years, 2 months ago
  9. 74a49fe Merge "BBQ: Remove BufferFreedListener" by Vishnu Nair · 3 years, 2 months ago
  10. 728dba1 BBQ: Remove BufferFreedListener by Vishnu Nair · 3 years, 2 months ago
  11. c027ac6 Merge "Account for release callbacks when determing if sync is finished" into tm-qpr-dev am: 4b383323f7 am: 23a7c8a1a5 by Chavi Weingarten · 3 years, 2 months ago
  12. c1cf402 Account for release callbacks when determing if sync is finished by chaviw · 3 years, 3 months ago
  13. db7061c Merge "SurfaceFlinger: Report stuck fences to client" into tm-dev am: 407d5f2390 am: 661dfb66e6 by Rob Carr · 3 years, 4 months ago
  14. 4c1b646 SurfaceFlinger: Report stuck fences to client by Robert Carr · 3 years, 8 months ago
  15. d3d8f8e Migrate ISurfaceComposerClient to AIDL by Huihong Luo · 3 years, 6 months ago
  16. 02186fb Migrate 13 methods of ISurfaceComposer to AIDL by Huihong Luo · 3 years, 6 months ago
  17. 3b4bdcf Invoke sync transaction callback if overwritten by chaviw · 3 years, 6 months ago
  18. 79dc06a BLASTBufferQueue/SF: apply transactions with one-way binder by Robert Carr · 3 years, 6 months ago
  19. 4861b10 Changed setSyncTransaction to syncNextTransaction with callback logic. by Tianhao Yao · 3 years, 7 months ago
  20. d2aaab1 SurfaceView: Avoid destination frame updates on multiple threads 2/2 by Vishnu Nair · 3 years, 7 months ago
  21. e18b5a4 Merge "Add gatherPendingTransactions in BBQ" by Chavi Weingarten · 3 years, 7 months ago
  22. d84085a Add gatherPendingTransactions in BBQ by chaviw · 3 years, 7 months ago
  23. 57ae4b2 Add more info in BBQ Tracing by chaviw · 3 years, 7 months ago
  24. a58fbee Merge "BBQ: Fix log spam when creating a new BBQ" by Vishnu Nair · 3 years, 8 months ago
  25. 862ee16 Merge "Replace releaseCallbackId with generateReleaseCallbackId in BufferData" by Chavi Weingarten · 3 years, 8 months ago
  26. 8dd181f Replace releaseCallbackId with generateReleaseCallbackId in BufferData by chaviw · 3 years, 8 months ago
  27. dbca135 keep a wp<BLASTBufferQueue> in BufferItemConsumer by Ady Abraham · 3 years, 9 months ago
  28. ab06651 BBQ: Fix log spam when creating a new BBQ by Vishnu Nair · 3 years, 8 months ago
  29. 1e8bf10 BBQ: Recreate BBQ when SurfaceControl changes 1/2 by Vishnu Nair · 3 years, 8 months ago
  30. 1cb8e89 BBQ: Capture initial destframe change from BBQ by Vishnu Nair · 3 years, 9 months ago
  31. cf2f21f BLASTBufferQueue: Cap shadow queue size during sync by Robert Carr · 3 years, 9 months ago
  32. f2dace7 Only add commit callback when using sync transaction by chaviw · 3 years, 10 months ago
  33. 0acd33a Add ability to process buffers into the same syncTransaction by chaviw · 3 years, 10 months ago
  34. a1c4c82 Rename nextTransaction to syncTransaction by chaviw · 3 years, 10 months ago
  35. c33c63a Revert "BBQ: Clean up acquire states on BQ disconnect" by Jiakai Zhang · 3 years, 10 months ago
  36. 9051fb1 BBQ: Clean up acquire states on BQ disconnect by Vishnu Nair · 3 years, 10 months ago
  37. 768bfa0 Change log to match with function it's coming from by chaviw · 3 years, 10 months ago
  38. 4497fa8 Merge "Remove setTransactionCompleteCallback" by Chavi Weingarten · 3 years, 10 months ago
  39. f10b904 Remove setTransactionCompleteCallback by chaviw · 3 years, 11 months ago
  40. 6ebdf5f Use bufferItem's fence when calling release by chaviw · 3 years, 11 months ago
  41. d7deef7 Move blast sync handling to BBQ by chaviw · 3 years, 11 months ago
  42. 69058fb Call release buffer if the buffer is overwritten in the client by chaviw · 4 years ago
  43. 3ad4956 Merge "BlastBufferQueue: Fix async worker deadlock" into sc-v2-dev am: 0363ad304f am: bcb6fb80ed by Vishnu Nair · 3 years, 11 months ago
  44. 0363ad3 Merge "BlastBufferQueue: Fix async worker deadlock" into sc-v2-dev by Vishnu Nair · 3 years, 11 months ago
  45. 51e4dc8 BlastBufferQueue: Fix async worker deadlock by Vishnu Nair · 4 years ago
  46. 1a81417 Merge "Combine Buffer Properties when calling setBuffer" by Chavi Weingarten · 4 years ago
  47. 1d07b10 BlastBufferQueue: Fix scaling when buffer scaling mode changes am: 932f6aee50 am: fec689d8c3 by Vishnu Nair · 4 years ago
  48. 932f6ae BlastBufferQueue: Fix scaling when buffer scaling mode changes by Vishnu Nair · 4 years ago
  49. ba4320c Combine Buffer Properties when calling setBuffer by chaviw · 4 years ago
  50. 6a19527 Add applyPendingTransactions by chaviw · 4 years ago
  51. 13753f4 Merge "Added getLastAcquiredFrameNum" by Chavi Weingarten · 4 years ago
  52. 92e4782 Merge "Surface: Release references to BlastBufferQueue and SurfaceControl on Surface#destroy" into sc-v2-dev by Vishnu Nair · 4 years ago
  53. 0b020f8 Added getLastAcquiredFrameNum by chaviw · 4 years ago
  54. 12b8cad Use a separate mutex for BLASTBufferQueue in BLASTBufferItemConsumer am: 5c8b18c908 am: 618f49aded by Alec Mouri · 4 years ago
  55. a3970b8 Use a separate mutex for BLASTBufferQueue in BLASTBufferItemConsumer am: 5c8b18c908 by Alec Mouri · 4 years ago
  56. 5c8b18c Use a separate mutex for BLASTBufferQueue in BLASTBufferItemConsumer by Alec Mouri · 4 years ago
  57. 95b6d51 Surface: Release references to BlastBufferQueue and SurfaceControl on Surface#destroy by Vishnu Nair · 4 years ago
  58. a837151 Merge "SurfaceView: Synchronize destframe updates with SurfaceView size changes" into sc-dev am: edec715c76 by Vishnu Nair · 4 years, 1 month ago
  59. 084514a SurfaceView: Synchronize destframe updates with SurfaceView size changes by Vishnu Nair · 4 years, 1 month ago
  60. 9c16128 BlastBufferQueue: Keep transform hint in Surface consistent by Vishnu Nair · 4 years, 2 months ago
  61. a4fbca5 BlastBufferQueue: Keep transform hint in Surface consistent by Vishnu Nair · 4 years, 2 months ago
  62. 5d356b0 Merge "Renamed and moved InputWindow and related files" into sc-v2-dev by Chavi Weingarten · 4 years, 2 months ago
  63. 5fa91c2 BBQ: Update the transform hint if the SC layer handle does not change by Vishnu Nair · 4 years, 2 months ago
  64. 3277faf Renamed and moved InputWindow and related files by chaviw · 4 years, 3 months ago
  65. 4ba0c2e Blast: Use a unique id to track buffers by Vishnu Nair · 4 years, 2 months ago
  66. 2a52ca6 BlastBufferQueue: Fix acquire counts when holding buffers by Vishnu Nair · 4 years, 2 months ago
  67. 4aa9281 Merge "Update transform hint from relayout window (2/2)" into sc-dev by Arthur Hung · 4 years, 2 months ago
  68. 831bb8e Merge "Don't update BufferQueue FrameEventStats when a frame is dropped" into sc-dev by Vishnu Nair · 4 years, 2 months ago
  69. 49ce858 Merge "BBQ: add a counter for pending buffers" into sc-dev by Ady Abraham · 4 years, 2 months ago
  70. 9dfe2b2 BBQ: add a counter for pending buffers by Ady Abraham · 4 years, 3 months ago
  71. de66dc7 Don't update BufferQueue FrameEventStats when a frame is dropped by Vishnu Nair · 4 years, 2 months ago
  72. 899dcdb SF: change acquired buffers based on the current refresh rate by Ady Abraham · 4 years, 3 months ago
  73. 0bde6b5 SF: increase the number of buffers for SurfaceView by Ady Abraham · 4 years, 3 months ago
  74. b6aa9a0 Update transform hint from relayout window (2/2) by Arthur Hung · 4 years, 3 months ago
  75. 97e7cc0 SF: Pass transformHint with releaseBuffer by Robert Carr · 4 years, 3 months ago
  76. 837d98e Merge "BBQSurface: Give client a chance to observe transform hint earlier" into sc-dev by Rob Carr · 4 years, 3 months ago
  77. 6bdec7d Remove rotation based scaling by Vishnu Nair · 4 years, 4 months ago
  78. 82d07c9 BBQSurface: Give client a chance to observe transform hint earlier by Robert Carr · 4 years, 4 months ago
  79. 567533e BLASTBufferQueue: fix AsyncWorker race condition by Wonsik Kim · 4 years, 4 months ago
  80. 3cf1095 Merge "Fix crop scaling with BSL" into sc-dev by Vishnu Nair · 4 years, 4 months ago
  81. 5cc9ac0 Fix crop scaling with BSL by Vishnu Nair · 4 years, 4 months ago
  82. 8514c8e Merge "Check SurfaceControl in stats sent to transactionCallback" into sc-dev by Chavi Weingarten · 4 years, 4 months ago
  83. 7d54b9c Merge "SurfaceFlinger: Prepare to remove BufferQueueLayer" into sc-dev by Rob Carr · 4 years, 4 months ago
  84. 4202616 Check SurfaceControl in stats sent to transactionCallback by chaviw · 4 years, 5 months ago
  85. 3310028 BlastBufferQueue: Update layer size before processing it. by Hongguang Chen · 4 years, 5 months ago
  86. 5b3b914 SurfaceFlinger: Prepare to remove BufferQueueLayer by Robert Carr · 4 years, 6 months ago
  87. a5aedbd Revert^2 "Remove setFrame from BufferStateLayer" by Chavi Weingarten · 4 years, 5 months ago
  88. a9a65fc Merge "Revert "Remove setFrame from BufferStateLayer"" into sc-dev by Orion Hodson · 4 years, 5 months ago
  89. 1014c4b Revert "Remove setFrame from BufferStateLayer" by Orion Hodson · 4 years, 5 months ago
  90. b16fa8e Merge "Remove setFrame from BufferStateLayer" into sc-dev by Chavi Weingarten · 4 years, 5 months ago
  91. 75ba8bc Merge "setFrameRate: Make shouldBeSeamless an enum" into sc-dev by Marin Shalamanov · 4 years, 5 months ago
  92. 9a93ea6 Remove setFrame from BufferStateLayer by chaviw · 4 years, 6 months ago
  93. 4fd10d8 Merge "Clear transaction that's passed to mergeWithNextTransaction" into sc-dev by Chavi Weingarten · 4 years, 5 months ago
  94. c598677 setFrameRate: Make shouldBeSeamless an enum by Marin Shalamanov · 4 years, 6 months ago
  95. aad6cf5 Clear transaction that's passed to mergeWithNextTransaction by chaviw · 4 years, 5 months ago
  96. b552167 Merge "SurfaceFlinger: remove SurfaceControl level vsyncId setting" into sc-dev by Ady Abraham · 4 years, 5 months ago
  97. fa8dc0f Merge "Remove legacy disable triple buffering config" into sc-dev by TreeHugger Robot · 4 years, 5 months ago
  98. 8db1010 SurfaceFlinger: remove SurfaceControl level vsyncId setting by Ady Abraham · 4 years, 6 months ago
  99. debd1cb Remove legacy disable triple buffering config by Vishnu Nair · 4 years, 6 months ago
  100. 1506b18 Introduce release buffer callback for BufferStateLayer by Vishnu Nair · 4 years, 6 months ago