Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06-30 | demos: Set the depth mask correctly to get the desired blending | Ian Romanick | |
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. | |||
2007-06-28 | use larger point/sprite size | Brian | |
2006-08-28 | move initialization code aroudn so glPointParameter isn't called before ↵ | Roland Scheidegger | |
checking the extension is present | |||
2005-01-09 | better animate rate (Marcelo Magallon) | Brian Paul | |
2004-09-16 | clean-up the hokey transformation code so that window resizes actually work | Brian Paul | |
2004-09-13 | changes towards GL_ARB_point_sprite (two-zero) | Daniel Borca | |
2004-01-28 | add glutInitWindowPosition calls | Keith Whitwell | |
2003-09-24 | GL_ARB_point_sprite demo | Brian Paul | |