summaryrefslogtreecommitdiff
path: root/src/demos/spriteblast.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: switch to glad2Hoe Hao Cheng2023-03-291-2/+3
* demos: require gl 2.0 headersErik Faye-Lund2023-03-131-6/+0
* Use glad instead of GLEW.Jose Fonseca2020-09-161-3/+3
* Fix GL_VERSION checks.José Fonseca2011-06-071-2/+1
* Mac OS X portability fixes.José Fonseca2011-05-131-1/+1
* spriteblast: added fragment program optionBrian Paul2010-09-221-7/+118
* progs/demos: fix glut initialization callsBrian Paul2009-12-181-2/+2
* 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
* use larger point/sprite sizeBrian2007-06-281-11/+11
* move initialization code aroudn so glPointParameter isn't called before check...Roland Scheidegger2006-08-281-3/+3
* 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