summaryrefslogtreecommitdiff
path: root/src/video_core/shader_cache.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-18Core: Clang format and other small issues.Gravatar Fernando Sahmkow1-1/+2
2024-01-18SMMU: Initial adaptation to video_core.Gravatar Fernando Sahmkow1-3/+4
2023-12-17Revert "video_core: use interval map for page count tracking"Gravatar liamwhite1-2/+2
2023-12-14video_core: use interval map for page count trackingGravatar Liam1-2/+2
2023-08-03Fix shader dumps with nvdisasmGravatar Kelebek11-0/+5
2023-06-28Memory Tracking: Optimize tracking to only use atomic writes when contested w...Gravatar Fernando Sahmkow1-1/+1
2023-06-22Remove memory allocations in some hot pathsGravatar Kelebek11-3/+1
2023-05-02Fix code resize to use word size rather than byte sizeGravatar Kelebek11-2/+2
2022-10-07Update 3D regsGravatar Kelebek11-6/+6
2022-10-06VideoCore: implement channels on gpu caches.Gravatar Fernando Sahmkow1-18/+15
2022-08-19code: dodge PAGE_SIZE #defineGravatar Kyle Kienapfel1-6/+6
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph1-3/+2
2022-04-07video_core: Replace lock_guard with scoped_lockGravatar Merry1-1/+1
2022-02-01video_core/shader_cache: Take std::span in RemoveShadersFromStorage()Gravatar Lioncash1-2/+2
2021-07-22shader: Initial OpenGL implementationGravatar ReinUsesLisp1-0/+17
2021-07-22shader: Move pipeline cache logic to separate filesGravatar ReinUsesLisp1-0/+233