Re: [Mesa-dev] [PATCH 1/3] i965: Remove the vbo_rebase_prims() path.

2012-10-31 Thread Eric Anholt
Kenneth Graunke writes: > On 10/31/2012 02:26 PM, Eric Anholt wrote: >> 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. >> --- >

Re: [Mesa-dev] [PATCH 1/3] i965: Remove the vbo_rebase_prims() path.

2012-10-31 Thread Kenneth Graunke
On 10/31/2012 02:26 PM, Eric Anholt wrote: 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. --- src/mesa/drivers/dri/i965/brw_draw.c

[Mesa-dev] [PATCH 1/3] i965: Remove the vbo_rebase_prims() path.

2012-10-31 Thread Eric Anholt
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. --- src/mesa/drivers/dri/i965/brw_draw.c | 21 ++--- 1 file changed,