OSDN Git Service

i965: Remove the vbo_rebase_prims() path.
authorEric Anholt <eric@anholt.net>
Wed, 31 Oct 2012 20:56:56 +0000 (13:56 -0700)
committerEric Anholt <eric@anholt.net>
Sun, 4 Nov 2012 19:15:44 +0000 (11:15 -0800)
commit13170321f6a5d1d8bd1b4b312323fd2c733dd568
tree7fd8367307b0ef58fe157e4f2f4c0b14c4d4636b
parent9864a5b098d2a8087c8966f3e654969be51b660d
i965: Remove the vbo_rebase_prims() path.

The brw_draw_upload.c start_vertex_bias code has support for doing the rebase
without rewriting the index buffer by applying a basevertex.  It looks like
vbo_rebase_prims() is not equipped to handle basevertex.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_draw.c