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
/
renderer_opengl
/
gl_query_cache.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Core: Clang format and other small issues.
Fernando Sahmkow
2024-01-19
1
-1
/
+2
*
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2024-01-19
1
-2
/
+2
*
OpenGL: Add GL_PRIMITIVES_GENERATED and GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN queries
Ameer J
2023-12-19
1
-6
/
+17
*
Query Cachge: Fully rework Vulkan's query cache
Fernando Sahmkow
2023-09-23
1
-1
/
+1
*
QueryCache: rework async downloads.
Fernando Sahmkow
2023-04-23
1
-5
/
+7
*
VideoCore: implement channels on gpu caches.
Fernando Sahmkow
2022-10-06
1
-3
/
+2
*
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
-3
/
+0
*
video_core: Resolve more variable shadowing scenarios pt.3
Lioncash
2020-12-05
1
-12
/
+11
*
video_core: Resolve more variable shadowing scenarios
Lioncash
2020-12-04
1
-7
/
+8
*
renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphore
ReinUsesLisp
2020-09-19
1
-4
/
+4
*
video_core: Remove all Core::System references in renderer
ReinUsesLisp
2020-09-06
1
-4
/
+5
*
gl_query_cache: Resolve use-after-move in CachedQuery move assignment operator
Lioncash
2020-04-16
1
-1
/
+1
*
vk_query_cache: Implement generic query cache on Vulkan
ReinUsesLisp
2020-02-14
1
-5
/
+6
*
query_cache: Abstract OpenGL implementation
ReinUsesLisp
2020-02-14
1
-240
/
+47
*
gl_query_cache: Optimize query cache
ReinUsesLisp
2020-02-14
1
-53
/
+161
*
gl_query_cache: Implement host queries using a deferred cache
ReinUsesLisp
2020-02-14
1
-28
/
+173
*
maxwell_3d: Slow implementation of passed samples (query 21)
ReinUsesLisp
2020-02-14
1
-0
/
+59