mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 01:18:06 +02:00
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.
This commit is contained in:
parent
7824cb4b03
commit
99fa9ccf96
1 changed files with 6 additions and 0 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue