aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/query_cache.h
AgeCommit message (Expand)Author
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-19video_core: Reduce unused includesameerj
2022-03-18general: Reduce core.h includesameerj
2021-10-16Merge pull request #7077 from FernandoS27/face-downAmeer J
2021-10-03gpu: Migrate implementation to the cpp fileameerj
2021-09-24QueryCache: Flush queries in order of running.Fernando Sahmkow
2021-04-14common: Move settings to common from core.bunnei
2021-04-12query_cache: Make use of std::erase_ifLioncash
2020-12-05video_core: Resolve more variable shadowing scenarios pt.3Lioncash
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-09configuration: implement per-game configurations (#4098)lat9nq
2020-06-18Rename PAGE_SHIFT to PAGE_BITSMerryMage
2020-04-22Address Feedback.Fernando Sahmkow
2020-04-22QueryCache: Only do async flushes on async gpu.Fernando Sahmkow
2020-04-22QueryCache: Implement Async Flushes.Fernando Sahmkow
2020-04-06Clang Format.Fernando Sahmkow
2020-04-06Query Cache: Use VAddr instead of physical memory for adressing.Fernando Sahmkow
2020-02-14query_cache: Address feedbackReinUsesLisp
2020-02-14query_cache: Fix ambiguity in CacheAddr getterReinUsesLisp
2020-02-14query_cache: Add a recursive mutex for concurrent usageReinUsesLisp
2020-02-14vk_query_cache: Implement generic query cache on VulkanReinUsesLisp
2020-02-14query_cache: Abstract OpenGL implementationReinUsesLisp