v3d: Fix stride of 1D_ARRAY mappings.
authorEric Anholt <eric@anholt.net>
Wed, 11 Jul 2018 18:11:34 +0000 (11:11 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 12 Jul 2018 18:31:08 +0000 (11:31 -0700)
commite48c615292aa30281dce7c49c232ad7ccfeeaaf2
tree8bf8436d34365b676b629df6e498e8c88727a101
parent97ddeed949c608742c096dadb64b7c28a56cf920
v3d: Fix stride of 1D_ARRAY mappings.

All of our other texture arrays will be tiled, but 1D is an array of
raster mappings and we had the wrong value plugged in here.  Fixes piglit
getteximage-targets 1D_ARRAY
src/gallium/drivers/v3d/v3d_resource.c