summaryrefslogtreecommitdiff
path: root/src/video_core/textures/texture.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* configure_graphics_advance: Generate UI at runtimeGravatar lat9nq2023-07-211-2/+2
* video_core: Removed AF for all mip modes option as it's default nowGravatar Wollnashorn2023-06-171-5/+3
* video_core: Fallback to default anisotropy instead to 1x anisotropyGravatar Wollnashorn2023-06-151-2/+2
* video_core: Add per-image anisotropy heuristics (format & mip count)Gravatar Wollnashorn2023-06-151-5/+7
* video_core: Apply AF only to samplers with normal LOD range [0, 1+x]Gravatar Wollnashorn2023-06-141-4/+6
* video_core: Fix default anisotropic heuristicGravatar Wollnashorn2023-06-141-4/+4
* video_core: Never apply AF to None mipmap modeGravatar Wollnashorn2023-06-141-3/+4
* video_core: Disable anisotropic filtering for samplers with depth compareGravatar Wollnashorn2023-06-131-2/+3
* video_core: Option to apply anisotropic filtering for all mipmap modesGravatar Wollnashorn2023-06-131-1/+2
* Disable SRGB border color conversion for now, to fix shadows in Xenoblade.Gravatar Kelebek12023-03-171-6/+8
* video_core: fix off by one in anisotropic filtering amountGravatar Liam2022-12-101-1/+2
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* video_core: Reduce unused includesGravatar ameerj2022-03-191-1/+0
* TextureCache: Fix Automatic Anisotropic.Gravatar Fernando Sahmkow2021-11-171-6/+5
* TextureCache: Add automatic anisotropic filtering and refactor code.Gravatar Fernando Sahmkow2021-11-161-1/+14
* TextureCache: Make a better Anisotropic setter.Gravatar Fernando Sahmkow2021-11-161-18/+1
* common: Move settings to common from core.Gravatar bunnei2021-04-141-1/+1
* video_core: Rewrite the texture cacheGravatar ReinUsesLisp2020-12-301-2/+14
* configuration: implement per-game configurations (#4098)Gravatar lat9nq2020-07-091-1/+1
* video_core/textures: Move GetMaxAnisotropy to cpp fileGravatar ReinUsesLisp2020-04-071-0/+22
* video_core/texture: Use a LUT to convert sRGB texture bordersGravatar ReinUsesLisp2020-04-071-0/+58