mesa: initial support for unnormalized integer texture formats
authorBrian Paul <brianp@vmware.com>
Tue, 6 Jul 2010 02:07:07 +0000 (20:07 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 6 Jul 2010 02:14:39 +0000 (20:14 -0600)
commitabd5627a6a034885b0b01b995c73870da1361bb0
treef13fb38b514f020d6637d64cdf709c4f94e7a876
parente54164b4e3890e3eddc4ae976e3cc2f1fa2f441b
mesa: initial support for unnormalized integer texture formats

As defined by GL_EXT_texture_integer.
src/mesa/main/formats.c
src/mesa/main/formats.h
src/mesa/main/image.c
src/mesa/main/image.h
src/mesa/main/texfetch.c
src/mesa/main/texfetch_tmp.h
src/mesa/main/texformat.c
src/mesa/main/teximage.c
src/mesa/main/texstore.c