summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* texture_cache: Move staging buffer into a generic implementationReinUsesLisp2019-06-211-67/+94
* texture_cache: Flush 3D textures in the order they are drawnReinUsesLisp2019-06-211-10/+30
* gl_texture_cache: Minor changesReinUsesLisp2019-06-211-77/+98
* gl_texture_cache: Initial implementationReinUsesLisp2019-06-211-0/+96
* video_core: Implement API agnostic view based texture cacheReinUsesLisp2019-03-221-0/+586