diff options
author | Marek Olšák <[email protected]> | 2017-10-09 15:42:22 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-10-09 15:43:33 +0200 |
commit | 99fa9ccf969c47e9ddf4ac844b557935759fcea6 (patch) | |
tree | ab150ff7fe832818803619e218f8e1f4a3753601 /src/util/drirc | |
parent | 7824cb4b03d972dc12d2ec249fad8fee6a2e137e (diff) |
drirc: whitelist glthread for Spec Ops: The Line
On i7 4790k and a 280X, there is a boost of about 10% more FPS.
Nominated by John Ettedgui.
Diffstat (limited to 'src/util/drirc')
-rw-r--r-- | src/util/drirc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/drirc b/src/util/drirc index 700402c6301..5ca4a266ec7 100644 --- a/src/util/drirc +++ b/src/util/drirc @@ -223,6 +223,12 @@ TODO: document the other workarounds. <application name="Outlast" executable="OLGame.x86_64"> <option name="mesa_glthread" value="true"/> </application> + <application name="Spec Ops: The Line (32-bit)" executable="specops.i386"> + <option name="mesa_glthread" value="true"/> + </application> + <application name="Spec Ops: The Line (64-bit)" executable="specops"> + <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"> |