summaryrefslogtreecommitdiff
path: root/libs/hwui/renderthread/VulkanManager.h
AgeCommit message (Expand)Author
2025-03-18Add support for Vulkan VK_EXT_frame_boundary in HWUI. Greg Daniel
2024-09-19[Vulkan] Query global priority support for queue creation Juston Li
2024-08-30[HWUI] Update Ganesh includes to specify new location Nolan Scobie
2024-06-20[base] Update deprecated GrVk type names Kaylee Lubick
2023-11-08Adjust how present semaphore is handled John Reck
2023-08-25Tighten up race condition risk in VulkanManager. Alec Mouri
2023-05-23Revert "Turn on vk unit tests" Alec Mouri
2023-05-01Have GrContext hold a strong ref to VulkanManager John Reck
2022-08-22Remove unnecessary forward declare of GrVkExtensions Leon Scroggins III
2022-06-02Merge "Make GPU duration metrics more accurate for Vulkan" into tm-dev am: 9b... TreeHugger Robot
2022-06-01Make GPU duration metrics more accurate for Vulkan Alec Mouri
2022-04-04Fix includes of SkColorSpace Kevin Lubick
2021-05-14Add a mutex to VulkanManager::initialize. Greg Daniel
2021-03-09Use VK_ANDROID_frame_boundary in HWUI Hugues Evrard
2021-03-01Remove flushAndSubit from SkiaPipeline renderFrame. Greg Daniel
2021-01-13Turn on vk unit tests Alec Mouri
2020-09-03HWUI: remove the redundant present queue Yiwei Zhang
2020-08-20Remove VulkanManager::mCommandPool Leon Scroggins III
2020-08-17Share Vulkan resources between RenderThread and HardwareBitmapUploader Derek Sollenberger
2020-07-28Migrate from GrContext to GrDirectContext Adlai Holler
2019-11-08Decouple SurfaceTexture from HWUI Stan Iliev
2019-07-29Isolate the graphics classes into their own static lib Derek Sollenberger
2019-06-26HWUI-VK: Decouple hwui Vulkan backend from Vulkan WSI APIs Yiwei Zhang
2019-05-14Merge "Remove workaround in VulkanSurface for missing vendor flag." into qt-dev Greg Daniel
2019-05-14Remove workaround in VulkanSurface for missing vendor flag. Greg Daniel
2019-04-23Fix deletion of VkSemaphores in VulkanManager. Greg Daniel
2019-04-12Support render-ahead in vulkan John Reck
2019-04-02Add workaround for qualcomm vulkan AHDARDWAREBUFFER_USAGE_VENDER_0 Greg Daniel
2019-03-29Invalidate Skia shader cache if Vulkan driver has changed Stan Iliev
2019-03-12Merge "Copy extension names to an owning container to prevent use-after-free" TreeHugger Robot
2019-03-11Copy extension names to an owning container to prevent use-after-free Roman Kiryanov
2019-03-08Directly manage buffer presentation in Vulkan using AHardwareBuffers. Derek Sollenberger
2019-02-20Start RenderThread earlier to preload Vulkan/EGL drivers Stan Iliev
2019-02-13Decouple VulkanManager from RenderThread Stan Iliev
2019-02-04Fix crash when VulkanSurface is no longer valid Stan Iliev
2019-01-29Update Vulkan skia creation to use apiVersion instead of instanceVersion Greg Daniel
2019-01-24Remove use of SkColorSpace::Gamut enum Brian Osman
2019-01-18Add support for preTransform in Vulkan swapchain. Greg Daniel
2019-01-15VkFunctorDrawable implementation Bo Liu
2018-12-20Merge "Fix/suppress renderthread google-explicit-constructor warnings" am: 13... Chih-Hung Hsieh
2018-12-20Fix/suppress renderthread google-explicit-constructor warnings Chih-Hung Hsieh
2018-12-15[HWUI] Remove hardcoding around wide color gamut. Peiyong Lin
2018-12-04Set color space on Vulkan render target surface Stan Iliev
2018-11-13Handle ANativeWindow resize with Vulkan swapchain Stan Iliev
2018-10-02Minor clean up/fixes of VulkanManager api version checks. Greg Daniel
2018-09-28Merge "Partially revert "[HWUI] Implement legacy color mode."" TreeHugger Robot
2018-09-27Partially revert "[HWUI] Implement legacy color mode." Peiyong Lin
2018-09-26Add support for wide gamut render targets in Vulkan Stan Iliev
2018-09-24Implemenet fenceWait and createReleaseFence in VulkanManager. Greg Daniel
2018-09-13[HWUI] Implement legacy color mode. Peiyong Lin