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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-04
VideoCore: Move Slot Vector to Common
Fernando Sahmkow
1
-3
/
+3
2024-01-19
Core: Eliminate core/memory dependancies.
Fernando Sahmkow
1
-1
/
+0
2024-01-19
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
1
-13
/
+16
2023-12-19
OpenGL: Add GL_PRIMITIVES_GENERATED and GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN queries
Ameer J
1
-20
/
+19
2023-09-23
Query Cachge: Fully rework Vulkan's query cache
Fernando Sahmkow
1
-3
/
+10
2023-07-15
Fixes and workarounds to make UBSan happier on macOS
comex
1
-1
/
+3
2023-05-07
Query cache: stop updating pages as it's not affected by cpu writes
Fernando Sahmkow
1
-2
/
+0
2023-04-28
QueryCache: Fix write invalidation.
Fernando Sahmkow
1
-6
/
+12
2023-04-24
Clang format and ddress feedback
Fernando Sahmkow
1
-13
/
+26
2023-04-23
QueryCache: rework async downloads.
Fernando Sahmkow
1
-28
/
+94
2023-04-23
Fence Manager: implement async fence management in a sepparate thread.
Fernando Sahmkow
1
-1
/
+5
2023-03-12
general: fix spelling mistakes
Liam
1
-1
/
+1
2023-02-14
remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
arades79
1
-1
/
+1
2023-02-14
add static lifetime to constexpr values to force compile time evaluation where possible
arades79
1
-1
/
+1
2022-10-07
Update 3D regs
Kelebek1
1
-1
/
+1
2022-10-06
state_tracker: workaround channel setup for homebrew
Liam
1
-2
/
+4
2022-10-06
VideoCore: implement channels on gpu caches.
Fernando Sahmkow
1
-11
/
+7
2022-08-20
code: dodge PAGE_SIZE #define
Kyle Kienapfel
1
-6
/
+6
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2022-03-19
video_core: Reduce unused includes
ameerj
1
-1
/
+0
2022-03-18
general: Reduce core.h includes
ameerj
1
-1
/
+0
2021-10-03
gpu: Migrate implementation to the cpp file
ameerj
1
-0
/
+1
2021-09-24
QueryCache: Flush queries in order of running.
Fernando Sahmkow
1
-4
/
+4
2021-04-15
common: Move settings to common from core.
bunnei
1
-1
/
+1
2021-04-12
query_cache: Make use of std::erase_if
Lioncash
1
-5
/
+4
2020-12-05
video_core: Resolve more variable shadowing scenarios pt.3
Lioncash
1
-4
/
+4
2020-09-19
renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphore
ReinUsesLisp
1
-5
/
+1
2020-09-06
video_core: Remove all Core::System references in renderer
ReinUsesLisp
1
-15
/
+16
2020-07-10
configuration: implement per-game configurations (#4098)
lat9nq
1
-1
/
+1
2020-06-18
Rename PAGE_SHIFT to PAGE_BITS
MerryMage
1
-5
/
+5
2020-04-22
Address Feedback.
Fernando Sahmkow
1
-23
/
+16
2020-04-22
QueryCache: Only do async flushes on async gpu.
Fernando Sahmkow
1
-1
/
+4
2020-04-22
QueryCache: Implement Async Flushes.
Fernando Sahmkow
1
-0
/
+50
2020-04-06
Clang Format.
Fernando Sahmkow
1
-6
/
+3
2020-04-06
Query Cache: Use VAddr instead of physical memory for adressing.
Fernando Sahmkow
1
-18
/
+18
2020-02-14
query_cache: Address feedback
ReinUsesLisp
1
-16
/
+16
2020-02-14
query_cache: Fix ambiguity in CacheAddr getter
ReinUsesLisp
1
-4
/
+5
2020-02-14
query_cache: Add a recursive mutex for concurrent usage
ReinUsesLisp
1
-0
/
+6
2020-02-14
vk_query_cache: Implement generic query cache on Vulkan
ReinUsesLisp
1
-4
/
+33
2020-02-14
query_cache: Abstract OpenGL implementation
ReinUsesLisp
1
-0
/
+323