diff options
author | Petr Sebor <[email protected]> | 2017-07-11 12:08:47 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-07-14 23:56:37 +0200 |
commit | b317cc1b3ce6f54a6e6d2fa0ae335a4837956399 (patch) | |
tree | a14bd22d8aed54a754025083cc57c00df99310b3 | |
parent | 483aa3997d58c0f52708311379e303a71e0ff1e9 (diff) |
drirc: whitelist glthread for Euro Truck Simulator 2
-rw-r--r-- | src/mesa/drivers/dri/common/drirc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/common/drirc b/src/mesa/drivers/dri/common/drirc index d7745e43843..83eed44e35a 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"> |