summaryrefslogtreecommitdiff
path: root/src/video_core/shader_cache.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* video_core/shader_cache: Remove unused algorithm includeGravatar Lioncash2022-02-011-1/+0
* video_core/shader_cache: Take std::span in RemoveShadersFromStorage()Gravatar Lioncash2022-02-011-1/+1
* shader: Initial OpenGL implementationGravatar ReinUsesLisp2021-07-221-2/+21
* shader: Move pipeline cache logic to separate filesGravatar ReinUsesLisp2021-07-221-148/+50
* shader_cache: Make use of std::erase_ifGravatar Lioncash2020-07-141-2/+2
* shader_cache: Fix use-after-free and orphan invalidation cache entriesGravatar ReinUsesLisp2020-07-011-29/+41
* Rename PAGE_SHIFT to PAGE_BITSGravatar MerryMage2020-06-181-5/+5
* shader_cache: Implement a generic shader cacheGravatar ReinUsesLisp2020-06-071-0/+228