summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache/image_base.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ImageBase: Basic fixes.Fernando Sahmkow2022-10-061-8/+5
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* Texture Cache: fix memory managment and optimize scaled downloads, uploads.Fernando Sahmkow2021-11-161-1/+1
* Texture Cache: Fix downscaling and correct memory comsumption.Fernando Sahmkow2021-11-161-2/+2
* texture_cache: Fix infinitely recursive ImageCanRescale checkameerj2021-11-161-0/+2
* texture_cache: Simplify image view queries and blacklistingReinUsesLisp2021-11-161-0/+2
* Texture Cache: Implement Rating System.Fernando Sahmkow2021-11-161-3/+3
* Merge pull request #6497 from FernandoS27/scotty-doesnt-knowbunnei2021-07-071-0/+3
|\
| * Texture Cache: Initial Implementation of Sparse Textures.Fernando Sahmkow2021-07-041-0/+3
* | video_core: Silence signed/unsigned mismatch warningsMorph2021-06-281-1/+1
|/
* Reaper: Tune it up to be an smart GC.Fernando Sahmkow2021-06-161-0/+20
* Initial Reaper SetupReinUsesLisp2021-06-161-0/+17
* texture_cache: Blacklist BGRA8 copies and views on OpenGLameerj2021-03-041-2/+3
* gl_texture_cache: Avoid format views on Intel and AMDReinUsesLisp2021-01-041-1/+3
* video_core: Rewrite the texture cacheReinUsesLisp2020-12-301-0/+216