aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_vulkan/vk_scheduler.h
AgeCommit message (Expand)Author
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp
2021-01-27vk_scheduler: Fix unaligned placement new expressionsReinUsesLisp
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp
2020-12-31vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapp...ReinUsesLisp
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp
2020-12-05video_core: Resolve more variable shadowing scenarios pt.2Lioncash
2020-09-19renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphoreReinUsesLisp
2020-04-28vulkan: Remove unnecessary includesLioncash
2020-04-10renderer_vulkan: Drop Vulkan-HppReinUsesLisp
2020-02-28vk_state_tracker: Initial implementationReinUsesLisp
2020-02-14vk_query_cache: Implement generic query cache on VulkanReinUsesLisp
2019-12-13vk_scheduler: Delegate commands to a worker thread and state trackReinUsesLisp
2019-07-07vk_scheduler: Drop execution context in favor of viewsReinUsesLisp
2019-02-22vk_scheduler: Implement a schedulerReinUsesLisp