summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader_cache.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-19Core: Clang format and other small issues.Fernando Sahmkow1-1/+1
2024-01-19SMMU: Initial adaptation to video_core.Fernando Sahmkow1-2/+3
2023-08-03Fix shader dumps with nvdisasmKelebek11-1/+1
2023-06-28Memory Tracking: Optimize tracking to only use atomic writes when contested with the host GPUFernando Sahmkow1-1/+1
2022-11-23general: fix compile for Apple ClangLiam1-0/+1
2022-10-06VideoCore: implement channels on gpu caches.Fernando Sahmkow1-8/+7
2022-08-20code: dodge PAGE_SIZE #defineKyle Kienapfel1-2/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-02-01video_core/shader_cache: Remove unused algorithm includeLioncash1-1/+0
2022-02-01video_core/shader_cache: Take std::span in RemoveShadersFromStorage()Lioncash1-1/+1
2021-07-23shader: Initial OpenGL implementationReinUsesLisp1-2/+21
2021-07-23shader: Move pipeline cache logic to separate filesReinUsesLisp1-148/+50
2020-07-14shader_cache: Make use of std::erase_ifLioncash1-2/+2
2020-07-01shader_cache: Fix use-after-free and orphan invalidation cache entriesReinUsesLisp1-29/+41
2020-06-18Rename PAGE_SHIFT to PAGE_BITSMerryMage1-5/+5
2020-06-07shader_cache: Implement a generic shader cacheReinUsesLisp1-0/+228