summaryrefslogtreecommitdiff
path: root/src/video_core/query_cache.h
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-02-04VideoCore: Move Slot Vector to CommonFernando Sahmkow
2024-01-18Core: Eliminate core/memory dependancies.Fernando Sahmkow
2024-01-18SMMU: Initial adaptation to video_core.Fernando Sahmkow
2023-12-19OpenGL: Add GL_PRIMITIVES_GENERATED and GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRIT...Ameer J
2023-09-23Query Cachge: Fully rework Vulkan's query cacheFernando Sahmkow
2023-07-15Fixes and workarounds to make UBSan happier on macOScomex
2023-05-07Query cache: stop updating pages as it's not affected by cpu writesFernando Sahmkow
2023-04-28QueryCache: Fix write invalidation.Fernando Sahmkow
2023-04-24Clang format and ddress feedbackFernando Sahmkow
2023-04-23QueryCache: rework async downloads.Fernando Sahmkow
2023-04-23Fence Manager: implement async fence management in a sepparate thread.Fernando Sahmkow
2023-03-12general: fix spelling mistakesLiam
2022-10-07Update 3D regsKelebek1
2022-10-06state_tracker: workaround channel setup for homebrewLiam
2022-10-06VideoCore: implement channels on gpu caches.Fernando Sahmkow
2022-08-19code: dodge PAGE_SIZE #defineKyle Kienapfel
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