add FreeTexImageData hook to help single-copy texturing in drivers
[mesa.git] / src / mesa / main / Makefile.ugl
index 2dcca3c2155e50e63085cb7059e4df8f1b235599..b440e1364364e56b5cd4501656390b18eaac6a7e 100644 (file)
@@ -1,5 +1,5 @@
 # Mesa 3-D graphics library
-# Version:  3.5
+# Version:  4.1
 #
 # Copyright (C) 2001 Wind River Systems, Inc
 
@@ -35,8 +35,8 @@
 # already contain only one file.
 #
 ##### MACROS #####
-MESA_MAJOR=3
-MESA_MINOR=5
+MESA_MAJOR=4
+MESA_MINOR=1
 MESA_TINY=0
 VERSION=$(MESA_MAJOR).$(MESA_MINOR)
 
@@ -56,12 +56,13 @@ GL_SOURCES = \
        api_noop.c \
        api_validate.c \
        accum.c \
+       arbprogram.c \
        attrib.c \
        blend.c \
+       bufferobj.c \
        buffers.c \
        clip.c \
        colortab.c \
-       config.c \
        context.c \
        convolve.c \
        debug.c \
@@ -86,14 +87,13 @@ GL_SOURCES = \
        light.c \
        lines.c \
        matrix.c \
-       mem.c \
-       mmath.c \
        pixel.c \
        points.c \
        polygon.c \
        rastpos.c \
        state.c \
        stencil.c \
+       texcompress.c \
        texformat.c \
        teximage.c \
        texobj.c \
@@ -132,16 +132,13 @@ GL_SOURCES = \
        swrast/s_drawpix.c \
        swrast/s_feedback.c \
        swrast/s_fog.c \
-       swrast/s_histogram.c \
        swrast/s_imaging.c \
        swrast/s_lines.c \
        swrast/s_logic.c \
        swrast/s_masking.c \
-       swrast/s_pb.c \
        swrast/s_pixeltex.c \
        swrast/s_points.c \
        swrast/s_readpix.c \
-       swrast/s_scissor.c \
        swrast/s_span.c \
        swrast/s_stencil.c \
        swrast/s_texture.c \