X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fpanfrost%2Fpan_blending.h;h=123b1d13bf45c8352493986e796128b942fe48f8;hp=4ceaf16f1de7f3b6588ce70f9268d8b308e83caf;hb=919818a8a0056bbd539566e930563218e2e30fd9;hpb=94c9f87df1a56864db1e2e64038ca8f9dec1825f diff --git a/src/gallium/drivers/panfrost/pan_blending.h b/src/gallium/drivers/panfrost/pan_blending.h index 4ceaf16f1de..123b1d13bf4 100644 --- a/src/gallium/drivers/panfrost/pan_blending.h +++ b/src/gallium/drivers/panfrost/pan_blending.h @@ -33,10 +33,9 @@ struct panfrost_blend_state; bool panfrost_make_fixed_blend_mode( - const struct pipe_rt_blend_state *blend, + const struct pipe_rt_blend_state blend, struct mali_blend_equation *out, - unsigned *constant_mask, - unsigned colormask); + unsigned *constant_mask); bool panfrost_can_fixed_blend(enum pipe_format format);