mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
r300: add driconf math mode override for Unigine Tropics and Oilrush
Fixes rendering in both apps. Specifically they want the ME_RECIP_FF opcode. Figured out by Filip Gawin. Signed-off-by: Pavel Ondračka <pavel.ondracka@gmail.com> Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/332 Reviewed-by: Filip Gawin <filip@gawin.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31745>
This commit is contained in:
parent
be595d0e52
commit
5480831e5e
1 changed files with 6 additions and 0 deletions
|
|
@ -1366,6 +1366,12 @@ TODO: document the other workarounds.
|
|||
<option name="r300_nohiz" value="true" />
|
||||
<option name="r300_nozmask" value="true" />
|
||||
</application>
|
||||
<application name="Unigine Tropics" executable="Tropics">
|
||||
<option name="r300_ffmath" value="true" />
|
||||
</application>
|
||||
<application name="Oilrush" executable="Oilrush_x86">
|
||||
<option name="r300_ffmath" value="true" />
|
||||
</application>
|
||||
</device>
|
||||
<device driver="r600">
|
||||
<application name="Tomb Raider 2013" executable="TombRaider">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue