summaryrefslogtreecommitdiffstats
path: root/src/video_core/textures/texture.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-19video_core: Reduce unused includesameerj1-1/+0
2021-11-17TextureCache: Fix Automatic Anisotropic.Fernando Sahmkow1-6/+5
2021-11-16TextureCache: Add automatic anisotropic filtering and refactor code.Fernando Sahmkow1-1/+14
2021-11-16TextureCache: Make a better Anisotropic setter.Fernando Sahmkow1-18/+1
2021-04-15common: Move settings to common from core.bunnei1-1/+1
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp1-2/+14
2020-07-10configuration: implement per-game configurations (#4098)lat9nq1-1/+1
2020-04-08video_core/textures: Move GetMaxAnisotropy to cpp fileReinUsesLisp1-0/+22
2020-04-08video_core/texture: Use a LUT to convert sRGB texture bordersReinUsesLisp1-0/+58