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