summaryrefslogtreecommitdiffstats
path: root/progs/demos/multiarb.c
Commit message (Expand)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-369/+0
* progs/demos: fix glut initialization callsBrian Paul2009-12-181-2/+1
* progs/demos: add fps to multiarbKeith Whitwell2009-10-231-0/+16
* progs: Get more samples building on windows.José Fonseca2009-02-011-0/+2
* Only emit texcoords for enabled units. Enable/disable units with 0..7 keys.Brian2007-11-161-58/+65
* include readtex.hBrian Paul2005-01-091-2/+1
* Tweak: set z scale to one, else tnl thinks we have a 3d texcoord.Keith Whitwell2004-01-271-1/+1
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* applied Ian's misc patchesBrian Paul2003-05-301-17/+38
* now supports > 2 texture unitsBrian Paul2002-02-131-182/+123
* also print GL_MAX_TEXTURE_SIZEBrian Paul2001-06-201-2/+8
* moved glTexEnvi calls to better logical locationsBrian Paul2001-06-131-9/+8
* * demos/Makefile.am (INCLUDES): Added -I$(top_srcdir)/util.pesco2000-12-241-2/+28
* print number of texture unitsBrian Paul2000-11-011-1/+8
* set default window posBrian Paul2000-05-231-1/+5
* changed > to >=Brian Paul2000-02-021-2/+5
* limit Drift to [0, 1]Brian Paul2000-02-021-1/+6
* added -info command line optionBrian Paul1999-10-211-3/+18
* use texture objects nowBrian Paul1999-10-131-11/+24
* Initial revisionjtg1999-08-191-0/+307