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

Author: Kamil Páral <[email protected]>
Date:   Fri Sep 22 23:31:08 2017 +0200

drirc: whitelist glthread for Outlast

FPS increase 10-20% in starting locations on Core i5-4570 +
Radeon R9 270.

---

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

diff --git a/src/util/drirc b/src/util/drirc
index 145467bac4..0bedeef9a3 100644
--- a/src/util/drirc
+++ b/src/util/drirc
@@ -220,6 +220,9 @@ TODO: document the other workarounds.
         <application name="War Thunder (Wine)" executable="aces.exe">
             <option name="mesa_glthread" value="true"/>
         </application>
+        <application name="Outlast" executable="OLGame.x86_64">
+            <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