i965: Move index buffer upload to emit() time.
authorEric Anholt <eric@anholt.net>
Sat, 22 Oct 2011 18:54:32 +0000 (11:54 -0700)
committerEric Anholt <eric@anholt.net>
Sat, 29 Oct 2011 19:17:11 +0000 (12:17 -0700)
commitc83bfeabc6af82f061d53b8b5923ee26f14efb58
tree818477719c773c086f2a48984e60ff96addf0c1c
parent78a010127f3eb600fb7b145bc562b62a77af5a34
i965: Move index buffer upload to emit() time.

It's consumed by the brw_emit_index_buffer() code at emit() time.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Acked-by: Paul Berry <stereotype441@gmail.com>
src/mesa/drivers/dri/i965/brw_draw_upload.c