summaryrefslogtreecommitdiffstats
path: root/src/video_core/textures/texture.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* video_core: Reduce unused includesameerj2022-03-191-1/+0
* TextureCache: Fix Automatic Anisotropic.Fernando Sahmkow2021-11-171-6/+5
* TextureCache: Add automatic anisotropic filtering and refactor code.Fernando Sahmkow2021-11-161-1/+14
* TextureCache: Make a better Anisotropic setter.Fernando Sahmkow2021-11-161-18/+1
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* video_core: Rewrite the texture cacheReinUsesLisp2020-12-301-2/+14
* configuration: implement per-game configurations (#4098)lat9nq2020-07-101-1/+1
* video_core/textures: Move GetMaxAnisotropy to cpp fileReinUsesLisp2020-04-081-0/+22
* video_core/texture: Use a LUT to convert sRGB texture bordersReinUsesLisp2020-04-081-0/+58