Re: [Mesa-dev] [PATCH v2 3/6] vbo: use software primitive restart in the VBO module

2012-05-14 Thread Brian Paul
On 05/13/2012 08:00 AM, Jordan Justen wrote: When PrimitiveRestartInSoftware is set, the VBO module will handle primitive restart scenarios before calling the vbo->draw_prims drawing function. Signed-off-by: Jordan Justen --- src/mesa/vbo/vbo_exec_array.c | 35 +--

[Mesa-dev] [PATCH v2 3/6] vbo: use software primitive restart in the VBO module

2012-05-13 Thread Jordan Justen
When PrimitiveRestartInSoftware is set, the VBO module will handle primitive restart scenarios before calling the vbo->draw_prims drawing function. Signed-off-by: Jordan Justen --- src/mesa/vbo/vbo_exec_array.c | 35 +-- 1 file changed, 29 insertions(+), 6 delet