mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for dxt formats
authorBrian Paul <brianp@vmware.com>
Thu, 23 Aug 2012 03:23:53 +0000 (21:23 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 24 Aug 2012 12:18:42 +0000 (06:18 -0600)
commit4fec5e9154582439bc185eb143e89f220b169c32
tree777bae62306b6571ab29d8dcab0d0f70d443be97
parentd78b44c2651b45c337dda71b17351beb41eb9c14
mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for dxt formats

As with the previous commit.

This fixes the last crash in the piglit copyteximage test but there's
still some failures.
src/mesa/main/texcompress.c
src/mesa/main/texcompress_s3tc.c
src/mesa/main/texcompress_s3tc.h
src/mesa/swrast/s_texfetch.c