More GL_EXT_framebuffer_object: rename some things, added device driver hooks.
[mesa.git] / src / mesa / main / descrip.mms
index 6591c0cf34ef00dde50cf951c5923bf96d55ed2f..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]
@@ -12,7 +12,7 @@
 
 VPATH = RCS
 
-INCDIR = [---.include],[-.glapi]
+INCDIR = [---.include],[-.glapi],[-.shader]
 LIBDIR = [---.lib]
 CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short)
 
@@ -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 \
@@ -57,12 +59,13 @@ SOURCES =accum.c \
        state.c \
        stencil.c \
        texcompress.c \
+       texcompress_fxt1.c \
+       texcompress_s3tc.c \
        texformat.c \
        teximage.c \
        texobj.c \
        texstate.c \
        texstore.c \
-       texutil.c \
        varray.c \
        vtxfmt.c
 
@@ -88,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,\
@@ -107,12 +112,13 @@ rastpos.obj,\
 state.obj,\
 stencil.obj,\
 texcompress.obj,\
+texcompress_fxt1.obj,\
+texcompress_s3tc.obj,\
 texformat.obj,\
 teximage.obj,\
 texobj.obj,\
 texstate.obj,\
 texstore.obj,\
-texutil.obj,\
 varray.obj,\
 vtxfmt.obj
 
@@ -152,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
@@ -171,11 +179,13 @@ rastpos.obj : rastpos.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
 texformat.obj : texformat.c
 teximage.obj : teximage.c
 texobj.obj : texobj.c
 texstate.obj : texstate.c
 texstore.obj : texstore.c
-texutil.obj : texutil.c
 varray.obj : varray.c
 vtxfmt.obj : vtxfmt.c