Mesa (master): drirc: enable glthread for Talos Principle

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Nov 21 02:18:05 UTC 2018


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

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Sat Nov 10 01:22:32 2018 -0500

drirc: enable glthread for Talos Principle

Ryzen 1700X, Vega 56, 1600x900, 4xAA: improvement +4.4%

Immediate mode was needed.

Reviewed-by: Timothy Arceri <tarceri at itsqueeze.com>

---

 src/util/00-mesa-defaults.conf | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index a937c46d05..f9d44df164 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -314,6 +314,13 @@ TODO: document the other workarounds.
         <application name="Far Cry 2 (wine)" executable="farcry2.exe">
             <option name="mesa_glthread" value="true"/>
         </application>
+
+        <application name="Talos Principle" executable="Talos">
+            <option name="mesa_glthread" value="true"/>
+        </application>
+        <application name="Talos Principle (Unrestricted)" executable="Talos_Unrestricted">
+            <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