summaryrefslogtreecommitdiff
path: root/progs/demos/copypix.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-09-08progs/demos: added RGB invert optionBrian Paul
2009-01-24progs: Port most of the demos to glew.José Fonseca
A couple of test weren't ported due to glew breakage -- it undefines GLAPIENTRY.
2007-09-14added copypix.c test (test glCopyPixels w/ pixel zoom)Brian