X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fllvmpipe%2Flp_bld_alpha.h;h=15f1284c5e1f5937f59b9a2e95935ca3048d406e;hb=2f6ae8cfcd41851c6f7732795f1e23617b3ae7c3;hp=9dbcdb4daabe826f07384ff62ac2191444f92175;hpb=7549a8397b310acf672f97a08c8e7d866cdf492c;p=mesa.git diff --git a/src/gallium/drivers/llvmpipe/lp_bld_alpha.h b/src/gallium/drivers/llvmpipe/lp_bld_alpha.h index 9dbcdb4daab..15f1284c5e1 100644 --- a/src/gallium/drivers/llvmpipe/lp_bld_alpha.h +++ b/src/gallium/drivers/llvmpipe/lp_bld_alpha.h @@ -34,21 +34,26 @@ #ifndef LP_BLD_ALPHA_H #define LP_BLD_ALPHA_H +#include "pipe/p_compiler.h" -#include +#include "gallivm/lp_bld.h" struct pipe_alpha_state; -union lp_type; +struct util_format_description; +struct gallivm_state; +struct lp_type; struct lp_build_mask_context; void -lp_build_alpha_test(LLVMBuilderRef builder, - const struct pipe_alpha_state *state, - union lp_type type, +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); + LLVMValueRef ref, + boolean do_branch); #endif /* !LP_BLD_ALPHA_H */