summaryrefslogtreecommitdiff
path: root/progs/demos/gltestperf.c
AgeCommit message (Collapse)Author
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.
2007-07-06call glutInit(), bug 11486Xavier Bachelot
2003-04-21fix minor warningsBrian Paul
2000-06-27initial check-inBrian Paul