summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/Makefile.X11
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/Makefile.X11')
-rw-r--r--src/mesa/main/Makefile.X1110
1 files changed, 6 insertions, 4 deletions
diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11
index 940135f..9ccaafc 100644
--- a/src/mesa/main/Makefile.X11
+++ b/src/mesa/main/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.72 2002/10/29 23:09:40 brianp Exp $
+# $Id: Makefile.X11,v 1.73 2003/01/14 04:55:45 brianp Exp $
# Mesa 3-D graphics library
# Version: 5.0
@@ -56,6 +56,10 @@ CORE_SOURCES = \
lines.c \
matrix.c \
mmath.c \
+ nvprogram.c \
+ nvfragparse.c \
+ nvvertexec.c \
+ nvvertparse.c \
pixel.c \
points.c \
polygon.c \
@@ -70,9 +74,6 @@ CORE_SOURCES = \
texstore.c \
texutil.c \
varray.c \
- vpexec.c \
- vpparse.c \
- vpstate.c \
vtxfmt.c \
X86/x86.c \
X86/common_x86.c \
@@ -107,6 +108,7 @@ CORE_SOURCES = \
swrast/s_lines.c \
swrast/s_logic.c \
swrast/s_masking.c \
+ swrast/s_nvfragprog.c \
swrast/s_pixeltex.c \
swrast/s_points.c \
swrast/s_readpix.c \