i965: Fix the bounds emitted in the vertex buffer packets.
authorEric Anholt <eric@anholt.net>
Sun, 11 Oct 2009 18:04:09 +0000 (11:04 -0700)
committerEric Anholt <eric@anholt.net>
Sun, 11 Oct 2009 18:21:03 +0000 (11:21 -0700)
commita82da7fa263c7fb6b902285994136890e6dc3278
tree768f046740bf9b4f6f3e54d429c26960a0d15b6f
parent768481ed40cb7530fdbadbf4d6dc00b74209adf1
i965: Fix the bounds emitted in the vertex buffer packets.

It's the address of the last valid byte, not the address of the first
invalid byte.

This should also fix problems with rendering with the new sanity checks in
the kernel.
src/mesa/drivers/dri/i965/brw_draw_upload.c