index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
query_cache.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
video_core: Resolve more variable shadowing scenarios pt.3
Lioncash
2020-12-05
1
-4
/
+4
*
renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphore
ReinUsesLisp
2020-09-19
1
-5
/
+1
*
video_core: Remove all Core::System references in renderer
ReinUsesLisp
2020-09-06
1
-15
/
+16
*
configuration: implement per-game configurations (#4098)
lat9nq
2020-07-10
1
-1
/
+1
*
Rename PAGE_SHIFT to PAGE_BITS
MerryMage
2020-06-18
1
-5
/
+5
*
Address Feedback.
Fernando Sahmkow
2020-04-22
1
-23
/
+16
*
QueryCache: Only do async flushes on async gpu.
Fernando Sahmkow
2020-04-22
1
-1
/
+4
*
QueryCache: Implement Async Flushes.
Fernando Sahmkow
2020-04-22
1
-0
/
+50
*
Clang Format.
Fernando Sahmkow
2020-04-06
1
-6
/
+3
*
Query Cache: Use VAddr instead of physical memory for adressing.
Fernando Sahmkow
2020-04-06
1
-18
/
+18
*
query_cache: Address feedback
ReinUsesLisp
2020-02-14
1
-16
/
+16
*
query_cache: Fix ambiguity in CacheAddr getter
ReinUsesLisp
2020-02-14
1
-4
/
+5
*
query_cache: Add a recursive mutex for concurrent usage
ReinUsesLisp
2020-02-14
1
-0
/
+6
*
vk_query_cache: Implement generic query cache on Vulkan
ReinUsesLisp
2020-02-14
1
-4
/
+33
*
query_cache: Abstract OpenGL implementation
ReinUsesLisp
2020-02-14
1
-0
/
+323