Mesa (master): drirc: whitelist glthread for Euro Truck Simulator 2

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


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

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

drirc: whitelist glthread for Euro Truck Simulator 2

---

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