meta: Fallback to software for GetTexImage of compressed GL_TEXTURE_CUBE_MAP_ARRAY
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 13 Dec 2013 23:59:38 +0000 (15:59 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Sun, 2 Feb 2014 15:49:09 +0000 (16:49 +0100)
commit070f55d8935af6fee62506b54bc86c1bf5049a82
treeccf064577b3e619ecfcd9dffdc1c6ddf3a641a45
parentfcb498302bff912ca4f3169d37cc04b58e77d0fa
meta: Fallback to software for GetTexImage of compressed GL_TEXTURE_CUBE_MAP_ARRAY

The hardware decompression path isn't even close to being able to handle
this.  This converts the crash (assertion failure) in
"EXT_texture_compression_s3tc/getteximage-targets S3TC CUBE_ARRAY" to a
plain old failure.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Cc: "9.1 9.2 10.0" <mesa-stable@lists.freedesktop.org>
src/mesa/drivers/common/meta.c