summaryrefslogtreecommitdiffstats
path: root/progs/demos/copypix.c
Commit message (Collapse)AuthorAgeFilesLines
* progs/demos: fix glut initialization callsBrian Paul2009-12-181-4/+3
| | | | | | | 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.
* progs/demos: added RGB invert optionBrian Paul2009-09-081-0/+22
|
* progs: Port most of the demos to glew.José Fonseca2009-01-241-2/+2
| | | | | A couple of test weren't ported due to glew breakage -- it undefines GLAPIENTRY.
* added copypix.c test (test glCopyPixels w/ pixel zoom)Brian2007-09-141-0/+248