summaryrefslogtreecommitdiffstats
path: root/progs/demos/gltestperf.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-580/+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-2/+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.
* call glutInit(), bug 11486Xavier Bachelot2007-07-061-0/+1
|
* fix minor warningsBrian Paul2003-04-211-2/+2
|
* initial check-inBrian Paul2000-06-271-0/+580