Mesa (main): radv: enable radv_disable_aniso_single_level for The Evil Within 1&2

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Feb 16 17:21:36 UTC 2022


Module: Mesa
Branch: main
Commit: 80716b6f7e9fe0c93e6a244d23689b0ff81c2927
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=80716b6f7e9fe0c93e6a244d23689b0ff81c2927

Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Date:   Mon Feb 14 10:38:04 2022 +0100

radv: enable radv_disable_aniso_single_level for The Evil Within 1&2

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6033
Fixes: 5ce4017a2bf ("radv,aco: do not disable anisotropy filtering for non-mipmap images")
Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15011>

---

 src/util/00-mesa-defaults.conf | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index 02db93163b9..d965e0ad0f6 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -991,6 +991,14 @@ TODO: document the other workarounds.
         <application name="Battlefield V (DX11/DX12)" application_name_match="bfv.exe">
             <option name="radv_disable_aniso_single_level" value="true" />
         </application>
+
+        <application name="The Evil Within" application_name_match="EvilWithin.exe">
+            <option name="radv_disable_aniso_single_level" value="true" />
+        </application>
+
+        <application name="The Evil Within 2" application_name_match="TEW2.exe">
+            <option name="radv_disable_aniso_single_level" value="true" />
+        </application>
     </device>
 
     <device driver="virtio_gpu">



More information about the mesa-commit mailing list