summaryrefslogtreecommitdiffstats
path: root/progs/demos/tessdemo.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-523/+0
| | | | | | | The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about.
* progs/demos: fix glut initialization callsBrian Paul2009-12-181-2/+1
| | | | | | | Remove glutInitWindowPosition() calls to play nicer with window managers. Move glutInitWindowSize() calls before glutInit() so the the default window size can be overridden by the -geometry cmd line option.
* move #include <GL/glut.h> after other #includes for WindowsBrian2007-04-261-1/+1
|
* add glutInitWindowPosition callsKeith Whitwell2004-01-281-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-8/+9
|
* Pedantic compiler fixes (Sven Panne)Brian Paul2002-07-121-10/+12
|
* Fix compilation with GLU 1.1Gareth Hughes2001-03-211-3/+7
|
* Make ESC quit.Gareth Hughes2001-03-211-1/+2
|
* Revert back to new tessellator, check version string to be sure we'reGareth Hughes2001-03-211-249/+343
| | | | running with a valid GLU library.
* reverted to old tessellatorBrian Paul2000-07-111-363/+249
|
* fixed compiler warningsBrian Paul2000-06-271-19/+18
|
* added missing glEnd() call (Tim Beckmann)Brian Paul2000-03-271-52/+3
|
* Removed '#if 0' from second pass.Gareth Hughes2000-01-241-3/+4
|
* Merged 3.2 updates, namely combine callback for intersectingGareth Hughes2000-01-231-35/+62
| | | | contours.
* Updated demo for new GLU 1.3 tessellation. Added optimized renderingGareth Hughes1999-11-041-325/+440
| | | | by saving the output of the tessellation into display lists.
* lots of autoconf updatestanner1999-09-191-4/+8
|
* Initial revisionjtg1999-08-191-0/+439