summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache/surface_base.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_core: Resolve -Wreorder warningsLioncash2019-07-191-3/+2
* Texture_Cache: Correct Linear Structural Match.Fernando Sahmkow2019-07-141-3/+6
* texture_cache/surface_base: Address feedbackReinUsesLisp2019-06-241-0/+4
* texture_cache: Style and CorrectionsFernando Sahmkow2019-06-211-1/+1
* texture_cache: Implement Irregular Views in surfacesFernando Sahmkow2019-06-211-0/+3
* texture_cache: move some large methods to cpp filesFernando Sahmkow2019-06-211-0/+103
* texture_cache: Handle uncontinuous surfaces.Fernando Sahmkow2019-06-211-8/+39
* texture_cache: loose TryReconstructSurface when accurate GPU is not on.Fernando Sahmkow2019-06-211-1/+1
* texture_cache: General FixesFernando Sahmkow2019-06-211-3/+15
* video_core: Use un-shifted block sizes to avoid integer divisionsReinUsesLisp2019-06-211-2/+1
* Reduce amount of size calculations.Fernando Sahmkow2019-06-211-7/+15
* texture_cache: Implement guest flushingFernando Sahmkow2019-06-211-8/+11
* surface_base: Silence truncation warnings and minor renames and reorderingReinUsesLisp2019-06-211-16/+18
* Change texture_cache chaching from GPUAddr to CacheAddrFernando Sahmkow2019-06-211-2/+3
* Correct Surface Base and Views for new Texture CacheFernando Sahmkow2019-06-211-46/+62
* texture_cache: Remove execution context copies from the texture cacheReinUsesLisp2019-06-211-4/+4
* texture_cache: Split texture cache into different filesReinUsesLisp2019-06-211-0/+118