mesa: Add missing _mesa_sizeof_glsl_type() for UNSIGNED_INT.
authorEric Anholt <eric@anholt.net>
Tue, 27 Sep 2011 21:36:07 +0000 (14:36 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 28 Sep 2011 19:09:09 +0000 (12:09 -0700)
commit0045a674183b7716a2b64f3f81223e5a0ca5e074
treed75b0271092f13d45128d3145892726513770aeb
parent7de6e749df90a214d1547956dd66cfec6edcb446
mesa: Add missing _mesa_sizeof_glsl_type() for UNSIGNED_INT.

Somehow we managed to get the unsigned int vectors, but not scalar.
Fixes _mesa_problem complaints in piglit's uint tests.

Reviewed-by: Chad Versace <chad@chad-versace.us>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/main/shaderapi.c