summaryrefslogtreecommitdiff
path: root/progs/demos/geartrain.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.
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul
Conflicts: configs/darwin src/gallium/auxiliary/util/u_clear.h src/gallium/state_trackers/xorg/xorg_exa_tgsi.c src/mesa/drivers/dri/i965/brw_draw_upload.c
2009-12-26progs/demos: Silence warn_unused_result warnings.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-02-24demos: add some fflushes for windowsKeith Whitwell
2007-07-06call glutInit(), bug 11486Xavier Bachelot
2005-01-09better animate rate (Marcelo Magallon)Brian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2001-10-04Allow to compile in Windows.Karl Schultz
2000-11-30Add basic timing information.Gareth Hughes
2000-04-06silenced warningsBrian Paul
2000-04-05fixed compiler warnignsBrian Paul
2000-04-04added copyright infoBrian Paul
2000-03-29added error checking on file openBrian Paul
2000-03-22changed TDA to [4] for glMaterialfv() callsBrian Paul
2000-03-06initial check-inBrian Paul