summaryrefslogtreecommitdiffstats
path: root/progs/demos/isosurf.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | A couple of test weren't ported due to glew breakage -- it undefines GLAPIENTRY.
* 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
| | | | | | | | | Added missing include files. Modified Files: Mesa-newtree/progs/demos/isosurf.c Mesa-newtree/src/mesa/main/nvvertexec.c ----------------------------------------------------------------------
* 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
| | | | | - Add (somewhat broken) PolygonMode bit, toggles between GL_FILL and GL_LINE. Somewhat useful in mimicking certain Viewperf tests.
* 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
| | | | for testing non-triangle primitives on hardware driver fastpaths.
* * demos/Makefile.am (INCLUDES): Added -I$(top_srcdir)/util.pesco2000-12-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * demos/Makefile.X11, demos/Makefile.BeOS-R4, demos/Makefile.cygnus: Essentially the same. Program files updated to include "readtex.c", not "../util/readtex.c". * demos/reflect.c: Likewise for "showbuffer.c". * Makefile.am (EXTRA_DIST): Added top-level regular files. * include/GL/Makefile.am (INC_X11): Added glxext.h. * src/GGI/include/ggi/mesa/Makefile.am (EXTRA_HEADERS): Include Mesa GGI headers in dist even if HAVE_GGI is not given. * configure.in: Look for GLUT and demo source dirs in $srcdir. * src/swrast/Makefile.am (libMesaSwrast_la_SOURCES): Set to *.[ch]. More source list updates in various Makefile.am's. * Makefile.am (dist-hook): Remove CVS directory from distribution. (DIST_SUBDIRS): List all possible subdirs here. (SUBDIRS): Only list subdirs selected for build again. The above two applied to all subdir Makefile.am's also.
* 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