summaryrefslogtreecommitdiffstats
path: root/progs/demos/gloss.c
Commit message (Collapse)AuthorAgeFilesLines
* use trackball code for mouse rotationBrian Paul2006-06-261-49/+26
|
* allow rotation w/ mouseBrian Paul2006-04-111-1/+42
|
* added -f option for full-screeenBrian Paul2006-03-301-1/+8
|
* better animate rate (Marcelo Magallon)Brian Paul2005-01-091-6/+12
|
* don't need auto mipmapsBrian Paul2004-05-051-1/+0
|
* added -c option to exercise convolution of glTexImage2DBrian Paul2004-05-041-16/+64
|
* Add glutInitWindowPosition callKeith Whitwell2004-01-281-0/+1
|
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
|
* use polygon offset to avoid multi-pass Z-fighting artifactsBrian Paul2002-11-281-2/+5
|
* * demos/Makefile.am (INCLUDES): Added -I$(top_srcdir)/util.pesco2000-12-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* changed default Shininess to 6Brian Paul2000-08-291-2/+2
|
* fixed compiler warningsBrian Paul2000-06-271-2/+8
|
* better texture matrix, better end-cap reflections on cylinderBrian Paul1999-10-261-11/+22
|
* more comments, removed unneeded glDepthFunc callBrian Paul1999-10-231-3/+7
|
* initial revBrian Paul1999-10-221-0/+358