fixed bug in _mesa_stencil_and_ztest_pixels() found w/ DRI mga driver
[mesa.git] / src / mesa / Makefile.X11
index fbf8d20999d6879591d8200a30a915b85fc8818d..fdab3399ce3c28699345ef4f979a9ca2ebfa7b71 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.39 2001/01/08 21:55:59 keithw Exp $
+# $Id: Makefile.X11,v 1.45 2001/02/16 18:14:41 keithw Exp $
 
 # Mesa 3-D graphics library
 # Version:  3.5
@@ -21,6 +21,31 @@ 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_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 \
@@ -77,7 +102,7 @@ CORE_SOURCES = \
        teximage.c \
        texobj.c \
        texstate.c \
-       texture.c \
+       texstore.c \
        texutil.c \
        varray.c \
        vtxfmt.c \
@@ -86,9 +111,8 @@ CORE_SOURCES = \
        X86/common_x86.c \
        X86/3dnow.c \
        X86/katmai.c \
-       swrast_setup/ss_context.c \
-       swrast_setup/ss_triangle.c \
-       swrast_setup/ss_vb.c \
+       math/m_debug_norm.c \
+       math/m_debug_vertex.c \
        math/m_debug_xform.c \
        math/m_eval.c \
        math/m_matrix.c \
@@ -98,28 +122,6 @@ CORE_SOURCES = \
        math/m_xform.c \
        array_cache/ac_context.c \
        array_cache/ac_import.c \
-       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/s_aaline.c \
        swrast/s_aatriangle.c \
        swrast/s_accum.c \
@@ -141,14 +143,13 @@ CORE_SOURCES = \
        swrast/s_pb.c \
        swrast/s_pixeltex.c \
        swrast/s_points.c \
-       swrast/s_quads.c \
        swrast/s_readpix.c \
        swrast/s_scissor.c \
        swrast/s_span.c \
        swrast/s_stencil.c \
        swrast/s_texture.c \
        swrast/s_triangle.c \
-       swrast/s_zoom.c 
+       swrast/s_zoom.c
 
 
 DRIVER_SOURCES = \
@@ -183,13 +184,13 @@ DRIVER_SOURCES = \
        Trace/tr_write.c
 
 
-ASM_SOURCES = 
+ASM_SOURCES =
 
-ADDITIONAL_OBJ = 
+ADDITIONAL_OBJ =
 
 OBJECTS = $(ASM_SOURCES:.S=.o) \
-       $(DRIVER_SOURCES:.c=.o) \
        $(CORE_SOURCES:.c=.o) \
+       $(DRIVER_SOURCES:.c=.o) \
        $(ADDITIONAL_OBJ)
 
 
@@ -335,7 +336,7 @@ include depend
 #
 # Run 'make dep' to update the dependencies if you change what's included
 # by any source file.
-# 
+#
 dep: $(CORE_SOURCES) $(DRIVER_SOURCES) $(OSMESA_SOURCES)
        makedepend -fdepend -Y -I../include -DGGI -DSVGA -DFX $(CORE_SOURCES) $(DRIVER_SOURCES) $(OSMESA_SOURCES)