index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
query_cache.h
Age
Commit message (
Expand
)
Author
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-19
video_core: Reduce unused includes
ameerj
2022-03-18
general: Reduce core.h includes
ameerj
2021-10-16
Merge pull request #7077 from FernandoS27/face-down
Ameer J
2021-10-03
gpu: Migrate implementation to the cpp file
ameerj
2021-09-24
QueryCache: Flush queries in order of running.
Fernando Sahmkow
2021-04-14
common: Move settings to common from core.
bunnei
2021-04-12
query_cache: Make use of std::erase_if
Lioncash
2020-12-05
video_core: Resolve more variable shadowing scenarios pt.3
Lioncash
2020-09-19
renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphore
ReinUsesLisp
2020-09-06
video_core: Remove all Core::System references in renderer
ReinUsesLisp
2020-07-09
configuration: implement per-game configurations (#4098)
lat9nq
2020-06-18
Rename PAGE_SHIFT to PAGE_BITS
MerryMage
2020-04-22
Address Feedback.
Fernando Sahmkow
2020-04-22
QueryCache: Only do async flushes on async gpu.
Fernando Sahmkow
2020-04-22
QueryCache: Implement Async Flushes.
Fernando Sahmkow
2020-04-06
Clang Format.
Fernando Sahmkow
2020-04-06
Query Cache: Use VAddr instead of physical memory for adressing.
Fernando Sahmkow
2020-02-14
query_cache: Address feedback
ReinUsesLisp
2020-02-14
query_cache: Fix ambiguity in CacheAddr getter
ReinUsesLisp
2020-02-14
query_cache: Add a recursive mutex for concurrent usage
ReinUsesLisp
2020-02-14
vk_query_cache: Implement generic query cache on Vulkan
ReinUsesLisp
2020-02-14
query_cache: Abstract OpenGL implementation
ReinUsesLisp