summaryrefslogtreecommitdiff
path: root/progs/demos/clearspd.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.
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2002-10-31Add a note about window map behaviour and the autotuning of nr of loops whichKeith Whitwell
can conspire to make it look like clearspd is exposing an intermittent driver bug...
2002-04-22removed CVS $Log commentsBrian Paul
2000-12-07call glFinish() before getting t1 timeBrian Paul
2000-04-10fixed visual selection and reporting resultsBrian Paul
1999-08-19Initial revisionjtg