summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_query_cache.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* vulkan_common: promote host query reset usage to coreLiam2022-12-041-1/+1
* video_core: renderer_vulkan: vk_query_cache: Avoid shutdown crash in QueryPool::Reserve.bunnei2022-10-191-3/+4
* Address Feedback from bylaws.Fernando Sahmkow2022-10-061-1/+1
* VideoCore: implement channels on gpu caches.Fernando Sahmkow2022-10-061-4/+3
* video_core: Replace VKQueryCache with QueryCachegerman772022-06-271-7/+7
* video_core: Replace VKScheduler with Schedulergerman772022-06-271-2/+2
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* Vulkan Query Cache: make sure to wait for the query result.Fernando Sahmkow2021-09-241-1/+2
* vk_query_cache: Wait before reading queriesReinUsesLisp2021-07-231-9/+2
* vk_scheduler: Allow command submission on worker threadReinUsesLisp2021-07-231-3/+6
* renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp2021-01-041-1/+1
* renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp2021-01-031-10/+10
* vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.hReinUsesLisp2020-12-311-1/+1
* video_core: Resolve more variable shadowing scenarios pt.3Lioncash2020-12-051-11/+11
* video_core: Resolve more variable shadowing scenarios pt.2Lioncash2020-12-051-15/+15
* vk_query_cache: Hack counter destructor to avoid reserving queriesReinUsesLisp2020-09-191-1/+10
* renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphoreReinUsesLisp2020-09-191-24/+21
* video_core: Remove all Core::System references in rendererReinUsesLisp2020-09-061-2/+3
* vk_query_cache: Make use of designated initializers where applicableLioncash2020-07-171-8/+8
* vulkan: Remove unnecessary includesLioncash2020-04-291-1/+0
* renderer_vulkan: Catch device losses in more placesReinUsesLisp2020-04-131-2/+13
* renderer_vulkan: Drop Vulkan-HppReinUsesLisp2020-04-111-29/+27
* vk_query_cache: Implement generic query cache on VulkanReinUsesLisp2020-02-141-0/+122