Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progs/demos: fix glut initialization calls | Brian Paul | 2009-12-18 | 1 | -1/+1 |
| | | | | | | | 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: try different depth formats in fbo_firecube.c | Brian Paul | 2009-10-14 | 1 | -8/+28 |
| | |||||
* | progs: Port most of the demos to glew. | José Fonseca | 2009-01-24 | 1 | -1/+2 |
| | | | | | A couple of test weren't ported due to glew breakage -- it undefines GLAPIENTRY. | ||||
* | demos: press SPACE to toggle fbo_firecube animation | Brian Paul | 2008-11-26 | 1 | -3/+12 |
| | |||||
* | Fix a typo. | Thomas Hellstrom | 2008-07-24 | 1 | -1/+1 |
| | |||||
* | Add new demo "fbo_firecube". | Thomas Hellstrom | 2008-07-24 | 1 | -0/+1041 |
Tests fbo render-to-texture for various internal texture image formats. |