llvmpipe: Make lp_const_offset visible.
authorJosé Fonseca <jfonseca@vmware.com>
Fri, 7 Aug 2009 13:33:07 +0000 (14:33 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Sat, 29 Aug 2009 08:21:24 +0000 (09:21 +0100)
src/gallium/drivers/llvmpipe/lp_bld_const.c
src/gallium/drivers/llvmpipe/lp_bld_const.h

index 73dc967..2109a85 100644 (file)
@@ -59,7 +59,7 @@ lp_const_shift(union lp_type type)
 }
 
 
-static unsigned
+unsigned
 lp_const_offset(union lp_type type)
 {
    if(type.floating || type.fixed)
index ed6b185..854b729 100644 (file)
@@ -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);