meta: added _mesa_meta_GetTexImage()
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)
commite3dc78e57a7effbd30dc9539b3ea05ad85ac34e5
treec06dd202bf2f6231da1ebd6bd9b2957b3f718cff
parent8e9485870bfac93d5c26a094390a37aad2e264eb
meta: added _mesa_meta_GetTexImage()

If the texture is compressed, call the meta decompress_texture_image()
function.  Otherwise, call the core _mesa_get_teximage() function.
src/mesa/drivers/common/driverfuncs.c
src/mesa/drivers/common/meta.c
src/mesa/drivers/common/meta.h