i965: Make sure to upload the data for a collection of Stride == 0 arrays.
authorEric Anholt <eric@anholt.net>
Mon, 26 Sep 2011 23:14:40 +0000 (16:14 -0700)
committerEric Anholt <eric@anholt.net>
Sun, 2 Oct 2011 05:16:07 +0000 (22:16 -0700)
commitddc348d83eff8c12ff0e6c245c32fa65120e7f4a
tree0a9aa476c4589cabfac3cb563138ad54d79d3829
parent617cdcd4c7b1cffb584c829c35bdf9c9bf04627b
i965: Make sure to upload the data for a collection of Stride == 0 arrays.

Commit d631c19db47181129811080bfa772b210d762d4d avoided this problem
by forcing the driver to get the min/max index, but that commit was
broken, so just fix the driver problem (confusion between "do I need
to upload any data?" and "do I need the index bounds in order to
upload any data?").
src/mesa/drivers/dri/i965/brw_draw_upload.c