summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_compute_pass.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-23vulkan: Defer descriptor set work to the Vulkan threadReinUsesLisp1-5/+3
2021-07-23vulkan: Rework descriptor allocation algorithmReinUsesLisp1-14/+14
2021-03-13renderer_vulkan: Accelerate ASTC decodingameerj1-0/+32
2021-02-13vk_staging_buffer_pool: Add stream buffer for small uploadsReinUsesLisp1-4/+5
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp1-19/+5
2021-01-15renderer_vulkan: Rename Vulkan memory manager to memory allocatorReinUsesLisp1-2/+1
2021-01-15vk_memory_manager: Improve memory manager and its APIReinUsesLisp1-7/+7
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp1-5/+5
2020-12-31vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.hReinUsesLisp1-1/+1
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp1-2/+2
2020-12-05video_core: Resolve more variable shadowing scenarios pt.2Lioncash1-11/+12
2020-09-19renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphoreReinUsesLisp1-3/+1
2020-04-29vulkan: Remove unnecessary includesLioncash1-1/+1
2020-04-17vk_compute_pass: Implement indexed quadsReinUsesLisp1-0/+19
2020-04-16buffer_cache: Return handles instead of pointer to handlesReinUsesLisp1-2/+2
2020-04-11renderer_vulkan: Drop Vulkan-HppReinUsesLisp1-15/+14
2020-01-08vk_compute_pass: Add compute passes to emulate missing Vulkan featuresReinUsesLisp1-0/+77