summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-21texture_cache: Split texture cache into different filesReinUsesLisp1-750/+0
2019-06-21texture_cache: Move staging buffer into a generic implementationReinUsesLisp1-67/+94
2019-06-21texture_cache: Flush 3D textures in the order they are drawnReinUsesLisp1-10/+30
2019-06-21gl_texture_cache: Minor changesReinUsesLisp1-77/+98
2019-06-21gl_texture_cache: Initial implementationReinUsesLisp1-0/+96
2019-03-22video_core: Implement API agnostic view based texture cacheReinUsesLisp1-0/+586