r600c: use BASE_VTX_LOC & AUTO_INDEX for drawing nonindexed with offset
authorAndre Maasikas <amaasikas@gmail.com>
Wed, 22 Jun 2011 09:40:12 +0000 (12:40 +0300)
committerAndre Maasikas <amaasikas@gmail.com>
Wed, 22 Jun 2011 09:40:12 +0000 (12:40 +0300)
commit63e8cda9f180acd0f4fc38ca9569b16fbd3640d7
tree6da7a99940fe0f1433e57d591ba3390b2a3eb26c
parent21972c85ea734dbfcf69629c6b0b940efb42d4ba
r600c: use BASE_VTX_LOC & AUTO_INDEX for drawing nonindexed with offset

Saves cmd buffer space as we were generating indexes into cs  in this case.
This was laying around in https://bugs.freedesktop.org/show_bug.cgi?id=32768
for a long time.
src/mesa/drivers/dri/r600/r700_render.c