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
*
Query Cachge: Fully rework Vulkan's query cache
Fernando Sahmkow
2023-09-23
1
-3
/
+10
*
Fixes and workarounds to make UBSan happier on macOS
comex
2023-07-15
1
-1
/
+3
*
Query cache: stop updating pages as it's not affected by cpu writes
Fernando Sahmkow
2023-05-07
1
-2
/
+0
*
QueryCache: Fix write invalidation.
Fernando Sahmkow
2023-04-28
1
-6
/
+12
*
Clang format and ddress feedback
Fernando Sahmkow
2023-04-24
1
-13
/
+26
*
QueryCache: rework async downloads.
Fernando Sahmkow
2023-04-23
1
-28
/
+94
*
Fence Manager: implement async fence management in a sepparate thread.
Fernando Sahmkow
2023-04-23
1
-1
/
+5
*
general: fix spelling mistakes
Liam
2023-03-12
1
-1
/
+1
*
Update 3D regs
Kelebek1
2022-10-07
1
-1
/
+1
*
state_tracker: workaround channel setup for homebrew
Liam
2022-10-06
1
-2
/
+4
*
VideoCore: implement channels on gpu caches.
Fernando Sahmkow
2022-10-06
1
-11
/
+7
*
code: dodge PAGE_SIZE #define
Kyle Kienapfel
2022-08-20
1
-6
/
+6
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
video_core: Reduce unused includes
ameerj
2022-03-19
1
-1
/
+0
*
general: Reduce core.h includes
ameerj
2022-03-18
1
-1
/
+0
*
Merge pull request #7077 from FernandoS27/face-down
Ameer J
2021-10-17
1
-4
/
+4
|
\
|
*
QueryCache: Flush queries in order of running.
Fernando Sahmkow
2021-09-24
1
-4
/
+4
*
|
gpu: Migrate implementation to the cpp file
ameerj
2021-10-03
1
-0
/
+1
|
/
*
common: Move settings to common from core.
bunnei
2021-04-15
1
-1
/
+1
*
query_cache: Make use of std::erase_if
Lioncash
2021-04-12
1
-5
/
+4
*
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