aboutsummaryrefslogtreecommitdiffstats
path: root/progs/demos/fbo_firecube.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-1071/+0
| | | | | | | The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about.
* 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.