From: Keith Whitwell Date: Mon, 1 Jun 2009 02:07:21 +0000 (-0700) Subject: progs/isosurf: add materials mode for glVertex + TRISTRIP X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a9ae89d104161c1052beda7e3dcb21b8b7af5ba3;p=mesa.git progs/isosurf: add materials mode for glVertex + TRISTRIP --- diff --git a/progs/demos/isosurf.c b/progs/demos/isosurf.c index e280d8f507c..6923ca2bba8 100644 --- a/progs/demos/isosurf.c +++ b/progs/demos/isosurf.c @@ -514,12 +514,27 @@ static void draw_surface( unsigned int with_state ) break; case (GLVERTEX|STRIPS): - glBegin( GL_TRIANGLE_STRIP ); - for (i=0;i