mesa: add new _mesa_Get[Compressed]TextureSubImage() functions
authorBrian Paul <brianp@vmware.com>
Wed, 22 Jul 2015 00:35:38 +0000 (18:35 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 22 Jul 2015 00:35:38 +0000 (18:35 -0600)
commit2494f91fb82eb545fd59ed4c9850ff378fc0c591
tree98773403a147c340f7e9b76a7c8d086d59b22432
parenta92f0277d854d6ac5dd524134f113632c990b1b0
mesa: add new _mesa_Get[Compressed]TextureSubImage() functions

Simple implementations in terms of get_[compressed_]texture_image().

Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/mesa/main/texgetimage.c
src/mesa/main/texgetimage.h