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:
Pavel Ondračka 2024-10-18 18:51:02 +02:00 committed by Marge Bot
parent be595d0e52
commit 5480831e5e

View file

@ -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">