summaryrefslogtreecommitdiffstats
path: root/progs/demos/geartrain.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-1085/+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.
* Merge branch 'mesa_7_7_branch'Brian Paul2009-12-311-5/+16
|\ | | | | | | | | | | | | | | 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
| * progs/demos: Silence warn_unused_result warnings.Vinson Lee2009-12-261-5/+16
| |
* | progs/demos: fix glut initialization callsBrian Paul2009-12-181-7/+6
|/ | | | | | | 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
|
* call glutInit(), bug 11486Xavier Bachelot2007-07-061-0/+1
|
* better animate rate (Marcelo Magallon)Brian Paul2005-01-091-3/+7
|
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
|
* Allow to compile in Windows.Karl Schultz2001-10-041-1/+5
|
* Add basic timing information.Gareth Hughes2000-11-301-140/+154
|
* silenced warningsBrian Paul2000-04-061-11/+11
|
* fixed compiler warnignsBrian Paul2000-04-051-10/+2
|
* added copyright infoBrian Paul2000-04-041-3/+22
|
* added error checking on file openBrian Paul2000-03-291-1/+6
|
* changed TDA to [4] for glMaterialfv() callsBrian Paul2000-03-221-2/+2
|
* initial check-inBrian Paul2000-03-061-0/+1036