Module: Mesa Branch: master Commit: 8a821fa91c14ad9ba94c5d645b100d3208305d00 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a821fa91c14ad9ba94c5d645b100d3208305d00
Author: Marek Olšák <[email protected]> Date: Wed Jul 26 15:21:45 2017 +0200 drirc: whitelist glthread for Mount and Blade Warband again --- src/util/drirc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/util/drirc b/src/util/drirc index 9d27330036..73d27c07b0 100644 --- a/src/util/drirc +++ b/src/util/drirc @@ -258,6 +258,9 @@ TODO: document the other workarounds. <application name="Spec Ops: The Line (64-bit)" executable="specops"> <option name="mesa_glthread" value="true"/> </application> + <application name="Mount and Blade Warband" executable="mb_warband_linux"> + <option name="mesa_glthread" value="true"/> + </application> </device> <!-- vmwgfx doesn't like full buffer swaps and can't sync to vertical retraces.--> <device driver="vmwgfx"> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
