Module: Mesa Branch: master Commit: 34d587abc22e6f6a43c2887efd9832f487e33dc9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=34d587abc22e6f6a43c2887efd9832f487e33dc9
Author: Samuel Pitoiset <[email protected]> Date: Tue Feb 14 16:18:25 2017 +0100 drirc: add allow_higher_compat_version for Worms WMD v2: s/force_compat_profile/allow_higher_compat_version Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Marek Olšák <[email protected]> Reviewed-by: Edmondo Tommasina <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]> --- src/mesa/drivers/dri/common/drirc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mesa/drivers/dri/common/drirc b/src/mesa/drivers/dri/common/drirc index 20fd812..ec6a6ff 100644 --- a/src/mesa/drivers/dri/common/drirc +++ b/src/mesa/drivers/dri/common/drirc @@ -104,5 +104,9 @@ TODO: document the other workarounds. <application name="Divinity: Original Sin Enhanced Edition" executable="EoCApp"> <option name="allow_glsl_extension_directive_midshader" value="true" /> </application> + + <application name="Worms W.M.D" executable="Worms W.M.Dx64"> + <option name="allow_higher_compat_version" value="true" /> + </application> </device> </driconf> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
