st/mesa: fix GetTexImage for compressed 2D array textures
authorMarek Olšák <maraeo@gmail.com>
Thu, 20 Dec 2012 02:54:33 +0000 (03:54 +0100)
committerMarek Olšák <maraeo@gmail.com>
Fri, 4 Jan 2013 13:06:17 +0000 (14:06 +0100)
commit85cb4f299d8a0a0ebc8fe14d0ccd327375eda99e
tree62170c507a488bc8adbade076f671c6cd7ac4fdc
parent538d3a2d46314bbdd415234f988bcaf49dcd219a
st/mesa: fix GetTexImage for compressed 2D array textures

This uses a 3D blit to decompress the texture and then a 3D transfer
to read it.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/auxiliary/util/u_inlines.h
src/mesa/state_tracker/st_cb_texture.c