From b441a0b658ac00a38bb41eec8b6f0e22cc3de018 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Fri, 7 Aug 2009 14:33:07 +0100 Subject: llvmpipe: Make lp_const_offset visible. --- 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 ed6b185fce..854b729ee6 100644 --- a/src/gallium/drivers/llvmpipe/lp_bld_const.h +++ b/src/gallium/drivers/llvmpipe/lp_bld_const.h @@ -49,6 +49,10 @@ unsigned lp_const_shift(union lp_type type); +unsigned +lp_const_offset(union lp_type type); + + double lp_const_scale(union lp_type type); -- cgit v1.2.3