summaryrefslogtreecommitdiffstats
path: root/progs/demos/isosurf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2010-01-141-1/+0
|\
| * progs/demos: Remove unnecessary header from isosurf.c.Vinson Lee2010-01-111-1/+0
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-311-3/+5
|\ \ | |/
| * progs/demos: Silence warn_unused_result warnings.Vinson Lee2009-12-261-3/+5
* | progs/demos: fix glut initialization callsBrian Paul2009-12-181-2/+1
|/
* demos: use glEnable/DisableClientState() for vertex arraysBrian Paul2009-07-081-2/+2
* progs/isosurf: add materials mode for glVertex + TRISTRIPKeith Whitwell2009-06-301-5/+20
* demos: Add polygon mode point to isosurfJakob Bornecrantz2009-02-131-4/+10
* progs: Fix isosurf.José Fonseca2009-01-241-6/+4
* progs: Port most of the demos to glew.José Fonseca2009-01-241-1/+2
* call glutInit(), bug 11486Xavier Bachelot2007-07-061-0/+1
* include readtex.h instead of readtex.cBrian Paul2005-01-091-1/+1
* use GL_GLEXT_PROTOTYPESBrian Paul2003-09-081-2/+1
* Committing in .Jouk Jansen2003-09-051-0/+1
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Quiet compiler warnings.Karl Schultz2002-10-181-5/+6
* - Clean up state bitmask.Gareth Hughes2002-01-041-39/+52
* Allow to compile in Windows.Karl Schultz2001-10-041-1/+4
* fixed some GL_POINTS probsKeith Whitwell2001-06-041-26/+42
* fix a couple of small bugsKeith Whitwell2001-05-111-4/+9
* made render path selection more flexibleKeith Whitwell2001-05-111-181/+233
* Add more options, including '-10','-100' and '-1000' to limit nr of vertices.Keith Whitwell2001-04-191-11/+50
* Add GL_POINTS as a primitive, including with CVA DrawElements. UsefulGareth Hughes2001-01-061-146/+177
* * demos/Makefile.am (INCLUDES): Added -I$(top_srcdir)/util.pesco2000-12-241-2/+2
* fixed compiler warningsBrian Paul2000-06-271-31/+2
* Added stipple modeKeith Whitwell2000-03-301-7/+69
* added -info command line optionBrian Paul1999-10-211-4/+23
* minor changes. always call compactify_arrays()Brian Paul1999-09-081-6/+15
* Fog, displaylist and zoom operationsKeith Whitwell1999-09-031-70/+154
* Initial revisionjtg1999-08-191-0/+821