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

Author: Samuel Pitoiset <samuel.pitoi...@gmail.com>
Date:   Wed Nov 22 18:40:32 2023 +0100

radv: set radv_invariant_geom=true for War Thunder

War Thunder has native Vulkan support.

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10186
Cc: mesa-stable
Signed-off-by: Samuel Pitoiset <samuel.pitoi...@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26334>

---

 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 45b571ba0ac..b13d92f84ce 100644
--- a/src/util/00-radv-defaults.conf
+++ b/src/util/00-radv-defaults.conf
@@ -144,6 +144,10 @@ Application bugs worked around in this file:
             <option name="radv_rt_wave64" value="true" />
         </application>
 
+        <application name="War Thunder" executable="aces">
+            <option name="radv_invariant_geom" value="true"/>
+        </application>
+
         <!-- OpenGL Game workarounds (zink) -->
         <application name="Black Geyser: Couriers of Darkness" 
executable="BlackGeyser.x86_64">
             <option name="radv_zero_vram" value="true" />

Reply via email to