From c0472f9c34da78bccecb2c790b54b9dd9712a0b9 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Fri, 21 Aug 2009 07:42:29 +0100 Subject: llvmpipe: Centralize mask update logic. --- src/gallium/drivers/llvmpipe/lp_bld_alpha.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gallium/drivers/llvmpipe/lp_bld_alpha.h') diff --git a/src/gallium/drivers/llvmpipe/lp_bld_alpha.h b/src/gallium/drivers/llvmpipe/lp_bld_alpha.h index f3fa8b6053..f372210a7a 100644 --- a/src/gallium/drivers/llvmpipe/lp_bld_alpha.h +++ b/src/gallium/drivers/llvmpipe/lp_bld_alpha.h @@ -41,12 +41,12 @@ struct pipe_alpha_state; union lp_type; -LLVMValueRef +void lp_build_alpha_test(LLVMBuilderRef builder, const struct pipe_alpha_state *state, union lp_type type, - LLVMValueRef alpha, - LLVMValueRef mask); + LLVMValueRef *mask, + LLVMValueRef alpha); #endif /* !LP_BLD_ALPHA_H */ -- cgit v1.2.3