X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fllvmpipe%2Flp_bld_alpha.h;h=15f1284c5e1f5937f59b9a2e95935ca3048d406e;hb=155139059ba588da1161eaa692515cacdead9f4e;hp=06206a24d835d5a934965fd259f8f863c5f7bfee;hpb=652901e95b4ed406293d0e1fabee857c054119b1;p=mesa.git diff --git a/src/gallium/drivers/llvmpipe/lp_bld_alpha.h b/src/gallium/drivers/llvmpipe/lp_bld_alpha.h index 06206a24d83..15f1284c5e1 100644 --- a/src/gallium/drivers/llvmpipe/lp_bld_alpha.h +++ b/src/gallium/drivers/llvmpipe/lp_bld_alpha.h @@ -39,6 +39,7 @@ #include "gallivm/lp_bld.h" struct pipe_alpha_state; +struct util_format_description; struct gallivm_state; struct lp_type; struct lp_build_mask_context; @@ -48,6 +49,7 @@ void lp_build_alpha_test(struct gallivm_state *gallivm, unsigned func, struct lp_type type, + const struct util_format_description *cbuf_format_desc, struct lp_build_mask_context *mask, LLVMValueRef alpha, LLVMValueRef ref,