Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progs/demos: fix glut initialization calls | Brian Paul | 2009-12-18 | 1 | -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 option | Brian Paul | 2009-09-08 | 1 | -0/+22 |
| | |||||
* | progs: Port most of the demos to glew. | José Fonseca | 2009-01-24 | 1 | -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) | Brian | 2007-09-14 | 1 | -0/+248 |