From 09a7b011acb3957725bb7e1bc4125f0939a295e7 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Mon, 17 Aug 2009 07:57:28 +0100 Subject: llvmpipe: Move lp_build_select to lp_bld_logic.[ch]. --- src/gallium/drivers/llvmpipe/lp_bld_swizzle.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/gallium/drivers/llvmpipe/lp_bld_swizzle.h') diff --git a/src/gallium/drivers/llvmpipe/lp_bld_swizzle.h b/src/gallium/drivers/llvmpipe/lp_bld_swizzle.h index fe53e86786..ceaaabf9ec 100644 --- a/src/gallium/drivers/llvmpipe/lp_bld_swizzle.h +++ b/src/gallium/drivers/llvmpipe/lp_bld_swizzle.h @@ -59,19 +59,6 @@ lp_build_broadcast_aos(struct lp_build_context *bld, unsigned channel); -LLVMValueRef -lp_build_select(struct lp_build_context *bld, - LLVMValueRef mask, - LLVMValueRef a, - LLVMValueRef b); - -LLVMValueRef -lp_build_select_aos(struct lp_build_context *bld, - LLVMValueRef a, - LLVMValueRef b, - boolean cond[4]); - - /** * Swizzle a vector consisting of an array of XYZW structs. * -- cgit v1.2.3