mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
drirc: Add disable_blend_func_extended workaround for Unigine OilRush.
The previous commit implemented the workaround, cited a bug report about OilRush, but actually only enabled the workaround for the demos. Turn it on for OilRush too. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=50291 Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
040894391a
commit
658a63e5d9
1 changed files with 6 additions and 0 deletions
|
|
@ -16,5 +16,11 @@
|
|||
<option name="force_glsl_extensions_warn" value="true" />
|
||||
<option name="disable_blend_func_extended" value="true" />
|
||||
</application>
|
||||
<application name="Unigine OilRush (32-bit)" executable="OilRush_x86">
|
||||
<option name="disable_blend_func_extended" value="true" />
|
||||
</application>
|
||||
<application name="Unigine OilRush (64-bit)" executable="OilRush_x64">
|
||||
<option name="disable_blend_func_extended" value="true" />
|
||||
</application>
|
||||
</device>
|
||||
</driconf>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue