summaryrefslogtreecommitdiff
path: root/src/mesa/main/descrip.mms
diff options
context:
space:
mode:
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>2005-05-10 10:15:30 +0000
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>2005-05-10 10:15:30 +0000
commite3b0c19ec98cb97138e1d13d46fdb4a5449837f1 (patch)
tree51cc5fbffc1a2c6b388d781260e7ffa852ad8431 /src/mesa/main/descrip.mms
parent9ca8815d3ba56ad718ba1c48c73aae3cdc0b8db0 (diff)
Committing in .
OpenVMS compile support update for new buffer-code Modified Files: Mesa/src/mesa/drivers/x11/descrip.mms Mesa/src/mesa/main/descrip.mms Mesa/src/mesa/swrast/descrip.mms ----------------------------------------------------------------------
Diffstat (limited to 'src/mesa/main/descrip.mms')
-rw-r--r--src/mesa/main/descrip.mms15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms
index f8eaff9069..a7a5966ca9 100644
--- a/src/mesa/main/descrip.mms
+++ b/src/mesa/main/descrip.mms
@@ -1,10 +1,11 @@
# Makefile for core library for VMS
# contributed by Jouk Jansen joukj@hrem.stm.tudelft.nl
-# Last revision : 18 August 2004
+# Last revision : 10 May 2005
.first
define gl [---.include.gl]
define math [-.math]
+ define shader [-.shader]
.include [---]mms-config.
@@ -41,6 +42,7 @@ SOURCES =accum.c \
fbobject.c \
feedback.c \
fog.c \
+ framebuffer.c \
get.c \
getstring.c \
hash.c \
@@ -56,14 +58,17 @@ SOURCES =accum.c \
points.c \
polygon.c \
rastpos.c \
+ renderbuffer.c \
state.c \
stencil.c \
texcompress.c \
texcompress_fxt1.c \
texcompress_s3tc.c \
+ texenvprogram.c \
texformat.c \
teximage.c \
texobj.c \
+ texrender.c \
texstate.c \
texstore.c \
varray.c \
@@ -94,6 +99,7 @@ extensions.obj,\
fbobject.obj,\
feedback.obj,\
fog.obj,\
+framebuffer.obj,\
get.obj,\
getstring.obj,\
hash.obj,\
@@ -109,14 +115,17 @@ pixel.obj,\
points.obj,\
polygon.obj,\
rastpos.obj,\
+renderbuffer.obj,\
state.obj,\
stencil.obj,\
texcompress.obj,\
texcompress_fxt1.obj,\
texcompress_s3tc.obj,\
+texenvprogram.obj,\
texformat.obj,\
teximage.obj,\
texobj.obj,\
+texrender.obj,\
texstate.obj,\
texstore.obj,\
varray.obj,\
@@ -161,6 +170,7 @@ extensions.obj : extensions.c
fbobject.obj : fbobject.c
feedback.obj : feedback.c
fog.obj : fog.c
+framebuffer.obj : framebuffer.c
get.obj : get.c
getstring.obj : getstring.c
hash.obj : hash.c
@@ -176,15 +186,18 @@ pixel.obj : pixel.c
points.obj : points.c
polygon.obj : polygon.c
rastpos.obj : rastpos.c
+renderbuffer.obj : renderbuffer.c
state.obj : state.c
stencil.obj : stencil.c
texcompress.obj : texcompress.c
texcompress_fxt1.obj : texcompress_fxt1.c
cc$(CFLAGS)/warn=(disable=SHIFTCOUNT) texcompress_fxt1.c
texcompress_s3tc.obj : texcompress_s3tc.c
+texenvprogram.obj : texenvprogram.c
texformat.obj : texformat.c
teximage.obj : teximage.c
texobj.obj : texobj.c
+texrender.obj : texrender.c
texstate.obj : texstate.c
texstore.obj : texstore.c
varray.obj : varray.c