[Mesa-dev] [PATCH] drirc: whitelist glthread for The Witcher 2

Edmondo Tommasina edmondo.tommasina at gmail.com
Mon Jul 10 19:12:11 UTC 2017


Performance delta on AMD Phenom II X3 720 / RX 470

    The Witcher 2: +18%
---
 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 69b735ce70..3108451090 100644
--- a/src/mesa/drivers/dri/common/drirc
+++ b/src/mesa/drivers/dri/common/drirc
@@ -175,6 +175,9 @@ TODO: document the other workarounds.
         <application name="Borderlands 2" executable="Borderlands2">
             <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">
-- 
2.11.0



More information about the mesa-dev mailing list