summaryrefslogtreecommitdiffstats
path: root/progs/demos/fbo_firecube.c
Commit message (Collapse)AuthorAgeFilesLines
* progs/demos: fix glut initialization callsBrian Paul2009-12-181-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.cBrian Paul2009-10-141-8/+28
|
* progs: Port most of the demos to glew.José Fonseca2009-01-241-1/+2
| | | | | A couple of test weren't ported due to glew breakage -- it undefines GLAPIENTRY.
* demos: press SPACE to toggle fbo_firecube animationBrian Paul2008-11-261-3/+12
|
* Fix a typo.Thomas Hellstrom2008-07-241-1/+1
|
* Add new demo "fbo_firecube".Thomas Hellstrom2008-07-241-0/+1041
Tests fbo render-to-texture for various internal texture image formats.