summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_fence_manager.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-06VideoCore: Refactor fencing system.Fernando Sahmkow1-11/+4
2022-10-06VideoCore: implement channels on gpu caches.Fernando Sahmkow1-2/+2
2022-06-27video_core: Replace VKQueryCache with QueryCachegerman771-1/+1
2022-06-27video_core: Replace VKScheduler with Schedulergerman771-4/+3
2022-06-27video_core: Replace VKFenceManager with FenceManagergerman771-9/+9
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-19video_core: Reduce unused includesameerj1-1/+0
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp1-2/+2
2021-01-08vk_fence_manager: Use timeline semaphores instead of spin waitsReinUsesLisp1-41/+13
2021-01-04renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp1-1/+1
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/+3
2020-12-05video_core: Resolve more variable shadowing scenarios pt.2Lioncash1-10/+12
2020-09-19renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphoreReinUsesLisp1-3/+3
2020-09-06video_core: Remove all Core::System references in rendererReinUsesLisp1-6/+6
2020-08-16Vk Async pipeline compilationameerj1-1/+1
2020-04-22Address Feedback.Fernando Sahmkow1-1/+1
2020-04-22vk_fence_manager: Initial implementationReinUsesLisp1-0/+101