mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 20:40:09 +01:00
drirc: whitelist glthread for Overlord 1+2, Oil Rush, War Thunder, Saints Row 2
Performance delta on Core i5-4570 + Radeon R9 270:
Overlord: +20% in certain locations
Overlord II: +20% in certain locations
Oil Rush: +12% in most locations
War Thunder: +4-9% in benchmarks
Saints Row 2: +10-35% in certain locations
This commit is contained in:
parent
9f439ae120
commit
22379f7cad
1 changed files with 17 additions and 2 deletions
|
|
@ -187,9 +187,24 @@ TODO: document the other workarounds.
|
|||
<application name="Euro Truck Simulator 2" executable="eurotrucks2">
|
||||
<option name="mesa_glthread" value="true"/>
|
||||
</application>
|
||||
<application name="War Thunder (Wine)" executable="aces.exe">
|
||||
<application name="Overlord" executable="overlord.i386">
|
||||
<option name="mesa_glthread" value="true"/>
|
||||
</application>
|
||||
</application>
|
||||
<application name="Overlord 2" executable="overlord2.i386">
|
||||
<option name="mesa_glthread" value="true"/>
|
||||
</application>
|
||||
<application name="Oil Rush" executable="OilRush_x86">
|
||||
<option name="mesa_glthread" value="true"/>
|
||||
</application>
|
||||
<application name="War Thunder" executable="aces">
|
||||
<option name="mesa_glthread" value="true"/>
|
||||
</application>
|
||||
<application name="Saints Row 2" executable="saintsrow2.i386">
|
||||
<option name="mesa_glthread" value="true"/>
|
||||
</application>
|
||||
<application name="War Thunder (Wine)" executable="aces.exe">
|
||||
<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