Module: Mesa Branch: master Commit: 8e0b4cb8a1fcb1572be8eca16a806520aac08a61 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e0b4cb8a1fcb1572be8eca16a806520aac08a61
Author: Marek Olšák <[email protected]> Date: Thu Oct 4 00:55:52 2018 -0400 drirc: add a workaround for ARMA 3 Cc: 18.2 <[email protected]> --- 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. --> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
