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
*
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