radeonsi: adjust RB+ blend optimization settings
[mesa.git] / src / gallium / drivers / radeonsi / si_state.c
index 827d6b31db244e215368995017510323ad4ff3ce..be1e88a35b2296301e0bba0b639a760b169f1078 100644 (file)
@@ -250,10 +250,8 @@ static void si_emit_cb_render_state(struct si_context *sctx)
                                break;
 
                        case V_028C70_COLOR_10_11_11:
-                               if (spi_format == V_028714_SPI_SHADER_FP16_ABGR) {
+                               if (spi_format == V_028714_SPI_SHADER_FP16_ABGR)
                                        sx_ps_downconvert |= V_028754_SX_RT_EXPORT_10_11_11 << (i * 4);
-                                       sx_blend_opt_epsilon |= V_028758_11BIT_FORMAT << (i * 4);
-                               }
                                break;
 
                        case V_028C70_COLOR_2_10_10_10: