mesa/texstore: add texstore paths for all the integer types.
authorDave Airlie <airlied@redhat.com>
Sat, 1 Oct 2011 12:44:49 +0000 (13:44 +0100)
committerDave Airlie <airlied@redhat.com>
Wed, 5 Oct 2011 12:44:36 +0000 (13:44 +0100)
commit38db7ae7fa3b5c05244ebcc5c04228e6aa794262
treed6f54515ff49cbfd71f4550df4b78e2150349e86
parent56a7111893aa02b569121ac6cb135b661c94c748
mesa/texstore: add texstore paths for all the integer types.

This just adds the entries to the table and fixes the asserts up.

The int32 one is definitely wrong, since it uses a float temp
which will lose precision, but its no worse than now.

Signed-off-by: Dave Airlie <airlied@redhat.com>
src/mesa/main/texstore.c