trace: __func__ --> __FUNCTION__.
[mesa.git] / src / mesa / sources.mak
index 7c710103cdfa81727302e79717a67d8cd931bb1a..78ca60f3ca9475c791a4413fdfc370cd08a3552a 100644 (file)
@@ -17,6 +17,7 @@ MAIN_SOURCES = \
        main/colortab.c \
        main/context.c \
        main/convolve.c \
+       main/cpuinfo.c \
        main/debug.c \
        main/depth.c \
        main/depthstencil.c \
@@ -57,6 +58,7 @@ MAIN_SOURCES = \
        main/renderbuffer.c \
        main/scissor.c \
        main/shaders.c \
+       main/shared.c \
        main/state.c \
        main/stencil.c \
        main/texcompress.c \
@@ -66,6 +68,7 @@ MAIN_SOURCES = \
        main/texenvprogram.c \
        main/texformat.c \
        main/texgen.c \
+       main/texgetimage.c \
        main/teximage.c \
        main/texobj.c \
        main/texparam.c \
@@ -73,6 +76,7 @@ MAIN_SOURCES = \
        main/texstate.c \
        main/texstore.c \
        main/varray.c \
+       main/viewport.c \
        main/vtxfmt.c
 
 GLAPI_SOURCES = \
@@ -91,7 +95,6 @@ MATH_SOURCES = \
        math/m_vector.c
 
 MATH_XFORM_SOURCES = \
-       $(MATH_SOURCES) \
        math/m_xform.c
 
 SWRAST_SOURCES = \
@@ -103,7 +106,7 @@ SWRAST_SOURCES = \
        swrast/s_bitmap.c \
        swrast/s_blend.c \
        swrast/s_blit.c \
-       swrast/s_buffers.c \
+       swrast/s_clear.c \
        swrast/s_copypix.c \
        swrast/s_context.c \
        swrast/s_depth.c \
@@ -165,11 +168,6 @@ VBO_SOURCES = \
        vbo/vbo_save_draw.c \
        vbo/vbo_save_loopback.c 
 
-VF_SOURCES = \
-       vf/vf.c \
-       vf/vf_generic.c \
-       vf/vf_sse.c
-
 STATETRACKER_SOURCES = \
        state_tracker/st_atom.c \
        state_tracker/st_atom_blend.c \
@@ -225,10 +223,10 @@ SHADER_SOURCES = \
        shader/nvvertparse.c \
        shader/program.c \
        shader/prog_cache.c \
-       shader/prog_debug.c \
        shader/prog_execute.c \
        shader/prog_instruction.c \
        shader/prog_noise.c \
+       shader/prog_optimize.c \
        shader/prog_parameter.c \
        shader/prog_print.c \
        shader/prog_statevars.c \
@@ -260,7 +258,7 @@ SLANG_SOURCES =     \
 
 ASM_C_SOURCES =        \
        x86/common_x86.c \
-       x86/x86.c \
+       x86/x86_xform.c \
        x86/3dnow.c \
        x86/sse.c \
        x86/rtasm/x86sse.c \
@@ -308,11 +306,10 @@ COMMON_DRIVER_SOURCES =                   \
        drivers/common/driverfuncs.c
 
 
-
-### All the core C sources
-
+# Sources for building non-Gallium drivers
 MESA_SOURCES = \
        $(MAIN_SOURCES)         \
+       $(MATH_SOURCES)         \
        $(MATH_XFORM_SOURCES)   \
        $(VBO_SOURCES)          \
        $(TNL_SOURCES)          \
@@ -323,20 +320,23 @@ MESA_SOURCES = \
        $(ASM_C_SOURCES)        \
        $(SLANG_SOURCES)
 
-ALL_SOURCES = \
-       $(MESA_SOURCES)         \
-       $(GLAPI_SOURCES)        \
-       $(MESA_ASM_SOURCES)     \
-       $(STATETRACKER_SOURCES)
-
+# Sources for building Gallium drivers
 MESA_GALLIUM_SOURCES = \
        $(MAIN_SOURCES)         \
        $(MATH_SOURCES)         \
        $(VBO_SOURCES)          \
        $(STATETRACKER_SOURCES) \
        $(SHADER_SOURCES)       \
+       x86/common_x86.c        \
        $(SLANG_SOURCES)
 
+# All the core C sources, for dependency checking
+ALL_SOURCES = \
+       $(MESA_SOURCES)         \
+       $(GLAPI_SOURCES)        \
+       $(MESA_ASM_SOURCES)     \
+       $(STATETRACKER_SOURCES)
+
 
 ### Object files