softpipe: fix array textures to use resource array_size
authorBrian Paul <brianp@vmware.com>
Sat, 29 Jan 2011 03:25:27 +0000 (20:25 -0700)
committerBrian Paul <brianp@vmware.com>
Sat, 29 Jan 2011 03:25:27 +0000 (20:25 -0700)
commit80777743b7b6238f034b8cb81d8d907d74929334
treea3160d71945cd745303f2985ce31f8f750a4c2ea
parentb3cfcdf92327184513635db8312e698e22664714
softpipe: fix array textures to use resource array_size

Don't use height for 1D array textures or depth for 2D array textures.
src/gallium/drivers/softpipe/sp_tex_sample.c
src/gallium/drivers/softpipe/sp_tex_tile_cache.c
src/gallium/drivers/softpipe/sp_texture.c