freedreno/a3xx+a4xx: fix for stk binning pass hang
[mesa.git] / src / gallium / drivers / freedreno / a3xx / fd3_blend.h
index 142df7c300f54c30be0ad03f1983c4fa1c9cc329..59e0010372d4037e4822526e2185bcc7912f49b1 100644 (file)
@@ -36,6 +36,7 @@
 
 struct fd3_blend_stateobj {
        struct pipe_blend_state base;
+       uint32_t rb_render_control;
        struct {
                /* Blend control bits for color if there is an alpha channel */
                uint32_t blend_control_rgb;