Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progs/demos: update arbocclude.c to do multiple queries at once | Brian Paul | 2010-02-18 | 1 | -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 calls | Brian Paul | 2009-12-18 | 1 | -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é Fonseca | 2009-01-24 | 1 | -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-up | Brian Paul | 2008-12-18 | 1 | -2/+3 |
| | |||||
* | Add #ifdefs for extension testing (Marcello Magallon) | Brian Paul | 2005-01-09 | 1 | -0/+11 |
| | |||||
* | option to test with display lists | Brian Paul | 2004-06-28 | 1 | -1/+19 |
| | |||||
* | fix typo, added space/anim control | Brian Paul | 2003-06-13 | 1 | -1/+9 |
| | |||||
* | GL_ARB_occlusion_query demo. | Brian Paul | 2003-06-13 | 1 | -0/+246 |