summaryrefslogtreecommitdiff
path: root/progs/demos/arbocclude.c
AgeCommit message (Collapse)Author
2010-02-18progs/demos: update arbocclude.c to do multiple queries at onceBrian Paul
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.
2009-12-18progs/demos: fix glut initialization callsBrian Paul
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.
2009-01-24progs: Port most of the demos to glew.José Fonseca
A couple of test weren't ported due to glew breakage -- it undefines GLAPIENTRY.
2008-12-18demos: all glutDestroyWindow() upon exit to test query object clean-upBrian Paul
2005-01-09Add #ifdefs for extension testing (Marcello Magallon)Brian Paul
2004-06-28option to test with display listsBrian Paul
2003-06-13fix typo, added space/anim controlBrian Paul
2003-06-13GL_ARB_occlusion_query demo.Brian Paul