summaryrefslogtreecommitdiff
path: root/src/video_core/shader_cache.h
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-01-18Core: Clang format and other small issues.Fernando Sahmkow
2024-01-18SMMU: Initial adaptation to video_core.Fernando Sahmkow
2023-08-03Fix shader dumps with nvdisasmKelebek1
2023-06-28Memory Tracking: Optimize tracking to only use atomic writes when contested w...Fernando Sahmkow
2022-11-22general: fix compile for Apple ClangLiam
2022-10-06VideoCore: implement channels on gpu caches.Fernando Sahmkow
2022-08-19code: dodge PAGE_SIZE #defineKyle Kienapfel
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-02-01video_core/shader_cache: Remove unused algorithm includeLioncash
2022-02-01video_core/shader_cache: Take std::span in RemoveShadersFromStorage()Lioncash
2021-07-22shader: Initial OpenGL implementationReinUsesLisp
2021-07-22shader: Move pipeline cache logic to separate filesReinUsesLisp
2020-07-14shader_cache: Make use of std::erase_ifLioncash
2020-07-01shader_cache: Fix use-after-free and orphan invalidation cache entriesReinUsesLisp
2020-06-18Rename PAGE_SHIFT to PAGE_BITSMerryMage
2020-06-07shader_cache: Implement a generic shader cacheReinUsesLisp