summaryrefslogtreecommitdiff
path: root/progs/demos/stex3d.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.
2010-03-11progs/demos: added 'f' key to toggle filtering mode in stex3d.cBrian Paul
2009-02-01progs: Get more samples building on windows.José Fonseca
2006-06-13Fix command line parsing.Michel Dänzer
2003-04-21fix minor warningsBrian Paul
2003-03-31use gluSphere instead of glutSphere so we get texcoordsBrian Paul
2003-03-29fix texgen msg stringsBrian Paul
2002-10-23massive overhaul, see new keyboard optionsBrian Paul
2002-04-22removed CVS $Log commentsBrian Paul
2000-06-27fixed compiler warningsBrian Paul
2000-03-22converted from GL_EXT_texture3D to GL 1.2Brian Paul
1999-12-16added a cast to malloc callBrian Paul
1999-09-17silenced some warningsBrian Paul
1999-08-19Initial revisionjtg