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/Makefile.BeOS-R4 | |
parent | 5b0a7f397104ff1938908410b422e529120acde5 (diff) |
added 3dfx demos
Diffstat (limited to 'progs/demos/Makefile.BeOS-R4')
-rw-r--r-- | progs/demos/Makefile.BeOS-R4 | 10 |
1 files changed, 9 insertions, 1 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 |