1. 1a4bce9 Merge "hwui: ro.hwui.render_ahead=0 queue on high FPS" into qt-dev by Kevin DuBois · 5 years ago
  2. 4b5e555 Be quiet by John Reck · 5 years ago
  3. 8538ceb Merge "Fix some force_dark prop behaviors" into qt-dev by John Reck · 5 years ago
  4. f802abe hwui: ro.hwui.render_ahead=0 queue on high FPS by Kevin DuBois · 5 years ago
  5. 8915167 Fix some force_dark prop behaviors by John Reck · 5 years ago
  6. f58e51b Merge "Fix deletion of VkSemaphores in VulkanManager." into qt-dev by Greg Daniel · 5 years ago
  7. d92a9b1 Fix deletion of VkSemaphores in VulkanManager. by Greg Daniel · 5 years ago
  8. 68406a2 Merge "Make sure to sync GPU after deleting memory in trimMemory." into qt-dev by Greg Daniel · 5 years ago
  9. eecc52d Merge "Dynamically adjust renderahead" into qt-dev by John Reck · 5 years ago
  10. 1d857f0 Make sure to sync GPU after deleting memory in trimMemory. by Greg Daniel · 5 years ago
  11. b9e296e Update the CPU text cache sizes to be the same as their GPU equivalents by Derek Sollenberger · 5 years ago
  12. cf185f5 Dynamically adjust renderahead by John Reck · 5 years ago
  13. 949305f Merge "Do not cache AVDs that are off screen" into qt-dev by Leon Scroggins · 5 years ago
  14. 8d8d704 Merge "Fix set_buffers_damage in VulkanSurface" into qt-dev by TreeHugger Robot · 5 years ago
  15. 08ca2a25 Merge "Support render-ahead in vulkan" into qt-dev by John Reck · 5 years ago
  16. 0fa0cbc Support render-ahead in vulkan by John Reck · 5 years ago
  17. 321d8e5 Fix set_buffers_damage in VulkanSurface by John Reck · 5 years ago
  18. 6c5864c Do not cache AVDs that are off screen by Leon Scroggins III · 5 years ago
  19. 4670126 Respect the hardware buffer usage flags set by the consumer. by Derek Sollenberger · 5 years ago
  20. 4d52722 Add back render-ahead support by John Reck · 5 years ago
  21. 0c682d0 Merge "Add workaround for qualcomm vulkan AHDARDWAREBUFFER_USAGE_VENDER_0" by TreeHugger Robot · 5 years ago
  22. 2173f18 Add workaround for qualcomm vulkan AHDARDWAREBUFFER_USAGE_VENDER_0 by Greg Daniel · 5 years ago
  23. d91a716 Merge "Don't load EGL driver always" by TreeHugger Robot · 5 years ago
  24. b51fda1 Merge "Invalidate Skia shader cache if Vulkan driver has changed" by TreeHugger Robot · 5 years ago
  25. 30b9096 Don't load EGL driver always by Stan Iliev · 5 years ago
  26. 4cb02be Merge "Fix NATIVE_WINDOW_MIN_UNDEQUEUED_BUFFERS handling" by TreeHugger Robot · 5 years ago
  27. fbeac3c Add missing trace points by John Reck · 5 years ago
  28. bf99c44 Invalidate Skia shader cache if Vulkan driver has changed by Stan Iliev · 5 years ago
  29. ac513c2 Fix NATIVE_WINDOW_MIN_UNDEQUEUED_BUFFERS handling by John Reck · 5 years ago
  30. bc5f06b Fix crash after dequeueNativeBuffer fails by Stan Iliev · 5 years ago
  31. 8f8deb2 Merge "Use VkAndroidHardwareBufferUsageANDROID to compute HWUI usage flags" by TreeHugger Robot · 5 years ago
  32. 31c1b82 Use VkAndroidHardwareBufferUsageANDROID to compute HWUI usage flags by Derek Sollenberger · 5 years ago
  33. 197843d Block GPU on dequeue fence only if it has not signalled already by Stan Iliev · 5 years ago
  34. 3e99fa7 Block GPU on release fence from dequeueBuffer earlier by Stan Iliev · 5 years ago
  35. ee3754a Fix TextureView glitch and memory leak by Stan Iliev · 5 years ago
  36. c073252 Add support for uploading to AHBs using Vulkan. by Greg Daniel · 6 years ago
  37. 09e2fbe Merge "Remove old TaskManager system" by John Reck · 5 years ago
  38. 322b8ab Remove old TaskManager system by John Reck · 5 years ago
  39. 51d6f3d Merge "Fix profile gpu bars to use display fps" by TreeHugger Robot · 5 years ago
  40. 3c0f563 Fix profile gpu bars to use display fps by John Reck · 5 years ago
  41. f296a87 Merge "Copy extension names to an owning container to prevent use-after-free" by TreeHugger Robot · 5 years ago
  42. 74ace839e Copy extension names to an owning container to prevent use-after-free by Roman Kiryanov · 6 years ago
  43. 3b049de Merge "Directly manage buffer presentation in Vulkan using AHardwareBuffers." by Derek Sollenberger · 5 years ago
  44. a19b71a Directly manage buffer presentation in Vulkan using AHardwareBuffers. by Derek Sollenberger · 6 years ago
  45. 0b19a73 Re-enable empty damage drop optimization by John Reck · 6 years ago
  46. 2e1966e Merge "Add ability to change context priority of RT Vulkan queues" by TreeHugger Robot · 6 years ago
  47. 7e73336 Add ability to change context priority of RT Vulkan queues by Stan Iliev · 6 years ago
  48. e2791fc Merge "Revert "Enable CCPR in Ganesh"" by Leon Scroggins · 6 years ago
  49. 3fcb697 Revert "Enable CCPR in Ganesh" by Christopher Dalton · 6 years ago
  50. 898123b Start RenderThread earlier to preload Vulkan/EGL drivers by Stan Iliev · 6 years ago
  51. 700079e Fix RenderThread setForLooper by John Reck · 6 years ago
  52. 981afe7 Decouple VulkanManager from RenderThread by Stan Iliev · 6 years ago
  53. 978d532 Fix RenderThread and worker thread names used by tools by Stan Iliev · 6 years ago
  54. b3cd68b Merge "Tell JVM to not wait for HWUI worker threads upon shutdown" by TreeHugger Robot · 6 years ago
  55. 80dbc35 Tell JVM to not wait for HWUI worker threads upon shutdown by Stan Iliev · 6 years ago
  56. adafb1b Merge "Enable CCPR in Ganesh" by Christopher Dalton · 6 years ago
  57. 90276c8 Fix crash when VulkanSurface is no longer valid by Stan Iliev · 6 years ago
  58. eaf310e Update Vulkan skia creation to use apiVersion instead of instanceVersion by Greg Daniel · 6 years ago
  59. e0cf597 Remove use of SkColorSpace::Gamut enum by Brian Osman · 6 years ago
  60. 515bd28 Merge "Don't create RenderThread for dumpsys gfxinfo" by TreeHugger Robot · 6 years ago
  61. ba7e965 Don't create RenderThread for dumpsys gfxinfo by John Reck · 6 years ago
  62. 5cca8f2 Add continuous SKP capture test api by John Reck · 6 years ago
  63. c407678 Add support for preTransform in Vulkan swapchain. by Greg Daniel · 6 years ago
  64. caa8cc6 Merge "Standardize the surface origin for each HWUI pipeline." by Derek Sollenberger · 6 years ago
  65. 34495b9 Merge "VkFunctorDrawable implementation" by TreeHugger Robot · 6 years ago
  66. 7b8c1eb VkFunctorDrawable implementation by Bo Liu · 6 years ago
  67. 82637f5 Merge "Invoke Vulkan initialize earlier" by TreeHugger Robot · 6 years ago
  68. 25833d2 Standardize the surface origin for each HWUI pipeline. by Derek Sollenberger · 6 years ago
  69. a26b9b9 Merge "Fix leak/crash in exit" by TreeHugger Robot · 6 years ago
  70. 6104cea Fix leak/crash in exit by John Reck · 6 years ago
  71. 150001a Invoke Vulkan initialize earlier by Stan Iliev · 6 years ago
  72. 1316549 Enable CCPR in Ganesh by Chris Dalton · 6 years ago
  73. 43d0613 Change formula for font cache size by Stan Iliev · 6 years ago
  74. 1b0278c Mark GrContext dirty after onContextDestroyed by Bo Liu · 6 years ago
  75. a640ed6 Merge "Fix/suppress renderthread google-explicit-constructor warnings" am: 138aae8eaf am: 2e2028aee4 by Chih-Hung Hsieh · 6 years ago
  76. d736d4b Fix/suppress renderthread google-explicit-constructor warnings by Chih-Hung Hsieh · 6 years ago
  77. c0cd1d7f Merge "New WebViewFunctor API" by John Reck · 6 years ago
  78. 3bff135 [HWUI] Remove hardcoding around wide color gamut. by Peiyong Lin · 6 years ago
  79. 283bb46 New WebViewFunctor API by John Reck · 6 years ago
  80. bc46258 Fix temporary stretching when Surface is resized with Vulkan by Stan Iliev · 6 years ago
  81. 4f2b2d6 Merge "Revert "Revert "Make HWUI's surface Reliable^TM""" by John Reck · 6 years ago
  82. 848f651 Revert "Revert "Make HWUI's surface Reliable^TM"" by John Reck · 6 years ago
  83. 163e42c Merge "Prefer using 3 buffers in vulkan swapchain." by TreeHugger Robot · 6 years ago
  84. 4d5bf2a Prefer using 3 buffers in vulkan swapchain. by Greg Daniel · 6 years ago
  85. 58ccd60 Merge "Set color space on Vulkan render target surface" by TreeHugger Robot · 6 years ago
  86. 987a80c Set color space on Vulkan render target surface by Stan Iliev · 6 years ago
  87. d8a905b Merge "Remove dead code" by TreeHugger Robot · 6 years ago
  88. 7b8a808 Remove ; from closing namespaces in libs/hwui by Chris Blume · 6 years ago
  89. 4604521 Remove dead code by John Reck · 6 years ago
  90. dd08224 Revert "Make HWUI's surface Reliable^TM" by Bo Hu · 6 years ago
  91. ef60a05 Merge "In VulkanManager enable ycbcr feature on VkDevice." by Greg Daniel · 6 years ago
  92. 0503617 In VulkanManager enable ycbcr feature on VkDevice. by Greg Daniel · 6 years ago
  93. 650bd9a Make HWUI's surface Reliable^TM by John Reck · 6 years ago
  94. 8e539ca Add a sprinkle of speculative anti-crash dust by John Reck · 6 years ago
  95. 305e13a Handle ANativeWindow resize with Vulkan swapchain by Stan Iliev · 6 years ago
  96. 8785ceb Refactors and a potential public API for rendering by John Reck · 6 years ago
  97. 7a08127 Remove SyncFeatures usage from VulkanManager by Stan Iliev · 6 years ago
  98. 8a2a754 Cleanup of barriers used in swapching aquiring and presenting. by Greg Daniel · 6 years ago
  99. 9625962 Minor clean up/fixes of VulkanManager api version checks. by Greg Daniel · 6 years ago
  100. 8d1f833 Merge "Partially revert "[HWUI] Implement legacy color mode."" by TreeHugger Robot · 6 years ago