summaryrefslogtreecommitdiffstats
path: root/progs/demos/spriteblast.c
Commit message (Collapse)AuthorAgeFilesLines
* progs/demos: fix glut initialization callsBrian Paul2009-12-181-2/+2
| | | | | | | 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.
* demos: Set the depth mask correctly to get the desired blendingIan Romanick2009-06-301-2/+2
|
* 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.
* use larger point/sprite sizeBrian2007-06-281-11/+11
|
* move initialization code aroudn so glPointParameter isn't called before ↵Roland Scheidegger2006-08-281-3/+3
| | | | checking the extension is present
* better animate rate (Marcelo Magallon)Brian Paul2005-01-091-3/+9
|
* clean-up the hokey transformation code so that window resizes actually workBrian Paul2004-09-161-31/+13
|
* changes towards GL_ARB_point_sprite (two-zero)Daniel Borca2004-09-131-4/+49
|
* add glutInitWindowPosition callsKeith Whitwell2004-01-281-0/+1
|
* GL_ARB_point_sprite demoBrian Paul2003-09-241-0/+520