[Mesa-dev] primitive-restart branch

Brian Paul brian.e.paul at gmail.com
Wed Jul 14 19:26:02 PDT 2010


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 pipe_rasterizer_state.
I'm not sure how often apps might change the restart index (i.e. how
constant is it?).  Comments are welcome.

I also committed a new piglit test for this feature: primitive-restart.c

-Brian


More information about the mesa-dev mailing list