summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_scheduler.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp1-13/+1
2021-01-04renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp1-1/+1
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp1-1/+1
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-24/+55
2020-09-19renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphoreReinUsesLisp1-27/+50
2020-07-17vk_scheduler: Make use of designated initializers where applicableLioncash1-27/+30
2020-06-27General: Tune the priority of main emulation threads so they have higher priority than less important helper threads.Fernando Sahmkow1-0/+2
2020-04-29vulkan: Remove unnecessary includesLioncash1-1/+0
2020-04-13renderer_vulkan: Catch device losses in more placesReinUsesLisp1-1/+9
2020-04-11renderer_vulkan: Drop Vulkan-HppReinUsesLisp1-29/+58
2020-02-28vk_state_tracker: Initial implementationReinUsesLisp1-9/+12
2020-02-14vk_query_cache: Implement generic query cache on VulkanReinUsesLisp1-0/+8
2019-12-13vk_scheduler: Delegate commands to a worker thread and state trackReinUsesLisp1-12/+138
2019-07-07vk_scheduler: Drop execution context in favor of viewsReinUsesLisp1-10/+6
2019-02-22vk_scheduler: Implement a schedulerReinUsesLisp1-0/+60