summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_fence_manager.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp1-6/+5
2021-01-08vk_fence_manager: Use timeline semaphores instead of spin waitsReinUsesLisp1-11/+4
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp1-6/+6
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-3/+3
2020-12-05video_core: Resolve more variable shadowing scenarios pt.2Lioncash1-8/+8
2020-09-06video_core: Remove all Core::System references in rendererReinUsesLisp1-4/+4
2020-05-21buffer_cache: Use boost::intrusive::set for cachingReinUsesLisp1-0/+1
2020-04-22Address Feedback.Fernando Sahmkow1-1/+1
2020-04-22vk_fence_manager: Initial implementationReinUsesLisp1-0/+74