Re: [Mesa-dev] [PATCH v2 0/6] move software primitive restart into VBO module

2012-05-15 Thread Kenneth Graunke
On 05/13/2012 07:00 AM, Jordan Justen wrote: v2: * change non-gallium drivers to not enable NV_primitive_restart by default. (this matches the current mesa behavior.) * gallium drivers will continue to use software primitivie restart where needed and will always declare the NV_primiti

Re: [Mesa-dev] [PATCH v2 0/6] move software primitive restart into VBO module

2012-05-14 Thread Ian Romanick
On 05/13/2012 07:00 AM, Jordan Justen wrote: v2: * change non-gallium drivers to not enable NV_primitive_restart by default. (this matches the current mesa behavior.) * gallium drivers will continue to use software primitivie restart where needed and will always declare the NV_primiti

[Mesa-dev] [PATCH v2 0/6] move software primitive restart into VBO module

2012-05-13 Thread Jordan Justen
v2: * change non-gallium drivers to not enable NV_primitive_restart by default. (this matches the current mesa behavior.) * gallium drivers will continue to use software primitivie restart where needed and will always declare the NV_primitive_restart extension. (this matches the current