From d03dc2547756f5ed0b5538646c75e88f1fd7b526 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 24 Mar 2000 20:56:50 +0000 Subject: [PATCH] added texutil.c source --- src/mesa/Makefile.X11 | 3 ++- src/mesa/main/Makefile.DJ | 3 ++- src/mesa/main/Makefile.X11 | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index 8933fb4..191a144 100644 --- a/src/mesa/Makefile.X11 +++ b/src/mesa/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.17 2000/02/21 23:24:02 brianp Exp $ +# $Id: Makefile.X11,v 1.18 2000/03/24 20:56:50 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -80,6 +80,7 @@ CORE_SOURCES = \ texobj.c \ texstate.c \ texture.c \ + texutil.c \ translate.c \ triangle.c \ varray.c \ diff --git a/src/mesa/main/Makefile.DJ b/src/mesa/main/Makefile.DJ index 367b3d6..da78228 100644 --- a/src/mesa/main/Makefile.DJ +++ b/src/mesa/main/Makefile.DJ @@ -1,4 +1,4 @@ -# $Id: Makefile.DJ,v 1.5 2000/02/21 23:24:02 brianp Exp $ +# $Id: Makefile.DJ,v 1.6 2000/03/24 20:56:50 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -98,6 +98,7 @@ CORE_SOURCES = \ texobj.c \ texstate.c \ texture.c \ + texutil.c \ translate.c \ triangle.c \ varray.c \ diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11 index 8933fb4..191a144 100644 --- a/src/mesa/main/Makefile.X11 +++ b/src/mesa/main/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.17 2000/02/21 23:24:02 brianp Exp $ +# $Id: Makefile.X11,v 1.18 2000/03/24 20:56:50 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -80,6 +80,7 @@ CORE_SOURCES = \ texobj.c \ texstate.c \ texture.c \ + texutil.c \ translate.c \ triangle.c \ varray.c \ -- 2.7.4