aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_vulkan/vk_query_cache.cpp
AgeCommit message (Expand)Author
2024-02-27"Merge Tagged PR 12749"HEADmasteryuzubot
2024-01-18Core: Eliminate core/memory dependancies.Fernando Sahmkow
2024-01-18Core: Clang format and other small issues.Fernando Sahmkow
2024-01-18SMMU: Initial adaptation to video_core.Fernando Sahmkow
2024-01-07Fix typos in video_coreViktor Szépe
2023-12-18vk_query_cache: Fix prefix sum max_accumulation_limit logicAmeer J
2023-11-15Query Cache: Disable write syncing on AndroidFernando Sahmkow
2023-10-11Get out of render pass before query barriers, fix image names with samples > ...Kelebek1
2023-10-01Query Cache: Fix memory leak.Fernando Sahmkow
2023-09-27renderer_vulkan: fix query cache for homebrewLiam
2023-09-23Query Cache: Fix Prefix SumsFernando Sahmkow
2023-09-23Query Cache: Fix behavior in Normal AccuracyFernando Sahmkow
2023-09-23Query Cache: Simplify Prefix Sum compute shaderFernando Sahmkow
2023-09-23Query Cache: Implement host side sample counting.Fernando Sahmkow
2023-09-23Query Cache: Fix guest side sample countingFernando Sahmkow
2023-09-23Query Cache: address issuesFernando Sahmkow
2023-09-23QueryCache: Implement dependant queries.Fernando Sahmkow
2023-09-23Query Cachge: Fully rework Vulkan's query cacheFernando Sahmkow
2023-07-18general: Silence -Wshadow{,-uncaptured-local} warningslat9nq
2023-04-23QueryCache: rework async downloads.Fernando Sahmkow
2023-04-23Accuracy Normal: reduce accuracy further for perf improvements in Project LimeFernando Sahmkow
2022-12-04vulkan_common: promote host query reset usage to coreLiam
2022-10-18video_core: renderer_vulkan: vk_query_cache: Avoid shutdown crash in QueryPoo...bunnei
2022-10-06Address Feedback from bylaws.Fernando Sahmkow
2022-10-06VideoCore: implement channels on gpu caches.Fernando Sahmkow
2022-06-26video_core: Replace VKQueryCache with QueryCachegerman77
2022-06-26video_core: Replace VKScheduler with Schedulergerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-09-24Vulkan Query Cache: make sure to wait for the query result.Fernando Sahmkow
2021-07-22vk_query_cache: Wait before reading queriesReinUsesLisp
2021-07-22vk_scheduler: Allow command submission on worker threadReinUsesLisp
2021-01-04renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp
2020-12-31vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapp...ReinUsesLisp
2020-12-05video_core: Resolve more variable shadowing scenarios pt.3Lioncash
2020-12-05video_core: Resolve more variable shadowing scenarios pt.2Lioncash
2020-09-19vk_query_cache: Hack counter destructor to avoid reserving queriesReinUsesLisp
2020-09-19renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphoreReinUsesLisp
2020-09-06video_core: Remove all Core::System references in rendererReinUsesLisp
2020-07-16vk_query_cache: Make use of designated initializers where applicableLioncash
2020-04-28vulkan: Remove unnecessary includesLioncash
2020-04-13renderer_vulkan: Catch device losses in more placesReinUsesLisp
2020-04-10renderer_vulkan: Drop Vulkan-HppReinUsesLisp
2020-02-14vk_query_cache: Implement generic query cache on VulkanReinUsesLisp