More GL_EXT_framebuffer_object: rename some things, added device driver hooks.
[mesa.git] / src / mesa / main / descrip.mms
index 1f11b24a8cbe77bf347320ed01d68927d4e14fca..f8eaff9069dc3b57ab4f87d4a55aaf706fb791b9 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for core library for VMS
 # contributed by Jouk Jansen  joukj@hrem.stm.tudelft.nl
-# Last revision : 16 June 2003
+# Last revision : 18 August 2004
 
 .first
        define gl [---.include.gl]
@@ -38,9 +38,11 @@ SOURCES =accum.c \
        enums.c \
        eval.c \
        extensions.c \
+       fbobject.c \
        feedback.c \
        fog.c \
        get.c \
+       getstring.c \
        hash.c \
        hint.c \
        histogram.c \
@@ -89,9 +91,11 @@ enable.obj,\
 enums.obj,\
 eval.obj,\
 extensions.obj,\
+fbobject.obj,\
 feedback.obj,\
 fog.obj,\
 get.obj,\
+getstring.obj,\
 hash.obj,\
 hint.obj,\
 histogram.obj,\
@@ -154,9 +158,11 @@ enable.obj : enable.c
 enums.obj : enums.c
 eval.obj : eval.c
 extensions.obj : extensions.c
+fbobject.obj : fbobject.c
 feedback.obj : feedback.c
 fog.obj : fog.c
 get.obj : get.c
+getstring.obj : getstring.c
 hash.obj : hash.c
 hint.obj : hint.c
 histogram.obj : histogram.c
@@ -174,6 +180,7 @@ 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
 texformat.obj : texformat.c
 teximage.obj : teximage.c