summaryrefslogtreecommitdiffstats
path: root/progs/demos/drawpix.c
Commit message (Collapse)AuthorAgeFilesLines
* mesa: call glutDestroyWindow()Brian Paul2008-05-201-1/+3
|
* call glFinish if drawing to front bufferBrian Paul2005-09-291-1/+3
|
* include readtex.hBrian Paul2005-01-091-1/+2
|
* allow specifying image file on command lineBrian Paul2004-11-101-5/+11
|
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
|
* Pedantic compiler fixes (Sven Panne)Brian Paul2002-07-121-2/+2
|
* removed CVS $Log commentsBrian Paul2002-04-221-59/+1
|
* added fog and raster Z position controlsBrian Paul2002-01-261-3/+40
|
* * 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.
* added dither key optionBrian Paul2000-09-081-3/+13
|
* minor changes to Usage() functionBrian Paul1999-10-281-10/+19
|
* added f key to toggle front/back drawingBrian Paul1999-10-211-4/+23
|
* Initial revisionjtg1999-08-191-0/+307