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.cpp
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-12-17
Revert "video_core: use interval map for page count tracking"
liamwhite
2023-12-14
video_core: use interval map for page count tracking
Liam
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
2023-06-22
Remove memory allocations in some hot paths
Kelebek1
2023-05-02
Fix code resize to use word size rather than byte size
Kelebek1
2022-10-07
Update 3D regs
Kelebek1
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-04-07
video_core: Replace lock_guard with scoped_lock
Merry
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