Mesa (master): drirc: add a workaround for ARMA 3

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Oct 4 05:02:36 UTC 2018


Module: Mesa
Branch: master
Commit: 8e0b4cb8a1fcb1572be8eca16a806520aac08a61
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e0b4cb8a1fcb1572be8eca16a806520aac08a61

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Thu Oct  4 00:55:52 2018 -0400

drirc: add a workaround for ARMA 3

Cc: 18.2 <mesa-stable at lists.freedesktop.org>

---

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

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index ca69dd164f..a937c46d05 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -202,6 +202,10 @@ TODO: document the other workarounds.
             <option name="force_compat_profile" value="true" />
         </application>
 
+        <application name="ARMA 3" executable="arma3.x86_64">
+            <option name="glsl_correct_derivatives_after_discard" value="true"/>
+        </application>
+
         <!-- The GL thread whitelist is below, workarounds are above.
              Keep it that way. -->
 




More information about the mesa-commit mailing list