summaryrefslogtreecommitdiff
path: root/progs/demos/isosurf.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-14Merge branch 'mesa_7_7_branch'Jakob Bornecrantz1-1/+0
2010-01-11progs/demos: Remove unnecessary header from isosurf.c.Vinson Lee1-1/+0
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul1-3/+5
2009-12-26progs/demos: Silence warn_unused_result warnings.Vinson Lee1-3/+5
2009-12-18progs/demos: fix glut initialization callsBrian Paul1-2/+1
2009-07-08demos: use glEnable/DisableClientState() for vertex arraysBrian Paul1-2/+2
2009-06-30progs/isosurf: add materials mode for glVertex + TRISTRIPKeith Whitwell1-5/+20
2009-02-13demos: Add polygon mode point to isosurfJakob Bornecrantz1-4/+10
2009-01-24progs: Fix isosurf.José Fonseca1-6/+4
2009-01-24progs: Port most of the demos to glew.José Fonseca1-1/+2
2007-07-06call glutInit(), bug 11486Xavier Bachelot1-0/+1
2005-01-09include readtex.h instead of readtex.cBrian Paul1-1/+1
2003-09-08use GL_GLEXT_PROTOTYPESBrian Paul1-2/+1
2003-09-05 Committing in .Jouk Jansen1-0/+1
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2002-10-18Quiet compiler warnings.Karl Schultz1-5/+6
2002-01-04- Clean up state bitmask.Gareth Hughes1-39/+52
2001-10-04Allow to compile in Windows.Karl Schultz1-1/+4
2001-06-04fixed some GL_POINTS probsKeith Whitwell1-26/+42
2001-05-11fix a couple of small bugsKeith Whitwell1-4/+9
2001-05-11made render path selection more flexibleKeith Whitwell1-181/+233
2001-04-19Add more options, including '-10','-100' and '-1000' to limit nr of vertices.Keith Whitwell1-11/+50
2001-01-06Add GL_POINTS as a primitive, including with CVA DrawElements. UsefulGareth Hughes1-146/+177
2000-12-24* demos/Makefile.am (INCLUDES): Added -I$(top_srcdir)/util.pesco1-2/+2
2000-06-27fixed compiler warningsBrian Paul1-31/+2
2000-03-30Added stipple modeKeith Whitwell1-7/+69
1999-10-21added -info command line optionBrian Paul1-4/+23
1999-09-08minor changes. always call compactify_arrays()Brian Paul1-6/+15
1999-09-03Fog, displaylist and zoom operationsKeith Whitwell1-70/+154
1999-08-19Initial revisionjtg1-0/+821