summaryrefslogtreecommitdiff
path: root/progs/demos/gearbox.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.
2009-02-24demos: add some fflushes for windowsKeith Whitwell
2008-08-13mesa: clear the unused upper-left region to black instead of leaving it ↵Brian Paul
undefined
2006-01-30use fmod() when incrementing CubeRotBrian Paul
2006-01-28Test glCopyTexSubImage2D by drawing gears as texture on sides of a box.Brian Paul