gallivm/llvmpipe: squash merge of the llvm-context branch
[mesa.git] / src / gallium / drivers / llvmpipe / lp_bld_alpha.h
index 0f99fec65eda520391d7165a3ceb73ae333c99d4..5c9392504f1c349c93fcaab0cf5adf728c48268b 100644 (file)
@@ -43,12 +43,13 @@ struct lp_build_mask_context;
 
 
 void
-lp_build_alpha_test(LLVMBuilderRef builder,
-                    const struct pipe_alpha_state *state,
+lp_build_alpha_test(struct gallivm_state *gallivm,
+                    unsigned func,
                     struct lp_type type,
                     struct lp_build_mask_context *mask,
                     LLVMValueRef alpha,
-                    LLVMValueRef ref);
+                    LLVMValueRef ref,
+                    boolean do_branch);
 
 
 #endif /* !LP_BLD_ALPHA_H */