Mesa (master): drirc: whitelist glthread for American Truck Simulator

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


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

Author: Petr Sebor <petr at scssoft.com>
Date:   Tue Jul 11 12:08:46 2017 +0200

drirc: whitelist glthread for American Truck Simulator

---

 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 47975c7399..d7745e4384 100644
--- a/src/mesa/drivers/dri/common/drirc
+++ b/src/mesa/drivers/dri/common/drirc
@@ -181,6 +181,9 @@ TODO: document the other workarounds.
         <application name="The Witcher 2" executable="witcher2">
             <option name="mesa_glthread" value="true"/>
         </application>
+        <application name="American Truck Simulator" executable="amtrucks">
+            <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