diff options
Diffstat (limited to 'src/util/00-mesa-defaults.conf')
-rw-r--r-- | src/util/00-mesa-defaults.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index ca69dd164fd..a937c46d052 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. --> |