aboutsummaryrefslogtreecommitdiffstats
path: root/progs/demos/spriteblast.c
Commit message (Collapse)AuthorAgeFilesLines
* 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