summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/Makefile.OSMesa16
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/Makefile.OSMesa16')
-rw-r--r--src/mesa/main/Makefile.OSMesa1610
1 files changed, 6 insertions, 4 deletions
diff --git a/src/mesa/main/Makefile.OSMesa16 b/src/mesa/main/Makefile.OSMesa16
index ce374d4..c1899e7 100644
--- a/src/mesa/main/Makefile.OSMesa16
+++ b/src/mesa/main/Makefile.OSMesa16
@@ -1,4 +1,4 @@
-# $Id: Makefile.OSMesa16,v 1.10 2003/01/14 03:00:55 brianp Exp $
+# $Id: Makefile.OSMesa16,v 1.11 2003/01/14 04:55:45 brianp Exp $
# Mesa 3-D graphics library
# Version: 5.0
@@ -57,6 +57,10 @@ CORE_SOURCES = \
lines.c \
matrix.c \
mmath.c \
+ nvprogram.c \
+ nvfragparse.c \
+ nvvertexec.c \
+ nvvertparse.c \
pixel.c \
points.c \
polygon.c \
@@ -71,9 +75,6 @@ CORE_SOURCES = \
texstore.c \
texutil.c \
varray.c \
- vpexec.c \
- vpparse.c \
- vpstate.c \
vtxfmt.c \
X86/x86.c \
X86/common_x86.c \
@@ -108,6 +109,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 \