summaryrefslogtreecommitdiff
path: root/progs/demos/gloss.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-18progs/demos: fix glut initialization callsBrian Paul1-1/+1
2009-02-24demos: add some fflushes for windowsKeith Whitwell1-0/+1
2009-02-01progs: Get more samples building on windows.José Fonseca1-0/+2
2006-06-26use trackball code for mouse rotationBrian Paul1-49/+26
2006-04-11allow rotation w/ mouseBrian Paul1-1/+42
2006-03-30added -f option for full-screeenBrian Paul1-1/+8
2005-01-09better animate rate (Marcelo Magallon)Brian Paul1-6/+12
2004-05-05don't need auto mipmapsBrian Paul1-1/+0
2004-05-04added -c option to exercise convolution of glTexImage2DBrian Paul1-16/+64
2004-01-28Add glutInitWindowPosition callKeith Whitwell1-0/+1
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2002-11-28use polygon offset to avoid multi-pass Z-fighting artifactsBrian Paul1-2/+5
2000-12-24* demos/Makefile.am (INCLUDES): Added -I$(top_srcdir)/util.pesco1-2/+2
2000-08-29changed default Shininess to 6Brian Paul1-2/+2
2000-06-27fixed compiler warningsBrian Paul1-2/+8
1999-10-26better texture matrix, better end-cap reflections on cylinderBrian Paul1-11/+22
1999-10-23more comments, removed unneeded glDepthFunc callBrian Paul1-3/+7
1999-10-22initial revBrian Paul1-0/+358