i965: Fix VBO last-valid-offset setup on Ironlake.
authorEric Anholt <eric@anholt.net>
Wed, 11 Nov 2009 22:49:03 +0000 (14:49 -0800)
committerEric Anholt <eric@anholt.net>
Thu, 12 Nov 2009 19:41:39 +0000 (11:41 -0800)
commit5f305b1db925c819ddeb29a75f6fbad6500a2d11
tree445d02f06bd64c577c6ef7169d8fa3a75b39417e
parentab12e764ba3f57ad9f0d7252262cfc6e07839928
i965: Fix VBO last-valid-offset setup on Ironlake.

Instead of doing math based on the (broken for VBO && offset != 0)
input->count number, just use the BO size.  Fixes assertion failure in ETQW.
src/mesa/drivers/dri/i965/brw_draw_upload.c