Module: Mesa Branch: master Commit: a5b9394b8758e2869c4074f7e2682b6e16b9697a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a5b9394b8758e2869c4074f7e2682b6e16b9697a
Author: Timothy Arceri <[email protected]> Date: Fri Aug 2 15:17:16 2019 +1000 drirc: Add vendor workaround for Divinity: Original Sin EE Reviewed-by: Marek Olšák <[email protected]> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93551 --- src/util/00-mesa-defaults.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index 34a7993a314..375eb4e0650 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -147,6 +147,7 @@ TODO: document the other workarounds. <application name="Divinity: Original Sin Enhanced Edition" executable="EoCApp"> <option name="allow_glsl_extension_directive_midshader" value="true" /> <option name="glsl_correct_derivatives_after_discard" value="true" /> + <option name="force_gl_vendor" value="ATI Technologies, Inc."/> </application> <application name="Metro 2033 Redux / Metro Last Night Redux" executable="metro"> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
