summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_fence_manager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clang format and ddress feedbackFernando Sahmkow2023-04-241-1/+0
* Fence Manager: implement async fence management in a sepparate thread.Fernando Sahmkow2023-04-231-0/+2
* VideoCore: Refactor fencing system.Fernando Sahmkow2022-10-061-11/+4
* VideoCore: implement channels on gpu caches.Fernando Sahmkow2022-10-061-2/+2
* video_core: Replace VKQueryCache with QueryCachegerman772022-06-271-1/+1
* video_core: Replace VKScheduler with Schedulergerman772022-06-271-4/+3
* video_core: Replace VKFenceManager with FenceManagergerman772022-06-271-9/+9
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* video_core: Reduce unused includesameerj2022-03-191-1/+0
* video_core: Reimplement the buffer cacheReinUsesLisp2021-02-131-2/+2
* vk_fence_manager: Use timeline semaphores instead of spin waitsReinUsesLisp2021-01-081-41/+13
* renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp2021-01-041-1/+1
* renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp2021-01-031-3/+3
* vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.hReinUsesLisp2020-12-311-1/+1
* video_core: Rewrite the texture cacheReinUsesLisp2020-12-301-4/+3
* video_core: Resolve more variable shadowing scenarios pt.2Lioncash2020-12-051-10/+12
* renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphoreReinUsesLisp2020-09-191-3/+3
* video_core: Remove all Core::System references in rendererReinUsesLisp2020-09-061-6/+6
* Vk Async pipeline compilationameerj2020-08-161-1/+1
* Address Feedback.Fernando Sahmkow2020-04-221-1/+1
* vk_fence_manager: Initial implementationReinUsesLisp2020-04-221-0/+101