i965: Fix extending VB packets
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 3 Mar 2011 22:34:22 +0000 (22:34 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 4 Mar 2011 09:58:31 +0000 (09:58 +0000)
commit9d31138f53c0bee9193af73850ab6febddd29f51
tree872ea6f498368ccb900e6ab5cdca7b684e5829d5
parent18dd7932c7fc13e230384bcab08311a5de5d6de7
i965: Fix extending VB packets

Computation of the delta of this array from the last had a silly little
bug and ignored any initial delta==0 causing grief in Nexuiz and
friends.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
src/mesa/drivers/dri/i965/brw_draw_upload.c