summaryrefslogtreecommitdiffstats
path: root/src/video_core/query_cache.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-05video_core: Resolve more variable shadowing scenarios pt.3Lioncash1-4/+4
2020-09-19renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphoreReinUsesLisp1-5/+1
2020-09-06video_core: Remove all Core::System references in rendererReinUsesLisp1-15/+16
2020-07-10configuration: implement per-game configurations (#4098)lat9nq1-1/+1
2020-06-18Rename PAGE_SHIFT to PAGE_BITSMerryMage1-5/+5
2020-04-22Address Feedback.Fernando Sahmkow1-23/+16
2020-04-22QueryCache: Only do async flushes on async gpu.Fernando Sahmkow1-1/+4
2020-04-22QueryCache: Implement Async Flushes.Fernando Sahmkow1-0/+50
2020-04-06Clang Format.Fernando Sahmkow1-6/+3
2020-04-06Query Cache: Use VAddr instead of physical memory for adressing.Fernando Sahmkow1-18/+18
2020-02-14query_cache: Address feedbackReinUsesLisp1-16/+16
2020-02-14query_cache: Fix ambiguity in CacheAddr getterReinUsesLisp1-4/+5
2020-02-14query_cache: Add a recursive mutex for concurrent usageReinUsesLisp1-0/+6
2020-02-14vk_query_cache: Implement generic query cache on VulkanReinUsesLisp1-4/+33
2020-02-14query_cache: Abstract OpenGL implementationReinUsesLisp1-0/+323