Module: Mesa Branch: master Commit: a7617a49fbde2fcfccdab22886aeabdbf8abb8e4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a7617a49fbde2fcfccdab22886aeabdbf8abb8e4
Author: Marek Olšák <[email protected]> Date: Wed Jul 26 15:21:45 2017 +0200 drirc: whitelist glthread for Mount and Blade Warband From 25-26 min fps to 31, used the game in conjuction with a mod (full invasion 2) beaumaris castle map and 200 bots. --- src/mesa/drivers/dri/common/drirc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mesa/drivers/dri/common/drirc b/src/mesa/drivers/dri/common/drirc index 30ac9c839b..5ce0308d0d 100644 --- a/src/mesa/drivers/dri/common/drirc +++ b/src/mesa/drivers/dri/common/drirc @@ -205,6 +205,9 @@ TODO: document the other workarounds. <application name="War Thunder (Wine)" executable="aces.exe"> <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
