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
/
shader_cache.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Core: Clang format and other small issues.
Fernando Sahmkow
2024-01-19
1
-1
/
+1
*
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2024-01-19
1
-2
/
+3
*
Fix shader dumps with nvdisasm
Kelebek1
2023-08-03
1
-1
/
+1
*
Memory Tracking: Optimize tracking to only use atomic writes when contested with the host GPU
Fernando Sahmkow
2023-06-28
1
-1
/
+1
*
general: fix compile for Apple Clang
Liam
2022-11-23
1
-0
/
+1
*
VideoCore: implement channels on gpu caches.
Fernando Sahmkow
2022-10-06
1
-8
/
+7
*
code: dodge PAGE_SIZE #define
Kyle Kienapfel
2022-08-20
1
-2
/
+2
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
video_core/shader_cache: Remove unused algorithm include
Lioncash
2022-02-01
1
-1
/
+0
*
video_core/shader_cache: Take std::span in RemoveShadersFromStorage()
Lioncash
2022-02-01
1
-1
/
+1
*
shader: Initial OpenGL implementation
ReinUsesLisp
2021-07-23
1
-2
/
+21
*
shader: Move pipeline cache logic to separate files
ReinUsesLisp
2021-07-23
1
-148
/
+50
*
shader_cache: Make use of std::erase_if
Lioncash
2020-07-14
1
-2
/
+2
*
shader_cache: Fix use-after-free and orphan invalidation cache entries
ReinUsesLisp
2020-07-01
1
-29
/
+41
*
Rename PAGE_SHIFT to PAGE_BITS
MerryMage
2020-06-18
1
-5
/
+5
*
shader_cache: Implement a generic shader cache
ReinUsesLisp
2020-06-07
1
-0
/
+228