i965: Combine GL_TEXTURE_CUBE_MAP_ARRAY case with the other array cases. 50/7350/1
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 28 Jun 2013 22:00:07 +0000 (15:00 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 3 Jul 2013 17:48:14 +0000 (10:48 -0700)
commit7e4007a1b34ad29ef6441d9b20d0999c32350bd6
treeca3bb139d04c9f8c0fd789a58a34da4b342266fe
parentbc51f15b320235c06bf666cf870e9995d6cecc6b
i965: Combine GL_TEXTURE_CUBE_MAP_ARRAY case with the other array cases.

These do the exact same thing; combining them is tidier.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/dri/i965/brw_tex_layout.c