summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache/surface_params.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-21texture_cache: General FixesFernando Sahmkow1-22/+30
2019-06-21surface_params: Ensure pitch is always written to avoid surface leaksReinUsesLisp1-0/+2
2019-06-21surface_params: Optimize CreateForTextureReinUsesLisp1-2/+4
2019-06-21texture_cache: Optimize GetMipBlockHeight and GetMipBlockDepthFernando Sahmkow1-13/+6
2019-06-21video_core: Use un-shifted block sizes to avoid integer divisionsReinUsesLisp1-19/+20
2019-06-21Reduce amount of size calculations.Fernando Sahmkow1-30/+1
2019-06-21Correct Surface Base and Views for new Texture CacheFernando Sahmkow1-135/+75
2019-06-21texture_cache: Split texture cache into different filesReinUsesLisp1-122/+4
2019-06-21texture_cache: Move staging buffer into a generic implementationReinUsesLisp1-1/+109
2019-06-21texture_cache: Flush 3D textures in the order they are drawnReinUsesLisp1-4/+7
2019-06-21gl_texture_cache: Minor changesReinUsesLisp1-29/+43
2019-06-21gl_texture_cache: Add copy from multiple overlaps into a single surfaceReinUsesLisp1-1/+1
2019-06-21gl_texture_cache: Add fast copy pathReinUsesLisp1-2/+2
2019-06-21gl_texture_cache: Initial implementationReinUsesLisp1-9/+28
2019-03-22video_core: Implement API agnostic view based texture cacheReinUsesLisp1-0/+386