On 09/14/2017 09:03 PM, Marek Olšák wrote:
Module: Mesa Branch: master Commit: 7ffd4d2a6670ccefd4d697954a1ac67b5839da7d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ffd4d2a6670ccefd4d697954a1ac67b5839da7d Author: Christoph Berliner <caberli...@gmail.com> Date: Thu Sep 14 21:01:04 2017 +0200 drirc: enable glthread for more games (Civ5, CivBE, Dreamfall, Hitman, SR3)
I didn't see any differences last time I tried glthread with SR3. What about Hitman, do you see real performance improvements?
Signed-off-by: Marek Olšák <marek.ol...@amd.com> --- src/util/drirc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/util/drirc b/src/util/drirc index 30ac9c839b..145467bac4 100644 --- a/src/util/drirc +++ b/src/util/drirc @@ -178,6 +178,21 @@ TODO: document the other workarounds. <application name="Civilization 5" executable="Civ5XP"> <option name="mesa_glthread" value="true"/> </application> + <application name="Dreamfall Chapters" executable="Dreamfall Chapters"> + <option name="mesa_glthread" value="true"/> + </application> + <application name="Hitman" executable="HitmanPro"> + <option name="mesa_glthread" value="true"/> + </application> + <application name="Renowned Explorers: International Society" executable="abbeycore_steam"> + <option name="mesa_glthread" value="true"/> + </application> + <application name="Saints Row: The Third" executable="SaintsRow3.i386"> + <option name="mesa_glthread" value="true"/> + </application> + <application name="Sid Meier's: Civilization Beyond Earth" executable="CivBE"> + <option name="mesa_glthread" value="true"/> + </application> <application name="The Witcher 2" executable="witcher2"> <option name="mesa_glthread" value="true"/> </application> _______________________________________________ mesa-commit mailing list mesa-com...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-commit
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev