summaryrefslogtreecommitdiffstats
path: root/progs/demos/gears.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-403/+0
| | | | | | | 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.
* progs/demos: fix glut initialization callsBrian Paul2009-12-181-3/+1
| | | | | | | 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.
* demos: add some fflushes for windowsKeith Whitwell2009-02-241-0/+1
|
* push out far clip plane to 200Brian2008-01-281-1/+1
|
* Added d/D keys to change viewing distance, 'a' to toggle animationBrian2008-01-281-6/+29
|
* use fmod() to prevent overflow of angle variableBrian Paul2005-09-301-1/+3
|
* free display lists and destroy window upon exitBrian Paul2005-08-091-11/+24
|
* rotate at fixed rate (Marcelo Magallon)Brian Paul2005-01-091-2/+9
|
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
|
* silenced warningsBrian Paul2000-04-061-2/+2
|
* fixed compiler warnignsBrian Paul2000-04-051-3/+1
|
* removed GL_HP_occlustion_test code, added -exit optionBrian Paul2000-03-291-102/+45
|
* Implemented support for the HP occlusion test extension (osmesa and X)Randy Frank2000-03-281-3/+51
|
* added -info command line optionBrian Paul1999-10-211-5/+20
|
* Initial revisionjtg1999-08-191-0/+356