mesa: replace Driver.GetCompressedTexImage() w/ GetCompressedTexSubImage()
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)
commit2a95fd153158e20e6b44548d4f247a5763713fb3
treebd6f4cb49590052003b7650ccb24a5eb109c1a2f
parent5bfc360e40680b3fe2b6f74ac487fa76502559e3
mesa: replace Driver.GetCompressedTexImage() w/ GetCompressedTexSubImage()

For now, pass offsets of zero and width/height/depth equal to the
whole image.

Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/mesa/drivers/common/driverfuncs.c
src/mesa/main/dd.h
src/mesa/main/texgetimage.c
src/mesa/main/texgetimage.h
src/mesa/state_tracker/st_cb_texture.c