Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels
[mesa.git] / src / mesa / Makefile.X11
index 4dbab5b4bea4cea13f950ed0e4454b1d7d2a7341..8c9146b0f27c2a6086c3a85a655e7b7621fb818b 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.28 2000/11/05 18:40:57 keithw Exp $
+# $Id: Makefile.X11,v 1.41 2001/01/29 20:47:39 keithw Exp $
 
 # Mesa 3-D graphics library
 # Version:  3.5
@@ -19,11 +19,40 @@ INCDIR = ../include
 LIBDIR = ../lib
 
 
+
 CORE_SOURCES = \
+       tnl/t_array_api.c \
+       tnl/t_array_import.c \
+       tnl/t_context.c \
+       tnl/t_eval_api.c \
+       tnl/t_imm_alloc.c \
+       tnl/t_imm_api.c \
+       tnl/t_imm_debug.c \
+       tnl/t_imm_dlist.c \
+       tnl/t_imm_elt.c \
+       tnl/t_imm_eval.c \
+       tnl/t_imm_exec.c \
+       tnl/t_imm_fixup.c \
+       tnl/t_pipeline.c \
+       tnl/t_vb_fog.c \
+       tnl/t_vb_light.c \
+       tnl/t_vb_material.c \
+       tnl/t_vb_normals.c \
+       tnl/t_vb_points.c \
+       tnl/t_vb_render.c \
+       tnl/t_vb_texgen.c \
+       tnl/t_vb_texmat.c \
+       tnl/t_vb_vertex.c \
+       swrast_setup/ss_context.c \
+       swrast_setup/ss_triangle.c \
+       swrast_setup/ss_vb.c \
+       swrast_setup/ss_interp.c \
+       api_loopback.c \
+       api_noop.c \
+       api_validate.c \
        accum.c \
        alpha.c \
        attrib.c \
-       bbox.c \
        bitmap.c \
        blend.c \
        buffers.c \
@@ -33,8 +62,7 @@ CORE_SOURCES = \
        context.c \
        convolve.c \
        copypix.c \
-       cva.c \
-       debug_xform.c \
+       debug.c \
        depth.c \
        dispatch.c \
        dlist.c \
@@ -52,8 +80,8 @@ CORE_SOURCES = \
        hash.c \
        highpc.c \
        hint.c \
+       histogram.c \
        image.c \
-       imaging.c \
        imports.c \
        light.c \
        lines.c \
@@ -63,17 +91,13 @@ CORE_SOURCES = \
        matrix.c \
        mem.c \
        mmath.c \
-       pipeline.c \
        pixel.c \
        pixeltex.c \
        points.c \
        polygon.c \
        rastpos.c \
        readpix.c \
-       rect.c \
        scissor.c \
-       shade.c \
-       stages.c \
        state.c \
        stencil.c \
        teximage.c \
@@ -81,22 +105,23 @@ CORE_SOURCES = \
        texstate.c \
        texture.c \
        texutil.c \
-       translate.c \
        varray.c \
-       vb.c \
-       vbcull.c \
-       vbfill.c \
-       vbindirect.c \
-       vbrender.c \
-       vbxform.c \
-       vector.c \
-       vertices.c \
+       vtxfmt.c \
        winpos.c \
-       xform.c \
        X86/x86.c \
        X86/common_x86.c \
        X86/3dnow.c \
        X86/katmai.c \
+       math/m_debug_xform.c \
+       math/m_eval.c \
+       math/m_matrix.c \
+       math/m_translate.c \
+       math/m_vector.c \
+       math/m_vertices.c \
+       math/m_xform.c \
+       array_cache/ac_context.c \
+       array_cache/ac_import.c \
+       swrast/s_aaline.c \
        swrast/s_aatriangle.c \
        swrast/s_accum.c \
        swrast/s_alpha.c \
@@ -110,7 +135,7 @@ CORE_SOURCES = \
        swrast/s_drawpix.c \
        swrast/s_feedback.c \
        swrast/s_fog.c \
-       swrast/s_imaging.c \
+       swrast/s_histogram.c \
        swrast/s_lines.c \
        swrast/s_logic.c \
        swrast/s_masking.c \
@@ -124,13 +149,7 @@ CORE_SOURCES = \
        swrast/s_stencil.c \
        swrast/s_texture.c \
        swrast/s_triangle.c \
-       swrast/s_zoom.c \
-       swrast_setup/ss_context.c \
-       swrast_setup/ss_triangle.c \
-       swrast_setup/ss_vb.c 
-
-
-
+       swrast/s_zoom.c 
 
 
 DRIVER_SOURCES = \
@@ -138,12 +157,10 @@ DRIVER_SOURCES = \
        FX/fxdd.c \
        FX/fxddspan.c \
        FX/fxddtex.c \
-       FX/fxfastpath.c \
-       FX/fxpipeline.c \
        FX/fxsetup.c \
        FX/fxtexman.c \
-       FX/fxtrifuncs.c \
-       FX/fxvsetup.c \
+       FX/fxtris.c \
+       FX/fxvb.c \
        FX/fxglidew.c \
        X/glxapi.c \
        X/fakeglx.c \
@@ -159,13 +176,12 @@ DRIVER_SOURCES = \
        SVGA/svgamesa16.c \
        SVGA/svgamesa24.c \
        SVGA/svgamesa32.c \
-       Trace/tr_2string.c \
-       Trace/tr_attrib.c \
        Trace/tr_context.c \
        Trace/tr_control.c \
        Trace/tr_error.c \
-       Trace/tr_print.c \
-       Trace/tr_wrapper.c
+       Trace/tr_support.c \
+       Trace/tr_wrapper.c \
+       Trace/tr_write.c
 
 
 ASM_SOURCES = 
@@ -173,8 +189,8 @@ ASM_SOURCES =
 ADDITIONAL_OBJ = 
 
 OBJECTS = $(ASM_SOURCES:.S=.o) \
-       $(DRIVER_SOURCES:.c=.o) \
        $(CORE_SOURCES:.c=.o) \
+       $(DRIVER_SOURCES:.c=.o) \
        $(ADDITIONAL_OBJ)