summaryrefslogtreecommitdiffstats
path: root/src/video_core/query_cache.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* VideoCore: Move Slot Vector to CommonFernando Sahmkow2024-02-041-3/+3
* Core: Eliminate core/memory dependancies.Fernando Sahmkow2024-01-191-1/+0
* SMMU: Initial adaptation to video_core.Fernando Sahmkow2024-01-191-13/+16
* OpenGL: Add GL_PRIMITIVES_GENERATED and GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN queriesAmeer J2023-12-191-20/+19
* Query Cachge: Fully rework Vulkan's query cacheFernando Sahmkow2023-09-231-3/+10
* Fixes and workarounds to make UBSan happier on macOScomex2023-07-151-1/+3
* Query cache: stop updating pages as it's not affected by cpu writesFernando Sahmkow2023-05-071-2/+0
* QueryCache: Fix write invalidation.Fernando Sahmkow2023-04-281-6/+12
* Clang format and ddress feedbackFernando Sahmkow2023-04-241-13/+26
* QueryCache: rework async downloads.Fernando Sahmkow2023-04-231-28/+94
* Fence Manager: implement async fence management in a sepparate thread.Fernando Sahmkow2023-04-231-1/+5
* general: fix spelling mistakesLiam2023-03-121-1/+1
* Update 3D regsKelebek12022-10-071-1/+1
* state_tracker: workaround channel setup for homebrewLiam2022-10-061-2/+4
* VideoCore: implement channels on gpu caches.Fernando Sahmkow2022-10-061-11/+7
* code: dodge PAGE_SIZE #defineKyle Kienapfel2022-08-201-6/+6
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* video_core: Reduce unused includesameerj2022-03-191-1/+0
* general: Reduce core.h includesameerj2022-03-181-1/+0
* Merge pull request #7077 from FernandoS27/face-downAmeer J2021-10-171-4/+4
|\
| * QueryCache: Flush queries in order of running.Fernando Sahmkow2021-09-241-4/+4
* | gpu: Migrate implementation to the cpp fileameerj2021-10-031-0/+1
|/
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* query_cache: Make use of std::erase_ifLioncash2021-04-121-5/+4
* video_core: Resolve more variable shadowing scenarios pt.3Lioncash2020-12-051-4/+4
* renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphoreReinUsesLisp2020-09-191-5/+1
* video_core: Remove all Core::System references in rendererReinUsesLisp2020-09-061-15/+16
* configuration: implement per-game configurations (#4098)lat9nq2020-07-101-1/+1
* Rename PAGE_SHIFT to PAGE_BITSMerryMage2020-06-181-5/+5
* Address Feedback.Fernando Sahmkow2020-04-221-23/+16
* QueryCache: Only do async flushes on async gpu.Fernando Sahmkow2020-04-221-1/+4
* QueryCache: Implement Async Flushes.Fernando Sahmkow2020-04-221-0/+50
* Clang Format.Fernando Sahmkow2020-04-061-6/+3
* Query Cache: Use VAddr instead of physical memory for adressing.Fernando Sahmkow2020-04-061-18/+18
* query_cache: Address feedbackReinUsesLisp2020-02-141-16/+16
* query_cache: Fix ambiguity in CacheAddr getterReinUsesLisp2020-02-141-4/+5
* query_cache: Add a recursive mutex for concurrent usageReinUsesLisp2020-02-141-0/+6
* vk_query_cache: Implement generic query cache on VulkanReinUsesLisp2020-02-141-4/+33
* query_cache: Abstract OpenGL implementationReinUsesLisp2020-02-141-0/+323