summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_query_cache.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* vk_query_cache: Fix prefix sum max_accumulation_limit logicAmeer J2023-12-181-3/+6
* Query Cache: Disable write syncing on AndroidFernando Sahmkow2023-11-151-0/+13
* Get out of render pass before query barriers, fix image names with samples > 1, remove image alias bitKelebek12023-10-111-0/+1
* Query Cache: Fix memory leak.Fernando Sahmkow2023-10-011-0/+1
* renderer_vulkan: fix query cache for homebrewLiam2023-09-281-2/+4
* Query Cache: Fix Prefix SumsFernando Sahmkow2023-09-231-4/+9
* Query Cache: Fix behavior in Normal AccuracyFernando Sahmkow2023-09-231-0/+10
* Query Cache: Simplify Prefix Sum compute shaderFernando Sahmkow2023-09-231-2/+2
* Query Cache: Implement host side sample counting.Fernando Sahmkow2023-09-231-45/+102
* Query Cache: Fix guest side sample countingFernando Sahmkow2023-09-231-8/+54
* Query Cache: address issuesFernando Sahmkow2023-09-231-74/+129
* QueryCache: Implement dependant queries.Fernando Sahmkow2023-09-231-2/+158
* Query Cachge: Fully rework Vulkan's query cacheFernando Sahmkow2023-09-231-90/+1174
* general: Silence -Wshadow{,-uncaptured-local} warningslat9nq2023-07-191-5/+6
* QueryCache: rework async downloads.Fernando Sahmkow2023-04-231-5/+9
* Accuracy Normal: reduce accuracy further for perf improvements in Project LimeFernando Sahmkow2023-04-231-1/+2
* 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