index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
shader_cache.h
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-01-18
Core: Clang format and other small issues.
Fernando Sahmkow
2024-01-18
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2023-08-03
Fix shader dumps with nvdisasm
Kelebek1
2023-06-28
Memory Tracking: Optimize tracking to only use atomic writes when contested w...
Fernando Sahmkow
2022-11-22
general: fix compile for Apple Clang
Liam
2022-10-06
VideoCore: implement channels on gpu caches.
Fernando Sahmkow
2022-08-19
code: dodge PAGE_SIZE #define
Kyle Kienapfel
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-02-01
video_core/shader_cache: Remove unused algorithm include
Lioncash
2022-02-01
video_core/shader_cache: Take std::span in RemoveShadersFromStorage()
Lioncash
2021-07-22
shader: Initial OpenGL implementation
ReinUsesLisp
2021-07-22
shader: Move pipeline cache logic to separate files
ReinUsesLisp
2020-07-14
shader_cache: Make use of std::erase_if
Lioncash
2020-07-01
shader_cache: Fix use-after-free and orphan invalidation cache entries
ReinUsesLisp
2020-06-18
Rename PAGE_SHIFT to PAGE_BITS
MerryMage
2020-06-07
shader_cache: Implement a generic shader cache
ReinUsesLisp