summaryrefslogtreecommitdiffstats
path: root/progs/demos/arbocclude.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-287/+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: update arbocclude.c to do multiple queries at onceBrian Paul2010-02-181-105/+108
| | | | | | Issue a whole bunch of queries then get the results and render. Draw the test object in red instead of orange if the result was not ready when we first queried it.
* progs/demos: fix glut initialization callsBrian Paul2009-12-181-2/+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: 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: all glutDestroyWindow() upon exit to test query object clean-upBrian Paul2008-12-181-2/+3
|
* Add #ifdefs for extension testing (Marcello Magallon)Brian Paul2005-01-091-0/+11
|
* option to test with display listsBrian Paul2004-06-281-1/+19
|
* fix typo, added space/anim controlBrian Paul2003-06-131-1/+9
|
* GL_ARB_occlusion_query demo.Brian Paul2003-06-131-0/+246