freedreno/a3xx/compiler: ensure min # of cycles after bary instr
[mesa.git] / src / gallium / drivers / freedreno / a3xx / fd3_zsa.c
index 857ab8f106a47ce64a35e4771f1bff6b0c36cf32..7603465c8304486d6424478abc615cd377b64b34 100644 (file)
@@ -94,7 +94,5 @@ fd3_zsa_state_create(struct pipe_context *pctx,
                // TODO alpha_ref and alpha_test_enable??
        }
 
-       so->rb_render_control |= 0x2000;  /* ??? */
-
        return so;
 }