aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/texture_cache/surface_base.cpp
AgeCommit message (Expand)Author
2020-12-05video_core: Resolve more variable shadowing scenarios pt.3Lioncash
2020-12-05video_core: Resolve more variable shadowing scenarios pt.2Lioncash
2020-09-22General: Make use of std::nullopt where applicableLioncash
2020-07-13video_core: Rearrange pixel format namesReinUsesLisp
2020-06-22TextureCache: Fix case where layer goes off bound.Fernando Sahmkow
2020-06-08texture_cache: Implement rendering to 3D texturesReinUsesLisp
2020-04-15Texture Cache: Read current data when flushing a 3D segment.Fernando Sahmkow
2020-04-06Texture Cache: Use vAddr instead of physical memory for caching.Fernando Sahmkow
2020-04-01video_core: Use native ASTC when availableReinUsesLisp
2020-02-16surface_base: Implement texture buffer flushesReinUsesLisp
2020-01-26texture_cache/surface_base: Fix layered break downReinUsesLisp
2019-10-15common: Rename binary_find.h to algorithm.hLioncash
2019-07-18video_core: Resolve -Wreorder warningsLioncash
2019-07-14Texture_Cache: Correct Linear Structural Match.Fernando Sahmkow
2019-06-24texture_cache/surface_base: Address feedbackReinUsesLisp
2019-06-20texture_cache: Style and CorrectionsFernando Sahmkow
2019-06-20texture_cache: Implement Irregular Views in surfacesFernando Sahmkow
2019-06-20texture_cache: move some large methods to cpp filesFernando Sahmkow
2019-06-20texture_cache: Handle uncontinuous surfaces.Fernando Sahmkow
2019-06-20texture_cache: loose TryReconstructSurface when accurate GPU is not on.Fernando Sahmkow
2019-06-20texture_cache: General FixesFernando Sahmkow
2019-06-20video_core: Use un-shifted block sizes to avoid integer divisionsReinUsesLisp
2019-06-20Reduce amount of size calculations.Fernando Sahmkow
2019-06-20texture_cache: Implement guest flushingFernando Sahmkow
2019-06-20surface_base: Silence truncation warnings and minor renames and reorderingReinUsesLisp
2019-06-20Change texture_cache chaching from GPUAddr to CacheAddrFernando Sahmkow
2019-06-20Correct Surface Base and Views for new Texture CacheFernando Sahmkow
2019-06-20texture_cache: Remove execution context copies from the texture cacheReinUsesLisp
2019-06-20texture_cache: Split texture cache into different filesReinUsesLisp