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.
>> ---
>
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
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,