diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-06-27 16:54:18 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-06-27 16:54:18 +0000 |
commit | 0674c22e010b9629dc71fb04972dd4529152deb0 (patch) | |
tree | f890882c37106907c44dfdef3ed5c600ffca9fa8 /progs/demos | |
parent | 5b0a7f397104ff1938908410b422e529120acde5 (diff) |
added 3dfx demos
Diffstat (limited to 'progs/demos')
-rw-r--r-- | progs/demos/Makefile.BeOS-R4 | 10 | ||||
-rw-r--r-- | progs/demos/Makefile.X11 | 10 | ||||
-rw-r--r-- | progs/demos/Makefile.cygnus | 10 |
3 files changed, 27 insertions, 3 deletions
diff --git a/progs/demos/Makefile.BeOS-R4 b/progs/demos/Makefile.BeOS-R4 index a53db78381..ff3c675369 100644 --- a/progs/demos/Makefile.BeOS-R4 +++ b/progs/demos/Makefile.BeOS-R4 @@ -1,4 +1,4 @@ -# $Id: Makefile.BeOS-R4,v 1.11 2000/06/27 15:56:46 brianp Exp $ +# $Id: Makefile.BeOS-R4,v 1.12 2000/06/27 16:54:18 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -21,13 +21,16 @@ PROGS = bounce \ clearspd \ cubemap \ drawpix \ + fire \ gamma \ gears \ geartrain \ glinfo \ gloss \ + gltestperf \ glutfx \ isosurf \ + ipers \ lodbias \ morph3d \ multiarb \ @@ -36,17 +39,22 @@ PROGS = bounce \ paltex \ pixeltex \ pointblast \ + ray \ readpix \ reflect \ renormal \ spectex \ stex3d \ + teapot \ + terrain \ tessdemo \ texcyl \ texdown \ texenv \ texobj \ trispd \ + tunnel \ + tunnel2 \ winpos diff --git a/progs/demos/Makefile.X11 b/progs/demos/Makefile.X11 index bfd0723aa1..0afb622327 100644 --- a/progs/demos/Makefile.X11 +++ b/progs/demos/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.13 2000/06/27 15:56:46 brianp Exp $ +# $Id: Makefile.X11,v 1.14 2000/06/27 16:54:18 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -20,13 +20,16 @@ PROGS = bounce \ clearspd \ cubemap \ drawpix \ + fire \ gamma \ gears \ geartrain \ glinfo \ gloss \ + gltestperf \ glutfx \ isosurf \ + ipers \ lodbias \ morph3d \ multiarb \ @@ -35,17 +38,22 @@ PROGS = bounce \ paltex \ pixeltex \ pointblast \ + ray \ readpix \ reflect \ renormal \ spectex \ stex3d \ + teapot \ + terrain \ tessdemo \ texcyl \ texdown \ texenv \ texobj \ trispd \ + tunnel \ + tunnel2 \ winpos diff --git a/progs/demos/Makefile.cygnus b/progs/demos/Makefile.cygnus index c85bb60444..1e5ab0f0ec 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 |