added lodbias demo
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 20 Mar 2000 22:02:11 +0000 (22:02 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 20 Mar 2000 22:02:11 +0000 (22:02 +0000)
docs/VERSIONS
progs/demos/Makefile.BeOS-R4
progs/demos/Makefile.X11
progs/demos/Makefile.cygnus

index 5014f7d..9bc4728 100644 (file)
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.22 2000/03/20 00:29:24 brianp Exp $
+$Id: VERSIONS,v 1.23 2000/03/20 22:02:26 brianp Exp $
 
 
 Mesa Version History
@@ -691,6 +691,7 @@ Mesa Version History
        - demos/geartrain program
        - GL_EXT_texture_lod_bias extension
        - antialiased triangles now implemented
+       - demos/lodbias program
     Bug Fixes:
        - 
     Changes:
index 81a3d65..daa087c 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.BeOS-R4,v 1.6 2000/03/06 23:35:06 brianp Exp $
+# $Id: Makefile.BeOS-R4,v 1.7 2000/03/20 22:02:11 brianp Exp $
 
 # Mesa 3-D graphics library
 # Version:  3.3
@@ -18,7 +18,7 @@ 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 \
-       morph3d multiarb osdemo paltex pointblast readpix reflect \
+       lodbias morph3d multiarb osdemo paltex pointblast readpix reflect \
        renormal spectex stex3d texcyl texdown texobj trispd winpos
 
 
index 3e159c5..f87ec8f 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.7 2000/03/06 23:35:07 brianp Exp $
+# $Id: Makefile.X11,v 1.8 2000/03/20 22:02:11 brianp Exp $
 
 # Mesa 3-D graphics library
 # Version:  3.3
@@ -17,7 +17,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 \
-       glutfx isosurf morph3d multiarb osdemo paltex pointblast \
+       glutfx isosurf lodbias morph3d multiarb osdemo paltex pointblast \
        readpix reflect renormal spectex stex3d tessdemo texcyl \
        texdown texobj trispd winpos \
 
index 0568684..6f4bfbf 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.cygnus,v 1.5 2000/03/06 23:35:07 brianp Exp $
+# $Id: Makefile.cygnus,v 1.6 2000/03/20 22:02:11 brianp Exp $
 
 # Mesa 3-D graphics library
 # Version:  3.3
@@ -20,7 +20,7 @@ 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 \
-       morph3d multiext osdemo paltex pointblast readpix reflect \
+       lodbias morph3d multiext osdemo paltex pointblast readpix reflect \
        renormal spectex stex3d tessdemo texcyl texdown texobj trispd winpos