Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-18 | progs/demos: update arbocclude.c to do multiple queries at once | Brian 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-18 | progs/demos: fix glut initialization calls | Brian 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-24 | progs: 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-18 | demos: all glutDestroyWindow() upon exit to test query object clean-up | Brian Paul | |
2005-01-09 | Add #ifdefs for extension testing (Marcello Magallon) | Brian Paul | |
2004-06-28 | option to test with display lists | Brian Paul | |
2003-06-13 | fix typo, added space/anim control | Brian Paul | |
2003-06-13 | GL_ARB_occlusion_query demo. | Brian Paul | |