Module: Mesa Branch: master Commit: e159d46fc7c579b40f76ffb400ef1aebd3a59560 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e159d46fc7c579b40f76ffb400ef1aebd3a59560
Author: Marek Olšák <[email protected]> Date: Wed Mar 28 19:59:57 2018 -0400 drirc: whitelist glthread for Medieval II: TW, Carnivores: DHR, Far Cry 2 --- src/util/drirc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/util/drirc b/src/util/drirc index 250cc784b3..c76f1ca438 100644 --- a/src/util/drirc +++ b/src/util/drirc @@ -269,6 +269,21 @@ TODO: document the other workarounds. <application name="Mount and Blade Warband" executable="mb_warband_linux"> <option name="mesa_glthread" value="true"/> </application> + + <!-- around 18% performance increase in min and avg fps, max fps capped at 60fps. --> + <application name="Medieval II: Total War" executable="Medieval2"> + <option name="mesa_glthread" value="true"/> + </application> + + <!-- min fps ~21 ===> ~27 while standing still in game, also higher gpu load. --> + <application name="Carnivores: Dinosaur Hunter Reborn (wine)" executable="Carnivores-master.exe"> + <option name="mesa_glthread" value="true"/> + </application> + + <!-- around 30% increase in avg fps --> + <application name="Far Cry 2 (wine)" executable="farcry2.exe"> + <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
