summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_fence_manager.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_core: Reimplement the buffer cacheReinUsesLisp2021-02-131-6/+5
* vk_fence_manager: Use timeline semaphores instead of spin waitsReinUsesLisp2021-01-081-11/+4
* renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp2021-01-031-6/+6
* 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-3/+3
* video_core: Resolve more variable shadowing scenarios pt.2Lioncash2020-12-051-8/+8
* video_core: Remove all Core::System references in rendererReinUsesLisp2020-09-061-4/+4
* buffer_cache: Use boost::intrusive::set for cachingReinUsesLisp2020-05-211-0/+1
* Address Feedback.Fernando Sahmkow2020-04-221-1/+1
* vk_fence_manager: Initial implementationReinUsesLisp2020-04-221-0/+74