summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_scheduler.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp1-10/+16
2021-01-28vk_scheduler: Fix unaligned placement new expressionsReinUsesLisp1-6/+6
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp1-3/+3
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-4/+10
2020-12-05video_core: Resolve more variable shadowing scenarios pt.2Lioncash1-1/+1
2020-09-19renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphoreReinUsesLisp1-42/+28
2020-04-29vulkan: Remove unnecessary includesLioncash1-1/+0
2020-04-11renderer_vulkan: Drop Vulkan-HppReinUsesLisp1-14/+15
2020-02-28vk_state_tracker: Initial implementationReinUsesLisp1-37/+5
2020-02-14vk_query_cache: Implement generic query cache on VulkanReinUsesLisp1-0/+15
2019-12-13vk_scheduler: Delegate commands to a worker thread and state trackReinUsesLisp1-25/+173
2019-07-07vk_scheduler: Drop execution context in favor of viewsReinUsesLisp1-31/+47
2019-02-22vk_scheduler: Implement a schedulerReinUsesLisp1-0/+69