summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache/surface_params.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* texture_cache: General FixesFernando Sahmkow2019-06-211-22/+30
* surface_params: Ensure pitch is always written to avoid surface leaksReinUsesLisp2019-06-211-0/+2
* surface_params: Optimize CreateForTextureReinUsesLisp2019-06-211-2/+4
* texture_cache: Optimize GetMipBlockHeight and GetMipBlockDepthFernando Sahmkow2019-06-211-13/+6
* video_core: Use un-shifted block sizes to avoid integer divisionsReinUsesLisp2019-06-211-19/+20
* Reduce amount of size calculations.Fernando Sahmkow2019-06-211-30/+1
* Correct Surface Base and Views for new Texture CacheFernando Sahmkow2019-06-211-135/+75
* texture_cache: Split texture cache into different filesReinUsesLisp2019-06-211-0/+412