Re: [Mesa-dev] [PATCH 4/8] vbo: use software primitive restart in the VBO module

2012-05-11 Thread Jordan Justen
On Fri, May 11, 2012 at 9:48 AM, Marek Olšák wrote: > On Fri, May 11, 2012 at 5:15 PM, Jordan Justen > wrote: >> When PrimitiveRestartInSoftware is set, the VBO module will handle >> primitive restart scenarios before calling the vbo_draw_func >> drawing function. >> >> Signed-off-by: Jordan Just

Re: [Mesa-dev] [PATCH 4/8] vbo: use software primitive restart in the VBO module

2012-05-11 Thread Marek Olšák
On Fri, May 11, 2012 at 5:15 PM, Jordan Justen wrote: > When PrimitiveRestartInSoftware is set, the VBO module will handle > primitive restart scenarios before calling the vbo_draw_func > drawing function. > > Signed-off-by: Jordan Justen > --- >  src/mesa/vbo/vbo_exec_array.c |   50 > +

[Mesa-dev] [PATCH 4/8] vbo: use software primitive restart in the VBO module

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