diff options
author | Brian Paul <[email protected]> | 2000-06-27 16:54:18 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-06-27 16:54:18 +0000 |
commit | 0674c22e010b9629dc71fb04972dd4529152deb0 (patch) | |
tree | f890882c37106907c44dfdef3ed5c600ffca9fa8 /progs/demos/Makefile.cygnus | |
parent | 5b0a7f397104ff1938908410b422e529120acde5 (diff) |
added 3dfx demos
Diffstat (limited to 'progs/demos/Makefile.cygnus')
-rw-r--r-- | progs/demos/Makefile.cygnus | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/progs/demos/Makefile.cygnus b/progs/demos/Makefile.cygnus index c85bb60444d..1e5ab0f0ec8 100644 --- a/progs/demos/Makefile.cygnus +++ b/progs/demos/Makefile.cygnus @@ -1,4 +1,4 @@ -# $Id: Makefile.cygnus,v 1.10 2000/06/27 15:56:46 brianp Exp $ +# $Id: Makefile.cygnus,v 1.11 2000/06/27 16:54:18 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -23,13 +23,16 @@ PROGS = bounce \ clearspd \ cubemap \ drawpix \ + fire \ gamma \ gears \ geartrain \ glinfo \ gloss \ + gltestperf \ glutfx \ isosurf \ + ipers \ lodbias \ morph3d \ multiarb \ @@ -38,17 +41,22 @@ PROGS = bounce \ paltex \ pixeltex \ pointblast \ + ray \ readpix \ reflect \ renormal \ spectex \ stex3d \ + teapot \ + terrain \ tessdemo \ texcyl \ texdown \ texenv \ texobj \ trispd \ + tunnel \ + tunnel2 \ winpos |