Re: [Mesa-dev] [PATCH] u_primconvert: add primitive restart support

2015-03-19 Thread Dave Airlie
On 19 March 2015 at 05:36, Brian Paul wrote: > On 03/17/2015 08:13 PM, Dave Airlie wrote: >> >> This add primitive restart support to the prim conversion. >> >> This involves changing the API for the translate functions >> as we need to pass the prim restart index and the original >> number of ind

Re: [Mesa-dev] [PATCH] u_primconvert: add primitive restart support

2015-03-18 Thread Brian Paul
On 03/17/2015 08:13 PM, Dave Airlie wrote: This add primitive restart support to the prim conversion. This involves changing the API for the translate functions as we need to pass the prim restart index and the original number of indices into the translate functions. primitive restart is suppor

[Mesa-dev] [PATCH] u_primconvert: add primitive restart support

2015-03-17 Thread Dave Airlie
This add primitive restart support to the prim conversion. This involves changing the API for the translate functions as we need to pass the prim restart index and the original number of indices into the translate functions. primitive restart is support for quads, quad strips and polygons. This