mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 06:40:11 +01:00
added cubemap demo
This commit is contained in:
parent
d04d20974e
commit
aea03c424d
3 changed files with 10 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.BeOS-R4,v 1.9 2000/04/07 16:30:46 brianp Exp $
|
||||
# $Id: Makefile.BeOS-R4,v 1.10 2000/05/30 01:19:49 brianp Exp $
|
||||
|
||||
# Mesa 3-D graphics library
|
||||
# Version: 3.3
|
||||
|
|
@ -17,9 +17,9 @@ 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 drawpix gamma gears geartrain glinfo gloss isosurf \
|
||||
lodbias morph3d multiarb occlude osdemo paltex pixeltex \
|
||||
pointblast readpix \
|
||||
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
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.X11,v 1.11 2000/04/24 15:29:11 brianp Exp $
|
||||
# $Id: Makefile.X11,v 1.12 2000/05/30 01:19:49 brianp Exp $
|
||||
|
||||
# Mesa 3-D graphics library
|
||||
# Version: 3.3
|
||||
|
|
@ -16,7 +16,7 @@ GL_LIBS = -L$(LIBDIR) -lglut -lGLU -lGL $(APP_LIB_DEPS)
|
|||
|
||||
LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB)
|
||||
|
||||
PROGS = bounce clearspd drawpix gamma gears geartrain glinfo gloss \
|
||||
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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.cygnus,v 1.8 2000/04/07 16:30:46 brianp Exp $
|
||||
# $Id: Makefile.cygnus,v 1.9 2000/05/30 01:19:49 brianp Exp $
|
||||
|
||||
# Mesa 3-D graphics library
|
||||
# Version: 3.3
|
||||
|
|
@ -19,9 +19,9 @@ GL_LIBS = -L$(LIBDIR) -lglut -lMesaGLU -lMesaGL -lm $(WLIBS)
|
|||
|
||||
LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB)
|
||||
|
||||
PROGS = clearspd drawpix gamma gears geartrain glinfo glutfx gloss isosurf \
|
||||
lodbias morph3d multiext occlude osdemo paltex pixeltex pointblast \
|
||||
readpix reflect \
|
||||
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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue