index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
textures
/
texture.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
video_core: Removed AF for all mip modes option as it's default now
Wollnashorn
2023-06-17
1
-5
/
+3
*
video_core: Fallback to default anisotropy instead to 1x anisotropy
Wollnashorn
2023-06-15
1
-2
/
+2
*
video_core: Add per-image anisotropy heuristics (format & mip count)
Wollnashorn
2023-06-15
1
-5
/
+7
*
video_core: Apply AF only to samplers with normal LOD range [0, 1+x]
Wollnashorn
2023-06-14
1
-4
/
+6
*
video_core: Fix default anisotropic heuristic
Wollnashorn
2023-06-14
1
-4
/
+4
*
video_core: Never apply AF to None mipmap mode
Wollnashorn
2023-06-14
1
-3
/
+4
*
video_core: Disable anisotropic filtering for samplers with depth compare
Wollnashorn
2023-06-13
1
-2
/
+3
*
video_core: Option to apply anisotropic filtering for all mipmap modes
Wollnashorn
2023-06-13
1
-1
/
+2
*
Disable SRGB border color conversion for now, to fix shadows in Xenoblade.
Kelebek1
2023-03-17
1
-6
/
+8
*
video_core: fix off by one in anisotropic filtering amount
Liam
2022-12-11
1
-1
/
+2
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
video_core: Reduce unused includes
ameerj
2022-03-19
1
-1
/
+0
*
TextureCache: Fix Automatic Anisotropic.
Fernando Sahmkow
2021-11-17
1
-6
/
+5
*
TextureCache: Add automatic anisotropic filtering and refactor code.
Fernando Sahmkow
2021-11-16
1
-1
/
+14
*
TextureCache: Make a better Anisotropic setter.
Fernando Sahmkow
2021-11-16
1
-18
/
+1
*
common: Move settings to common from core.
bunnei
2021-04-15
1
-1
/
+1
*
video_core: Rewrite the texture cache
ReinUsesLisp
2020-12-30
1
-2
/
+14
*
configuration: implement per-game configurations (#4098)
lat9nq
2020-07-10
1
-1
/
+1
*
video_core/textures: Move GetMaxAnisotropy to cpp file
ReinUsesLisp
2020-04-08
1
-0
/
+22
*
video_core/texture: Use a LUT to convert sRGB texture borders
ReinUsesLisp
2020-04-08
1
-0
/
+58