Module: Mesa Branch: master Commit: 76c6d85cbdbdaa3444bf55c73ebe4646852b2b24 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=76c6d85cbdbdaa3444bf55c73ebe4646852b2b24
Author: Samuel Pitoiset <[email protected]> Date: Tue Feb 14 16:18:26 2017 +0100 drirc: add allow_higher_compat_version for Crookz - The Big Heist 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 ec6a6ff..8be53a6 100644 --- a/src/mesa/drivers/dri/common/drirc +++ b/src/mesa/drivers/dri/common/drirc @@ -108,5 +108,9 @@ TODO: document the other workarounds. <application name="Worms W.M.D" executable="Worms W.M.Dx64"> <option name="allow_higher_compat_version" value="true" /> </application> + + <application name="Crookz - The Big Heist" executable="Crookz"> + <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
