summaryrefslogtreecommitdiff
path: root/progs/demos/tessdemo.c
AgeCommit message (Collapse)Author
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt
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.
2009-12-18progs/demos: fix glut initialization callsBrian Paul
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.
2007-04-26move #include <GL/glut.h> after other #includes for WindowsBrian
2004-01-28add glutInitWindowPosition callsKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2002-10-18Quiet compiler warnings.Karl Schultz
2002-07-12Pedantic compiler fixes (Sven Panne)Brian Paul
2001-03-21Fix compilation with GLU 1.1Gareth Hughes
2001-03-21Make ESC quit.Gareth Hughes
2001-03-21Revert back to new tessellator, check version string to be sure we'reGareth Hughes
running with a valid GLU library.
2000-07-11reverted to old tessellatorBrian Paul
2000-06-27fixed compiler warningsBrian Paul
2000-03-27added missing glEnd() call (Tim Beckmann)Brian Paul
2000-01-24Removed '#if 0' from second pass.Gareth Hughes
2000-01-23Merged 3.2 updates, namely combine callback for intersectingGareth Hughes
contours.
1999-11-04Updated demo for new GLU 1.3 tessellation. Added optimized renderingGareth Hughes
by saving the output of the tessellation into display lists.
1999-09-19lots of autoconf updatestanner
1999-08-19Initial revisionjtg