On Fri, May 11, 2012 at 8:35 AM, Olivier Galibert wrote:
> On Fri, May 11, 2012 at 08:15:50AM -0700, Jordan Justen wrote:
>> * enable the NV_primitive_restart extension by default
>
> I think the intel gen4/5 (and maybe more) can do primitive restart in
> hardware but only if if the restart patte
On Fri, May 11, 2012 at 08:15:50AM -0700, Jordan Justen wrote:
> * enable the NV_primitive_restart extension by default
I think the intel gen4/5 (and maybe more) can do primitive restart in
hardware but only if if the restart pattern is ~0 (which it often is).
Does your patch make it possible to
v1:
* move software primitive restart from mesa/state_tracker/st_draw.c
into src/mesa/vbo/vbo_primitive_restart.c
* if the gallium PIPE_CAP_PRIMITIVE_RESTART param is set, then
the VBO software primitive restart support is disabled
* enable the NV_primitive_restart extension by default
*