summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache/image_base.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-24texture_cache: process aliases and overlaps in the correct orderFernando Sahmkow1-3/+4
2022-10-06ImageBase: Basic fixes.Fernando Sahmkow1-8/+5
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-11-16Texture Cache: fix memory managment and optimize scaled downloads, uploads.Fernando Sahmkow1-1/+1
2021-11-16Texture Cache: Fix downscaling and correct memory comsumption.Fernando Sahmkow1-2/+2
2021-11-16texture_cache: Fix infinitely recursive ImageCanRescale checkameerj1-0/+2
2021-11-16texture_cache: Simplify image view queries and blacklistingReinUsesLisp1-0/+2
2021-11-16Texture Cache: Implement Rating System.Fernando Sahmkow1-3/+3
2021-07-04Texture Cache: Initial Implementation of Sparse Textures.Fernando Sahmkow1-0/+3
2021-06-28video_core: Silence signed/unsigned mismatch warningsMorph1-1/+1
2021-06-16Reaper: Tune it up to be an smart GC.Fernando Sahmkow1-0/+20
2021-06-16Initial Reaper SetupReinUsesLisp1-0/+17
2021-03-04texture_cache: Blacklist BGRA8 copies and views on OpenGLameerj1-2/+3
2021-01-04gl_texture_cache: Avoid format views on Intel and AMDReinUsesLisp1-1/+3
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp1-0/+216