From 33ce51bc0d52dcfbfa481211dd1fe73a5ecb948f Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Fri, 21 Aug 2009 07:34:15 +0100 Subject: llvmpipe: Several fixes of the conversion test. --- src/gallium/drivers/llvmpipe/lp_bld_const.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gallium/drivers/llvmpipe/lp_bld_const.h') diff --git a/src/gallium/drivers/llvmpipe/lp_bld_const.h b/src/gallium/drivers/llvmpipe/lp_bld_const.h index 854b729ee6..fb0e70ad19 100644 --- a/src/gallium/drivers/llvmpipe/lp_bld_const.h +++ b/src/gallium/drivers/llvmpipe/lp_bld_const.h @@ -57,6 +57,10 @@ double lp_const_scale(union lp_type type); +double +lp_const_eps(union lp_type type); + + LLVMValueRef lp_build_undef(union lp_type type); -- cgit v1.2.3