summaryrefslogtreecommitdiff
path: root/progs/demos/morph3d.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-01-14Merge branch 'mesa_7_7_branch'Jakob Bornecrantz
Conflicts: src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c src/gallium/auxiliary/util/Makefile src/gallium/drivers/r300/r300_state_derived.c
2010-01-11progs/demos: Remove unnecessary header from morph3d.c.Vinson Lee
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.
2009-11-17progs/demos: silence warningsBrian Paul
2007-07-06call glutInit(), bug 11486Xavier Bachelot
2005-12-08'a' key to toggle animationBrian Paul
2005-01-09better animate rate (Marcelo Magallon)Brian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2000-06-27fixed compiler warningsBrian Paul
1999-12-15moved #define to column 0Brian Paul
1999-09-17silenced some warningsBrian Paul
1999-08-19Initial revisionjtg