gallivm: clarify unsigned vs. signed integer type construction
authorBrian Paul <brianp@vmware.com>
Sat, 27 Feb 2010 00:44:10 +0000 (17:44 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 4 Mar 2010 17:53:26 +0000 (10:53 -0700)
commit38110fd1c3a6c57d1ff089d546a3456ca1a78da8
treefca4f935395a2bce7785cc7029b21895197f09f9
parent8e7a8d65931a650534e0f5c4e0d8118cd6f7636e
gallivm: clarify unsigned vs. signed integer type construction

The lp_int_type() function was creating an unsigned type.  So rename
that function to lp_uint_type() and create new lp_int_type() that
creates a signed type.
src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c
src/gallium/auxiliary/gallivm/lp_bld_type.c
src/gallium/auxiliary/gallivm/lp_bld_type.h