Mesa (master): drirc: whitelist glthread for The Witcher 2

Marek Olšák mareko at kemper.freedesktop.org
Fri Jul 14 21:42:40 UTC 2017


Module: Mesa
Branch: master
Commit: 952f21bc1e712efca6ec012a9374d581d8869863
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=952f21bc1e712efca6ec012a9374d581d8869863

Author: Edmondo Tommasina <edmondo.tommasina at gmail.com>
Date:   Mon Jul 10 21:12:11 2017 +0200

drirc: whitelist glthread for The Witcher 2

Performance delta on AMD Phenom II X3 720 / RX 470

    The Witcher 2: +18%

Signed-off-by: Marek Olšák <marek.olsak at amd.com>

---

 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 418e159e81..47975c7399 100644
--- a/src/mesa/drivers/dri/common/drirc
+++ b/src/mesa/drivers/dri/common/drirc
@@ -178,6 +178,9 @@ TODO: document the other workarounds.
         <application name="Civilization 5" executable="Civ5XP">
             <option name="mesa_glthread" value="true"/>
         </application>
+        <application name="The Witcher 2" executable="witcher2">
+            <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">




More information about the mesa-commit mailing list