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
/
renderer_opengl
/
gl_query_cache.h
Age
Commit message (
Expand
)
Author
2024-01-18
Core: Clang format and other small issues.
Fernando Sahmkow
2024-01-18
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2023-09-23
Query Cachge: Fully rework Vulkan's query cache
Fernando Sahmkow
2023-04-23
QueryCache: rework async downloads.
Fernando Sahmkow
2022-10-06
VideoCore: implement channels on gpu caches.
Fernando Sahmkow
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2020-12-05
video_core: Resolve more variable shadowing scenarios pt.3
Lioncash
2020-12-04
video_core: Resolve more variable shadowing scenarios
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-02-14
query_cache: Address feedback
ReinUsesLisp
2020-02-14
vk_query_cache: Implement generic query cache on Vulkan
ReinUsesLisp
2020-02-14
query_cache: Abstract OpenGL implementation
ReinUsesLisp
2020-02-14
gl_query_cache: Optimize query cache
ReinUsesLisp
2020-02-14
gl_query_cache: Implement host queries using a deferred cache
ReinUsesLisp
2020-02-14
maxwell_3d: Slow implementation of passed samples (query 21)
ReinUsesLisp