i965: Add some checks for array textures in unsupported paths.
authorEric Anholt <eric@anholt.net>
Wed, 31 Oct 2012 23:57:51 +0000 (16:57 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 19 Nov 2012 23:07:22 +0000 (15:07 -0800)
commitc1fabea1c5a40c60176201f55253bd463fd146f5
tree092208214dc7f3ae905d39bd314394d93b34949b
parent923c4b3f4a70737f7f36894dc0b4648f04fd8c19
i965: Add some checks for array textures in unsupported paths.

I noticed these in the next patch where these paths were using the Face
of a teximage but didn't have array handling.

Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
src/mesa/drivers/dri/intel/intel_blit.c
src/mesa/drivers/dri/intel/intel_tex_copy.c
src/mesa/drivers/dri/intel/intel_tex_image.c