summaryrefslogtreecommitdiff
path: root/progs/demos/tessdemo.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt1-523/+0
2009-12-18progs/demos: fix glut initialization callsBrian Paul1-2/+1
2007-04-26move #include <GL/glut.h> after other #includes for WindowsBrian1-1/+1
2004-01-28add glutInitWindowPosition callsKeith Whitwell1-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-8/+9
2002-07-12Pedantic compiler fixes (Sven Panne)Brian Paul1-10/+12
2001-03-21Fix compilation with GLU 1.1Gareth Hughes1-3/+7
2001-03-21Make ESC quit.Gareth Hughes1-1/+2
2001-03-21Revert back to new tessellator, check version string to be sure we'reGareth Hughes1-249/+343
2000-07-11reverted to old tessellatorBrian Paul1-363/+249
2000-06-27fixed compiler warningsBrian Paul1-19/+18
2000-03-27added missing glEnd() call (Tim Beckmann)Brian Paul1-52/+3
2000-01-24Removed '#if 0' from second pass.Gareth Hughes1-3/+4
2000-01-23Merged 3.2 updates, namely combine callback for intersectingGareth Hughes1-35/+62
1999-11-04Updated demo for new GLU 1.3 tessellation. Added optimized renderingGareth Hughes1-325/+440
1999-09-19lots of autoconf updatestanner1-4/+8
1999-08-19Initial revisionjtg1-0/+439