diff options
author | Marek Olšák <[email protected]> | 2018-11-10 01:22:32 -0500 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-11-20 21:17:42 -0500 |
commit | ce7f84eb77df53520d0f72ec19ec9adc4fc6ed4a (patch) | |
tree | 03f73761eeeae596ae3960422f4b297390180a9a /src/util | |
parent | 7f1cac7ba682410214289084dcc272167ca44e6b (diff) |
drirc: enable glthread for Talos Principle
Ryzen 1700X, Vega 56, 1600x900, 4xAA: improvement +4.4%
Immediate mode was needed.
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/00-mesa-defaults.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index a937c46d052..f9d44df1645 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -314,6 +314,13 @@ TODO: document the other workarounds. <application name="Far Cry 2 (wine)" executable="farcry2.exe"> <option name="mesa_glthread" value="true"/> </application> + + <application name="Talos Principle" executable="Talos"> + <option name="mesa_glthread" value="true"/> + </application> + <application name="Talos Principle (Unrestricted)" executable="Talos_Unrestricted"> + <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"> |