1. 3f8b9fe Backport 'Add ability to disable GL draws'. by Brett Chabot · 4 years, 3 months ago
  2. 7fbd0ad CanvasContext::draw: flushAndSubmit when not drawing by Leon Scroggins III · 4 years ago
  3. 1e67f86 Merge "Properly protect mFrameMetricsReporter" into sc-dev by TreeHugger Robot · 4 years, 1 month ago
  4. 07d35cb Properly protect mFrameMetricsReporter by Siarhei Vishniakou · 4 years, 1 month ago
  5. b7039c6 Reduce number of weakrefs per frame by John Reck · 4 years, 1 month ago
  6. 540fdf8 Reparent surface control for Webview overlay by Huihong Luo · 4 years, 1 month ago
  7. 4df4151 Fix a crash caused by transaction by Huihong Luo · 4 years, 1 month ago
  8. 17410b6 Merge "Fix z-order for webview surface control" into sc-dev by Huihong Luo · 4 years, 2 months ago
  9. 5001447 Merge "Remove the extra buffer allocation from hwui" into sc-dev by TreeHugger Robot · 4 years, 2 months ago
  10. 34f42fd Fix z-order for webview surface control by Huihong Luo · 4 years, 3 months ago
  11. f558ab7 Remove the extra buffer allocation from hwui by Ady Abraham · 4 years, 3 months ago
  12. dd1fcab Add logic to clean up resources more frequently by Nader Jawad · 4 years, 2 months ago
  13. e4a5271 Ensure reportFrameMetrics not being called on deleted instance by Jorim Jaggi · 4 years, 2 months ago
  14. ce9762b Use TraceUtils.h from gui shared library. by rnlee · 4 years, 3 months ago
  15. b891cdf Use SwapBuffersCompleted as frame end time by Jorim Jaggi · 4 years, 3 months ago
  16. f410f81 Merge "Fix leakage of ASurfaceTransactionCallback" into sc-dev by Huihong Luo · 4 years, 3 months ago
  17. 4d0f1f1 Ignore blocked-on-sf time for ADPF by Bo Liu · 4 years, 3 months ago
  18. e76f181 Fix leakage of ASurfaceTransactionCallback by Huihong Luo · 4 years, 3 months ago
  19. 054b8d3 Webview overlay support by Huihong Luo · 4 years, 5 months ago
  20. 31164bc Merge "Fix a logspam" into sc-dev by John Reck · 4 years, 4 months ago
  21. 6f97e15 Fix a logspam by John Reck · 4 years, 4 months ago
  22. 10f328c Change hwui jank detection to use deadline & gpu completion (1/2) by Jorim Jaggi · 4 years, 7 months ago
  23. 16d11c6 In CanvasContext check at start of frame if GrContext is abandoned. by Greg Daniel · 4 years, 4 months ago
  24. adf5024 Send metrics notification just before frame advances by Siarhei Vishniakou · 4 years, 5 months ago
  25. f0cf18d Pass actual present time to ViewRootImpl by Siarhei Vishniakou · 4 years, 5 months ago
  26. 4bcbffd Add presentTime to FrameInfo by Siarhei Vishniakou · 4 years, 6 months ago
  27. 71db889 Add GPU completion to FrameMetrics (1/3) by Jorim Jaggi · 4 years, 6 months ago
  28. 5fdf7b8 Add SurfaceControl to hwui by Huihong Luo · 4 years, 7 months ago
  29. 7bb70fa Remove render ahead from hwui by Ady Abraham · 4 years, 6 months ago
  30. 1aee201 Merge "Fix render_ahead properties" into sc-dev by John Reck · 4 years, 6 months ago
  31. f516e3a Fix render_ahead properties by John Reck · 4 years, 6 months ago
  32. d11f38f Send input event id to SurfaceFlinger by Siarhei Vishniakou · 4 years, 7 months ago
  33. 70a8f0e HWUI: Finish frame callbacks before framecomplete callbacks by Vishnu Nair · 4 years, 10 months ago
  34. dfb1398 pass frame deadline to Choreographer by Ady Abraham · 4 years, 10 months ago
  35. b5cb0b5 Merge "Fix override setBufferCount" by TreeHugger Robot · 4 years, 11 months ago
  36. fbe14bb Fix override setBufferCount by John Reck · 4 years, 11 months ago
  37. 6fabb5a Shared timeline plumbing by Steven Thomas · 5 years ago
  38. b36bfdd Wire-up colorMode="hdr" by John Reck · 5 years ago
  39. 8ddbc59 Avoid excessive KGSL maps by John Reck · 5 years ago
  40. 5fc80e7 Send drawFinish callback even if did not draw by chaviw · 5 years ago
  41. 026106f [HWUI] Add null check for CanvasContext by Alec Mouri · 5 years ago
  42. 43fe6fc [HWUI] Remove references to gui/Surface. by Alec Mouri · 6 years ago
  43. c9d5f3d [ANativeWindow] Rename allocateBuffers to tryAllocateBuffers by Alec Mouri · 5 years ago
  44. 3109b4c Merge "Ensure SkiaPipeline always has a valid colorspace." by Derek Sollenberger · 5 years ago
  45. ff07c8f [HWUI] use native_window timestamp apis by Alec Mouri · 6 years ago
  46. 1863d94 Ensure SkiaPipeline always has a valid colorspace. by Derek Sollenberger · 5 years ago
  47. 869cb2a Merge "Adjust present time calculation" by John Reck · 5 years ago
  48. 56cffe5 Adjust present time calculation by John Reck · 6 years ago
  49. 80c7ef1 [HWUI] Use ANativeWindow_getNextFrameId api. by Alec Mouri · 6 years ago
  50. c2a6537 [HWUI] Hook up ANativeWindow_allocateBuffers by Alec Mouri · 6 years ago
  51. f023a32 [HWUI] Use ANativeWindow inteception methods in ReliableSurface by Alec Mouri · 6 years ago
  52. e0fae23 Add memory tracing in HWUI by Stan Iliev · 6 years ago
  53. cd18c22 Fix for Surface#lockHardwareCanvas lockups by John Reck · 6 years ago
  54. 1068999 Fix an issue with GPU stats not enabled by Stan Iliev · 6 years ago
  55. 0595561 Merge "[HWUI] Get DeviceInfo through stable ABI" by Alec Mouri · 6 years ago
  56. b451d87 [frameworks][base][hwui] re-fix -Wimplicit-int-float-conversion by Nick Desaulniers · 6 years ago
  57. 4145919 Fix wrong surfaceRequiresRedraw check by John Reck · 6 years ago
  58. b051671 Merge "[HWUI] Use ANativeWindow_get{Height, Width}" by TreeHugger Robot · 6 years ago
  59. da819e4 [HWUI] Use ANativeWindow_get{Height, Width} by Alec Mouri · 6 years ago
  60. 22d753f [HWUI] Get DeviceInfo through stable ABI by Alec Mouri · 6 years ago
  61. 83161dc Delete VectorDrawableAtlas by John Reck · 6 years ago
  62. 8a20796 Drop all caches in UI_HIDDEN by John Reck · 6 years ago
  63. 6e1271b [HWUI] Remove nanosecond conversion from duration queries. by Alec Mouri · 6 years ago
  64. 672e9b0 [HWUI] Use ANativeWindow_setDequeueTimeout by Alec Mouri · 6 years ago
  65. 8d0c5bd2 [HWUI] hook in ANativeWindow_getLastDequeueStartTime by Alec Mouri · 6 years ago
  66. 7ea41b6 [HWUI] use ANativeWindow_getLastQueueDuration api by Alec Mouri · 6 years ago
  67. 85e6ff9 Merge "[HWUI] use ANativeWindow_getLastDequeueDuration api" by TreeHugger Robot · 6 years ago
  68. 39adc88 use rect version of join, the other is deprecated by Mike Reed · 6 years ago
  69. 8d45174 [HWUI] use ANativeWindow_getLastDequeueDuration api by Alec Mouri · 6 years ago
  70. 7203e1f Add GPU draw stats to gfxinfo and GraphicsStatsService by Stan Iliev · 6 years ago
  71. 59dd2ea Fix ReliableSurface to be more reliable by John Reck · 6 years ago
  72. 296c5ef Merge "Increase dequeueBuffer timeout" into qt-r1-dev am: 5ab5cd7aa2 by John Reck · 6 years ago
  73. 3f333d6 Increase dequeueBuffer timeout by John Reck · 6 years ago
  74. 6bdd90f Remove unused (mostly GL-related) headers by Fedor Kudasov · 6 years ago
  75. e218c69 Replace CLOCK_MONOTONIC with SYSTEM_TIME_MONOTONIC by Jerome Gaillard · 6 years ago
  76. 509627b Revert "hwui: ro.hwui.render_ahead=0 queue on high FPS" by Miguel de Dios · 6 years ago
  77. f802abe hwui: ro.hwui.render_ahead=0 queue on high FPS by Kevin DuBois · 6 years ago
  78. cf185f5 Dynamically adjust renderahead by John Reck · 6 years ago
  79. 949305f Merge "Do not cache AVDs that are off screen" into qt-dev by Leon Scroggins · 6 years ago
  80. 0fa0cbc Support render-ahead in vulkan by John Reck · 6 years ago
  81. 6c5864c Do not cache AVDs that are off screen by Leon Scroggins III · 6 years ago
  82. 4d52722 Add back render-ahead support by John Reck · 6 years ago
  83. 09e2fbe Merge "Remove old TaskManager system" by John Reck · 6 years ago
  84. 322b8ab Remove old TaskManager system by John Reck · 6 years ago
  85. 3c0f563 Fix profile gpu bars to use display fps by John Reck · 6 years ago
  86. 0b19a73 Re-enable empty damage drop optimization by John Reck · 6 years ago
  87. 283bb46 New WebViewFunctor API by John Reck · 7 years ago
  88. 848f651 Revert "Revert "Make HWUI's surface Reliable^TM"" by John Reck · 7 years ago
  89. 4604521 Remove dead code by John Reck · 7 years ago
  90. dd08224 Revert "Make HWUI's surface Reliable^TM" by Bo Hu · 7 years ago
  91. 650bd9a Make HWUI's surface Reliable^TM by John Reck · 7 years ago
  92. 8785ceb Refactors and a potential public API for rendering by John Reck · 7 years ago
  93. 189021b Partially revert "[HWUI] Implement legacy color mode." by Peiyong Lin · 7 years ago
  94. 28a4d99 Refactor RenderState and remove unused functionality. by Derek Sollenberger · 7 years ago
  95. 1f6aa12 [HWUI] Implement legacy color mode. by Peiyong Lin · 7 years ago
  96. 1a025a7 Refactor HWUI readback code to be backend independent by Stan Iliev · 7 years ago
  97. 564ca3e Reland "TextureView Vulkan support and optimized OpenGL draw" by Stan Iliev · 7 years ago
  98. a683eb3 Revert "Revert "Revert "TextureView Vulkan support and optimized OpenGL draw""" by Stan Iliev · 7 years ago
  99. 85f9096 Revert "Revert "TextureView Vulkan support and optimized OpenGL draw"" by Stan Iliev · 7 years ago
  100. 867c43d Revert "TextureView Vulkan support and optimized OpenGL draw" by John Reck · 7 years ago