drirc: Add disable_blend_func_extended workaround for Unigine OilRush.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 19 Jul 2012 08:40:24 +0000 (01:40 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 19 Jul 2012 08:40:24 +0000 (01:40 -0700)
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>
src/mesa/drivers/dri/common/drirc

index 52d8dd7247c3f27f7f2af6da1aa0bc331f5dbd09..cf13cdb802096897896072a9808c1e4850013f87 100644 (file)
             <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>