mesa: handle compressed images in get_tex_rgba()
authorBrian Paul <brianp@vmware.com>
Fri, 9 Sep 2011 02:16:18 +0000 (20:16 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 9 Sep 2011 02:16:18 +0000 (20:16 -0600)
commitc1b3faefc06ef6dfc9b0eb226f0a0af4dd6c6c9d
tree508e105a8a4181e1d38a5f2b38fb9f31c6920b42
parent3370ba802ff93fde399c9b07303a71ab0827e217
mesa: handle compressed images in get_tex_rgba()

Uses the new _mesa_decompress_image() function.  Unlike the meta path
that uses textured quad rendering to do decompression, this works with
signed formats as well.
src/mesa/main/texgetimage.c