virgl: Use alpha_src_factor to store blend_equation_advenced value
[mesa.git] / src / gallium / include / pipe / p_state.h
index b75906d148fe816721c31710079830121c2c844c..6f1d4c6309c2e9086e15491b40cdb234eb46a693 100644 (file)
@@ -365,6 +365,7 @@ struct pipe_blend_state
    unsigned alpha_to_coverage_dither:1;
    unsigned alpha_to_one:1;
    unsigned max_rt:3;            /* index of max rt, Ie. # of cbufs minus 1 */
+   unsigned advanced_blend_func:4;
    struct pipe_rt_blend_state rt[PIPE_MAX_COLOR_BUFS];
 };