diff options
author | Christoph Berliner <caberliner@gmail.com> | 2017-09-14 21:01:04 +0200 |
---|---|---|
committer | Marek Olšák <marek.olsak@amd.com> | 2017-09-14 21:02:36 +0200 |
commit | 7ffd4d2a6670ccefd4d697954a1ac67b5839da7d (patch) | |
tree | 009a551c6949fbf57c577b0d6bb93f2e54e02dcb | |
parent | 98141366f907ee35c8436eee8fd2d6fa56759bf8 (diff) | |
download | mesa-7ffd4d2a6670ccefd4d697954a1ac67b5839da7d.tar.gz |
drirc: enable glthread for more games (Civ5, CivBE, Dreamfall, Hitman, SR3)
Signed-off-by: Marek Olšák <marek.olsak@amd.com>
-rw-r--r-- | src/util/drirc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/util/drirc b/src/util/drirc index 30ac9c839be..145467bac44 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> |