summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_scheduler.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-04vulkan_common: clean up extension usageLiam1-2/+2
2022-11-23general: fix compile for Apple ClangLiam1-1/+1
2022-11-14Add break for default casesKyle Kienapfel1-0/+1
2022-10-04vk_scheduler: wait for command processing to completeLiam1-2/+4
2022-10-04common: remove "yuzu:" prefix from thread namesLiam1-1/+1
2022-06-27video_core: Replace VKScheduler with Schedulergerman771-19/+19
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-07video_core: Replace lock_guard with scoped_lockMerry1-3/+3
2022-03-19video_core: Reduce unused includesameerj1-1/+0
2022-01-31Vulkan: Fix Scheduler Chunks when their FuncType is 0.Fernando Sahmkow1-3/+3
2021-11-16vulkan: Implement rescaling shader patchingReinUsesLisp1-0/+10
2021-09-16vk_scheduler: Use std::jthreadameerj1-13/+6
2021-09-02renderer_vulkan: Wait on present semaphore at queue submitameerj1-18/+22
2021-07-23vk_scheduler: Use locks instead of SPSC a queueReinUsesLisp1-25/+33
2021-07-23vk_master_semaphore: Use fetch_add to increase master semaphore tickReinUsesLisp1-3/+1
2021-07-23vk_scheduler: Allow command submission on worker threadReinUsesLisp1-56/+64
2021-07-23vulkan: Build pipelines in parallel at runtimeReinUsesLisp1-6/+4
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