1. 572d801 [HWUI] Update Ganesh includes to specify new location by Nolan Scobie · 6 months ago
  2. 87ef524 Implement RenderThread for host by Jerome Gaillard · 1 year ago
  3. 2375002 Fix some libhwui build warnings by John Reck · 1 year, 3 months ago
  4. e1163cd [base] Use newer GrDirectContexts::MakeGL by Kevin Lubick · 1 year, 5 months ago
  5. 3f9f863 Use String8/16 c_str [graphics] by Tomasz Wasilczyk · 1 year, 7 months ago
  6. 07f3d91 Add TextureView list to dumpsys gfxinfo by John Reck · 1 year, 6 months ago
  7. 44db040 Allow triming of font caches through WindowManager by Jernej Virag · 1 year, 10 months ago
  8. 9b64168 [hwui] Update dispatchFrameCallbacks to be by ramindani · 1 year, 10 months ago
  9. d7971e7 Update the frameCallback postAt time. by Carlos Martinez Romero · 2 years ago
  10. 5f66fb8 Change how memory policy is configured by John Reck · 2 years, 5 months ago
  11. cec2eda Update HWUI RenderThread to use GrGLMakeNativeInterface instead of deprecated GrGLCreateNativeInterface. The only difference is the former returns a sk_sp instead of a bare pointer. by Brian Salomon · 3 years ago
  12. 1a44c62 Rename to VsyncCallback & presentation time. by Rachel Lee · 3 years ago
  13. abe5a00 Merge changes from topic "scdocs" by Rachel Lee · 3 years, 1 month ago
  14. 5ad064f Use AVsyncId typedef in hwui. by Rachel Lee · 3 years, 1 month ago
  15. 3712a2a Update hwui with renamed AChoreographer method. by Rachel Lee · 3 years, 1 month ago
  16. 432b691 HWUI: use public choreographer api by Rachel Lee · 3 years, 6 months ago
  17. 540fdf8 Reparent surface control for Webview overlay by Huihong Luo · 3 years, 8 months ago
  18. 34f42fd Fix z-order for webview surface control by Huihong Luo · 3 years, 10 months ago
  19. ce9762b Use TraceUtils.h from gui shared library. by rnlee · 3 years, 9 months ago
  20. 2abc549 Fix PixelCopy & BQ crop by John Reck · 3 years, 9 months ago
  21. 3920768 More benchmark tweaks by John Reck · 3 years, 10 months ago
  22. 66e06d4 Macrobenchmark tweaks & gpu memory dumping by John Reck · 3 years, 10 months ago
  23. 108be5b Always use Skia reduceOpsTaskSplitting by Adlai Holler · 3 years, 10 months ago
  24. 054b8d3 Webview overlay support by Huihong Luo · 4 years ago
  25. 10f328c Change hwui jank detection to use deadline & gpu completion (1/2) by Jorim Jaggi · 4 years, 1 month ago
  26. 76ec382 libhwui: RenderThread: fix UAF by Steven Moreland · 3 years, 11 months ago
  27. 5636cde Move reduceOpsTaskSplitting property to Properties.h by Adlai Holler · 4 years ago
  28. dfc7d4c Add a system property to control Skia reduceOpsTaskSplitting by Adlai Holler · 4 years ago
  29. 71db889 Add GPU completion to FrameMetrics (1/3) by Jorim Jaggi · 4 years, 1 month ago
  30. 5fdf7b8 Add SurfaceControl to hwui by Huihong Luo · 4 years, 1 month ago
  31. 7e7c3d7 Check if mGrContext exists when requiring a vk context. by Alec Mouri · 4 years, 2 months ago
  32. dfb1398 pass frame deadline to Choreographer by Ady Abraham · 4 years, 5 months ago
  33. 6fabb5a Shared timeline plumbing by Steven Thomas · 4 years, 6 months ago
  34. 802fefa Share Vulkan resources between RenderThread and HardwareBitmapUploader by Derek Sollenberger · 4 years, 7 months ago
  35. eb6d60e Merge "Revert "libhwui: avoid creating GPU context in Zygote"" by TreeHugger Robot · 4 years, 7 months ago
  36. bf37175 Revert "libhwui: avoid creating GPU context in Zygote" by Yiwei Zhang · 4 years, 7 months ago
  37. 0d958de Merge "libhwui: avoid creating GPU context in Zygote" by TreeHugger Robot · 4 years, 7 months ago
  38. 12259e5 libhwui: avoid creating GPU context in Zygote by Yiwei Zhang · 4 years, 7 months ago
  39. f8c434e Migrate from GrContext to GrDirectContext by Adlai Holler · 4 years, 7 months ago
  40. b624af3 Revert^2 "hwui: remove FatVector" by Jagadeesh Pakaravoor · 4 years, 10 months ago
  41. 894f132 Revert "hwui: remove FatVector" by Tim Murray · 5 years ago
  42. 0865f2e hwui: remove FatVector by Tim Murray · 5 years ago
  43. e0fae23 Add memory tracing in HWUI by Stan Iliev · 5 years ago
  44. 4a818f1 [HWUI] use AChoreographer in place of DisplayEventReceiver. by Alec Mouri · 5 years ago
  45. 22d753f [HWUI] Get DeviceInfo through stable ABI by Alec Mouri · 5 years ago
  46. e218c69 Replace CLOCK_MONOTONIC with SYSTEM_TIME_MONOTONIC by Jerome Gaillard · 6 years ago
  47. 44c4be7 Merge "DisplayEventDispatcher: use eConfigChangedDispatch" into qt-r1-dev am: 619946fdc4 by Ady Abraham · 6 years ago
  48. 9c501aa DisplayEventDispatcher: use eConfigChangedDispatch by Ady Abraham · 6 years ago
  49. 23462d8 Delete wrap_gles capability by John Reck · 6 years ago
  50. cf185f5 Dynamically adjust renderahead by John Reck · 6 years ago
  51. 0fa0cbc Support render-ahead in vulkan by John Reck · 6 years ago
  52. d91a716 Merge "Don't load EGL driver always" by TreeHugger Robot · 6 years ago
  53. 30b9096 Don't load EGL driver always by Stan Iliev · 6 years ago
  54. bf99c44 Invalidate Skia shader cache if Vulkan driver has changed by Stan Iliev · 6 years ago
  55. c073252 Add support for uploading to AHBs using Vulkan. by Greg Daniel · 6 years ago
  56. 09e2fbe Merge "Remove old TaskManager system" by John Reck · 6 years ago
  57. 322b8ab Remove old TaskManager system by John Reck · 6 years ago
  58. 3c0f563 Fix profile gpu bars to use display fps by John Reck · 6 years ago
  59. 898123b Start RenderThread earlier to preload Vulkan/EGL drivers by Stan Iliev · 6 years ago
  60. 700079e Fix RenderThread setForLooper by John Reck · 6 years ago
  61. 981afe7 Decouple VulkanManager from RenderThread by Stan Iliev · 6 years ago
  62. 978d532 Fix RenderThread and worker thread names used by tools by Stan Iliev · 6 years ago
  63. b3cd68b Merge "Tell JVM to not wait for HWUI worker threads upon shutdown" by TreeHugger Robot · 6 years ago
  64. 80dbc35 Tell JVM to not wait for HWUI worker threads upon shutdown by Stan Iliev · 6 years ago
  65. 90276c8 Fix crash when VulkanSurface is no longer valid by Stan Iliev · 6 years ago
  66. 150001a Invoke Vulkan initialize earlier by Stan Iliev · 6 years ago
  67. 283bb46 New WebViewFunctor API by John Reck · 6 years ago
  68. 5a5a648 Fix crash when EGLSurface is no longer valid. by Derek Sollenberger · 6 years ago
  69. 1766238 Refactor DeviceInfo in HWUI by Derek Sollenberger · 6 years ago
  70. 1a025a7 Refactor HWUI readback code to be backend independent by Stan Iliev · 6 years ago
  71. 564ca3e Reland "TextureView Vulkan support and optimized OpenGL draw" by Stan Iliev · 6 years ago
  72. 9f95955 Add cache validation to ensure the validity by Yichi Chen · 7 years ago
  73. e6cfb09 Merge "Revert "TextureView Vulkan support and optimized OpenGL draw"" by Stan Iliev · 6 years ago
  74. 867c43d Revert "TextureView Vulkan support and optimized OpenGL draw" by John Reck · 6 years ago
  75. 54b9892 Merge "TextureView Vulkan support and optimized OpenGL draw" by TreeHugger Robot · 6 years ago
  76. c8e22a6 TextureView Vulkan support and optimized OpenGL draw by Stan Iliev · 7 years ago
  77. 333a83c Prefer ES 2.0 with external image support vs ES 3.0 without that support by Derek Sollenberger · 7 years ago
  78. b5fc209 Remove unneeded pipeline check by John Reck · 7 years ago
  79. b90d4cb Move all non-GL HW Bitmap work off RT by John Reck · 7 years ago
  80. 1e51071 Remove RenderThread from EglManager by John Reck · 7 years ago
  81. 1a4a981 Revert "Add support for render-ahead" by John Reck · 7 years ago
  82. 44627c2 So long OpenGLPipeline & OpenGLReadback (2/??) by John Reck · 7 years ago
  83. 18f442e Remove RenderPipelineType::OpenGL (1/many) by John Reck · 7 years ago
  84. ec10097 Add support for render-ahead by John Reck · 7 years ago
  85. 5642847 Don't use IPC in isolateProcess by John Reck · 7 years ago
  86. a31973fe Create an empty stub for Vulkan readback by Stan Iliev · 7 years ago
  87. 660d6ec Update GrContext creation calls to use sk_sp by Greg Daniel · 7 years ago
  88. 259b25a Switch RenderThread to a Java daemon thread by John Reck · 7 years ago
  89. 01b4394 Disable skia shader cache by Stan Iliev · 7 years ago
  90. 47f5c3a Fix leak of FILE* in dumping by John Reck · 7 years ago
  91. d495f43 Implement SkSL cache by Stan Iliev · 7 years ago
  92. 1bcacfd Format the world (or just HWUI) by John Reck · 7 years ago
  93. f8441e6 Switch to a fancy new queue by John Reck · 7 years ago
  94. 6b894d7 Release VectorDrawable cache surface on render thread by Stan Iliev · 8 years ago
  95. 34781b2 Move frame history into jank tracker by John Reck · 8 years ago
  96. f9e45d1 Implement CacheManager for the Skia pipelines. by Derek Sollenberger · 8 years ago
  97. 7bc3bc6 Implement HW Bitmap for Skia pipeline by Stan Iliev · 8 years ago
  98. 59069e0 Revert "Fix recent apps in system UI for Skia pipeline" by John Reck · 8 years ago
  99. b33013f Fix recent apps in system UI for Skia pipeline by Stan Iliev · 8 years ago
  100. 2f94448 Add missing assert that task isn't queued by John Reck · 8 years ago