summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_query_cache.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-23Query Cache: address issuesFernando Sahmkow1-2/+3
2023-09-23Query Cachge: Fully rework Vulkan's query cacheFernando Sahmkow1-66/+39
2023-04-23QueryCache: rework async downloads.Fernando Sahmkow1-2/+3
2022-10-06VideoCore: implement channels on gpu caches.Fernando Sahmkow1-3/+2
2022-06-27video_core: Replace VKQueryCache with QueryCachegerman771-12/+12
2022-06-27video_core: Replace VKScheduler with Schedulergerman771-5/+5
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp1-7/+7
2020-12-31vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.hReinUsesLisp1-1/+1
2020-12-05video_core: Resolve more variable shadowing scenarios pt.3Lioncash1-2/+2
2020-12-05video_core: Resolve more variable shadowing scenarios pt.2Lioncash1-5/+5
2020-09-19renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphoreReinUsesLisp1-11/+9
2020-09-06video_core: Remove all Core::System references in rendererReinUsesLisp1-1/+2
2020-04-29vulkan: Remove unnecessary includesLioncash1-1/+0
2020-04-11renderer_vulkan: Drop Vulkan-HppReinUsesLisp1-7/+7
2020-02-14vk_query_cache: Implement generic query cache on VulkanReinUsesLisp1-0/+104