summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-04-07 16:28:37 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-04-07 16:28:37 +0000
commitb0362de32bc0ecdb022e593cdf721b7061dd6a88 (patch)
treee37d44a0a279540e1e8bc89e76773b4423e41963 /src/mesa
parent2b2e925ea4a5652b0ab73b1efbce345a42663842 (diff)
added pixeltex.c
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/Makefile.X113
-rw-r--r--src/mesa/main/Makefile.DJ3
-rw-r--r--src/mesa/main/Makefile.X113
3 files changed, 6 insertions, 3 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11
index 191a144df8..84a4f1d4ef 100644
--- a/src/mesa/Makefile.X11
+++ b/src/mesa/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.18 2000/03/24 20:56:50 brianp Exp $
+# $Id: Makefile.X11,v 1.19 2000/04/07 16:28:38 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.3
@@ -64,6 +64,7 @@ CORE_SOURCES = \
pb.c \
pipeline.c \
pixel.c \
+ pixeltex.c \
points.c \
polygon.c \
quads.c \
diff --git a/src/mesa/main/Makefile.DJ b/src/mesa/main/Makefile.DJ
index da78228085..81d7535668 100644
--- a/src/mesa/main/Makefile.DJ
+++ b/src/mesa/main/Makefile.DJ
@@ -1,4 +1,4 @@
-# $Id: Makefile.DJ,v 1.6 2000/03/24 20:56:50 brianp Exp $
+# $Id: Makefile.DJ,v 1.7 2000/04/07 16:28:37 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.3
@@ -81,6 +81,7 @@ CORE_SOURCES = \
mmath.c \
pb.c \
pixel.c \
+ pixeltex.c \
pipeline.c \
points.c \
polygon.c \
diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11
index 191a144df8..84a4f1d4ef 100644
--- a/src/mesa/main/Makefile.X11
+++ b/src/mesa/main/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.18 2000/03/24 20:56:50 brianp Exp $
+# $Id: Makefile.X11,v 1.19 2000/04/07 16:28:38 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.3
@@ -64,6 +64,7 @@ CORE_SOURCES = \
pb.c \
pipeline.c \
pixel.c \
+ pixeltex.c \
points.c \
polygon.c \
quads.c \