Re: [Mesa-dev] primitive-restart branch

2010-07-15 Thread Roland Scheidegger
On 15.07.2010 16:23, Brian Paul wrote: > On 07/15/2010 01:57 AM, Chia-I Wu wrote: >> On Thu, Jul 15, 2010 at 10:26 AM, Brian Paul wrote: >>> I've pushed a branch which implements the GL_NV_primitive_restart >>> extension (part of GL 3.1). >>> >>> It currently works for Gallium softpipe and llvmpip

Re: [Mesa-dev] primitive-restart branch

2010-07-15 Thread Brian Paul
On 07/15/2010 01:57 AM, Chia-I Wu wrote: On Thu, Jul 15, 2010 at 10:26 AM, Brian Paul wrote: I've pushed a branch which implements the GL_NV_primitive_restart extension (part of GL 3.1). It currently works for Gallium softpipe and llvmpipe but there's still a few loose ends. The new gallium i

Re: [Mesa-dev] primitive-restart branch

2010-07-15 Thread Roland Scheidegger
On 15.07.2010 04:26, Brian Paul wrote: > I've pushed a branch which implements the GL_NV_primitive_restart > extension (part of GL 3.1). > > It currently works for Gallium softpipe and llvmpipe but there's still > a few loose ends. > > The new gallium interface for this isn't finalized. It might

Re: [Mesa-dev] primitive-restart branch

2010-07-15 Thread Marek Olšák
On Thu, Jul 15, 2010 at 9:57 AM, Chia-I Wu wrote: > On Thu, Jul 15, 2010 at 10:26 AM, Brian Paul > wrote: > > I've pushed a branch which implements the GL_NV_primitive_restart > > extension (part of GL 3.1). > > > > It currently works for Gallium softpipe and llvmpipe but there's still > > a few

Re: [Mesa-dev] primitive-restart branch

2010-07-15 Thread Chia-I Wu
On Thu, Jul 15, 2010 at 10:26 AM, Brian Paul wrote: > I've pushed a branch which implements the GL_NV_primitive_restart > extension (part of GL 3.1). > > It currently works for Gallium softpipe and llvmpipe but there's still > a few loose ends. > > The new gallium interface for this isn't finalize

[Mesa-dev] primitive-restart branch

2010-07-14 Thread Brian Paul
I've pushed a branch which implements the GL_NV_primitive_restart extension (part of GL 3.1). It currently works for Gallium softpipe and llvmpipe but there's still a few loose ends. The new gallium interface for this isn't finalized. It might make sense to put the new enable/index state into pi