Browse Source

added texenv demo

tags/mesa_3_3
Brian Paul 25 years ago
parent
commit
e4b40b0211
3 changed files with 96 additions and 15 deletions
  1. 32
    5
      progs/demos/Makefile.BeOS-R4
  2. 32
    5
      progs/demos/Makefile.X11
  3. 32
    5
      progs/demos/Makefile.cygnus

+ 32
- 5
progs/demos/Makefile.BeOS-R4 View File

@@ -1,4 +1,4 @@
# $Id: Makefile.BeOS-R4,v 1.10 2000/05/30 01:19:49 brianp Exp $
# $Id: Makefile.BeOS-R4,v 1.11 2000/06/27 15:56:46 brianp Exp $

# Mesa 3-D graphics library
# Version: 3.3
@@ -17,10 +17,37 @@ GL_LIBS = -L$(LIBDIR) -L/boot/home/config/lib -Xlinker -rpath $(LIBDIR) -lbe -lg

LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB)

PROGS = bounce clearspd cubemap drawpix gamma gears geartrain glinfo \
gloss isosurf lodbias morph3d multiarb occlude osdemo paltex \
pixeltex pointblast readpix \
reflect renormal spectex stex3d texcyl texdown texobj trispd winpos
PROGS = bounce \
clearspd \
cubemap \
drawpix \
gamma \
gears \
geartrain \
glinfo \
gloss \
glutfx \
isosurf \
lodbias \
morph3d \
multiarb \
occlude \
osdemo \
paltex \
pixeltex \
pointblast \
readpix \
reflect \
renormal \
spectex \
stex3d \
tessdemo \
texcyl \
texdown \
texenv \
texobj \
trispd \
winpos


##### RULES #####

+ 32
- 5
progs/demos/Makefile.X11 View File

@@ -1,4 +1,4 @@
# $Id: Makefile.X11,v 1.12 2000/05/30 01:19:49 brianp Exp $
# $Id: Makefile.X11,v 1.13 2000/06/27 15:56:46 brianp Exp $

# Mesa 3-D graphics library
# Version: 3.3
@@ -16,10 +16,37 @@ GL_LIBS = -L$(LIBDIR) -lglut -lGLU -lGL $(APP_LIB_DEPS)

LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB)

PROGS = bounce clearspd cubemap drawpix gamma gears geartrain glinfo gloss \
glutfx isosurf lodbias morph3d multiarb occlude osdemo paltex \
pixeltex pointblast readpix reflect renormal spectex stex3d \
tessdemo texcyl texdown texobj trispd winpos
PROGS = bounce \
clearspd \
cubemap \
drawpix \
gamma \
gears \
geartrain \
glinfo \
gloss \
glutfx \
isosurf \
lodbias \
morph3d \
multiarb \
occlude \
osdemo \
paltex \
pixeltex \
pointblast \
readpix \
reflect \
renormal \
spectex \
stex3d \
tessdemo \
texcyl \
texdown \
texenv \
texobj \
trispd \
winpos


##### RULES #####

+ 32
- 5
progs/demos/Makefile.cygnus View File

@@ -1,4 +1,4 @@
# $Id: Makefile.cygnus,v 1.9 2000/05/30 01:19:49 brianp Exp $
# $Id: Makefile.cygnus,v 1.10 2000/06/27 15:56:46 brianp Exp $

# Mesa 3-D graphics library
# Version: 3.3
@@ -19,10 +19,37 @@ GL_LIBS = -L$(LIBDIR) -lglut -lMesaGLU -lMesaGL -lm $(WLIBS)

LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB)

PROGS = clearspd cubemap drawpix gamma gears geartrain glinfo glutfx \
gloss isosurf lodbias morph3d multiext occlude osdemo paltex \
pixeltex pointblast readpix reflect \
renormal spectex stex3d tessdemo texcyl texdown texobj trispd winpos
PROGS = bounce \
clearspd \
cubemap \
drawpix \
gamma \
gears \
geartrain \
glinfo \
gloss \
glutfx \
isosurf \
lodbias \
morph3d \
multiarb \
occlude \
osdemo \
paltex \
pixeltex \
pointblast \
readpix \
reflect \
renormal \
spectex \
stex3d \
tessdemo \
texcyl \
texdown \
texenv \
texobj \
trispd \
winpos


##### RULES #####

Loading…
Cancel
Save