llvmpipe: Make lp_const_offset visible.

This commit is contained in:
José Fonseca 2009-08-07 14:33:07 +01:00
parent 684a47f0f6
commit b441a0b658
2 changed files with 5 additions and 1 deletions

View 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)

View 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);