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

Author: Marek Olšák <[email protected]>
Date:   Mon Oct  9 15:42:22 2017 +0200

drirc: whitelist glthread for Spec Ops: The Line

On i7 4790k and a 280X, there is a boost of about 10% more FPS.

Nominated by John Ettedgui.

---

 src/util/drirc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/util/drirc b/src/util/drirc
index 700402c630..5ca4a266ec 100644
--- a/src/util/drirc
+++ b/src/util/drirc
@@ -223,6 +223,12 @@ TODO: document the other workarounds.
         <application name="Outlast" executable="OLGame.x86_64">
             <option name="mesa_glthread" value="true"/>
         </application>
+        <application name="Spec Ops: The Line (32-bit)" 
executable="specops.i386">
+            <option name="mesa_glthread" value="true"/>
+        </application>
+        <application name="Spec Ops: The Line (64-bit)" executable="specops">
+            <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">

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to