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

Author: Samuel Pitoiset <[email protected]>
Date:   Tue Oct 10 16:17:43 2023 +0200

radv: enable radv_disable_aniso_single_level=true for Zink too

This seems the default OpenGL behavior as well as DX.

Cc: mesa-stable
Signed-off-by: Samuel Pitoiset <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25642>

---

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

diff --git a/src/util/00-radv-defaults.conf b/src/util/00-radv-defaults.conf
index f928bf7dcc5..df89a791df0 100644
--- a/src/util/00-radv-defaults.conf
+++ b/src/util/00-radv-defaults.conf
@@ -46,6 +46,10 @@ Application bugs worked around in this file:
             <option name="radv_disable_aniso_single_level" value="true" />
         </engine>
 
+        <engine engine_name_match="mesa zink">
+            <option name="radv_disable_aniso_single_level" value="true" />
+        </engine>
+
         <engine engine_name_match="Quantic Dream Engine">
             <option name="radv_zero_vram" value="true" />
             <option name="radv_lower_discard_to_demote" value="true" />

Reply via email to