summaryrefslogtreecommitdiffstats
path: root/progs/demos/multiarb.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Also, asst. clean-ups.
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | * demos/Makefile.X11, demos/Makefile.BeOS-R4, demos/Makefile.cygnus: Essentially the same. Program files updated to include "readtex.c", not "../util/readtex.c". * demos/reflect.c: Likewise for "showbuffer.c". * Makefile.am (EXTRA_DIST): Added top-level regular files. * include/GL/Makefile.am (INC_X11): Added glxext.h. * src/GGI/include/ggi/mesa/Makefile.am (EXTRA_HEADERS): Include Mesa GGI headers in dist even if HAVE_GGI is not given. * configure.in: Look for GLUT and demo source dirs in $srcdir. * src/swrast/Makefile.am (libMesaSwrast_la_SOURCES): Set to *.[ch]. More source list updates in various Makefile.am's. * Makefile.am (dist-hook): Remove CVS directory from distribution. (DIST_SUBDIRS): List all possible subdirs here. (SUBDIRS): Only list subdirs selected for build again. The above two applied to all subdir Makefile.am's also.
* 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