summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache/surface_base.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_core: Rewrite the texture cacheReinUsesLisp2020-12-301-299/+0
* video_core: Resolve more variable shadowing scenarios pt.3Lioncash2020-12-051-4/+4
* video_core: Resolve more variable shadowing scenarios pt.2Lioncash2020-12-051-13/+14
* General: Make use of std::nullopt where applicableLioncash2020-09-221-3/+7
* video_core: Rearrange pixel format namesReinUsesLisp2020-07-131-1/+1
* TextureCache: Fix case where layer goes off bound.Fernando Sahmkow2020-06-221-0/+3
* texture_cache: Implement rendering to 3D texturesReinUsesLisp2020-06-081-4/+3
* Texture Cache: Read current data when flushing a 3D segment.Fernando Sahmkow2020-04-151-0/+6
* Texture Cache: Use vAddr instead of physical memory for caching.Fernando Sahmkow2020-04-061-32/+10
* video_core: Use native ASTC when availableReinUsesLisp2020-04-011-19/+20
* surface_base: Implement texture buffer flushesReinUsesLisp2020-02-161-0/+4
* texture_cache/surface_base: Fix layered break downReinUsesLisp2020-01-271-1/+1
* common: Rename binary_find.h to algorithm.hLioncash2019-10-151-0/+1
* 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