summaryrefslogtreecommitdiff
path: root/progs/demos/Makefile.X11
AgeCommit message (Collapse)AuthorFilesLines
2004-04-22obsoleteBrian Paul1-101/+0
2003-10-03improved 'clean' targets (Otto Solares)Brian Paul1-4/+4
2003-09-24GL_ARB_point_sprite demoBrian Paul1-0/+1
2003-06-13GL_ARB_occlusion_query demo.Brian Paul1-0/+1
2003-06-10updated old-style makefiles for new treeBrian Paul1-3/+3
2003-06-01Remove a bunch of really old/obsolete configs.Brian Paul1-24/+9
Use the new mklib script.
2003-04-21fix .c / .h typoBrian Paul1-2/+2
2003-04-17Demo of using GL_ARB_vertex/fragment_program to do per-pixel lighting.Brian Paul1-4/+6
2003-04-07Demo of per-pixel lighting with a fragment program.Brian Paul1-1/+2
2001-08-21Get rid of unfinished demo.Gareth Hughes1-3/+2
2001-03-27added rules for readtex.c and readtex.hBrian Paul1-2/+11
2001-03-22Initial demo of GL_EXT_texture_filter_anisotropic extension.Gareth Hughes1-3/+3
2001-02-20added shadowtexBrian Paul1-2/+3
2000-12-24* demos/Makefile.am (INCLUDES): Added -I$(top_srcdir)/util.pesco1-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.
2000-11-01update for separate libOSMesa.so libBrian Paul1-2/+9
2000-06-27added 3dfx demosBrian Paul1-1/+9
2000-06-27added texenv demoBrian Paul1-5/+32
2000-05-30added cubemap demoBrian Paul1-2/+2
2000-04-24removed extra /Brian Paul1-2/+2
2000-04-07added pixeltex demoBrian Paul1-3/+3
2000-04-01added occlude demoBrian Paul1-3/+3
2000-03-20added lodbias demoBrian Paul1-2/+2
2000-03-06added geartrainBrian Paul1-4/+5
2000-03-01added readpix programBrian Paul1-2/+2
2000-02-16new library dependency varsBrian Paul1-3/+2
2000-01-28added texdown programBrian Paul1-4/+4
1999-10-27removed -lm from link commandBrian Paul1-2/+2
1999-10-22added gloss demoBrian Paul1-3/+3
1999-08-19Initial revisionjtg1-0/+60