Remove empty r128_vb.h.
[mesa.git] / src / mesa / sources
index aeb8559fa25bf38564df24a25607c6642f058f87..9845dc033b52285d49b6a15d425759187b0d7857 100644 (file)
@@ -6,10 +6,6 @@ MAIN_SOURCES = \
        main/api_noop.c \
        main/api_validate.c \
        main/accum.c \
-       main/arbparse.c \
-       main/arbprogram.c \
-       main/arbfragparse.c \
-       main/arbvertparse.c \
        main/attrib.c \
        main/blend.c \
        main/bufferobj.c \
@@ -38,25 +34,21 @@ MAIN_SOURCES = \
        main/light.c \
        main/lines.c \
        main/matrix.c \
-       main/nvprogram.c \
-       main/nvfragparse.c \
-       main/nvvertexec.c \
-       main/nvvertparse.c \
        main/occlude.c \
        main/pixel.c \
        main/points.c \
        main/polygon.c \
-       main/program.c \
        main/rastpos.c \
        main/state.c \
        main/stencil.c \
        main/texcompress.c \
+       main/texcompress_s3tc.c \
+       main/texcompress_fxt1.c \
        main/texformat.c \
        main/teximage.c \
        main/texobj.c \
        main/texstate.c \
        main/texstore.c \
-       main/texutil.c \
        main/varray.c \
        main/vtxfmt.c
 
@@ -79,6 +71,7 @@ ARRAY_CACHE_SOURCES = \
        array_cache/ac_import.c
 
 SWRAST_SOURCES = \
+       swrast/s_fragprog_to_c.c \
        swrast/s_aaline.c \
        swrast/s_aatriangle.c \
        swrast/s_accum.c \
@@ -104,6 +97,7 @@ SWRAST_SOURCES = \
        swrast/s_readpix.c \
        swrast/s_span.c \
        swrast/s_stencil.c \
+       swrast/s_tcc.c \
        swrast/s_texture.c \
        swrast/s_texstore.c \
        swrast/s_triangle.c \
@@ -131,10 +125,26 @@ TNL_SOURCES = \
        tnl/t_vb_texmat.c \
        tnl/t_vb_vertex.c \
        tnl/t_vertex.c \
+       tnl/t_vertex_c.c \
+       tnl/t_vertex_codegen.c \
        tnl/t_vtx_api.c \
+       tnl/t_vtx_generic.c \
+       tnl/t_vtx_x86.c \
        tnl/t_vtx_eval.c \
        tnl/t_vtx_exec.c 
 
+SHADER_SOURCES = \
+       shader/arbfragparse.c \
+       shader/arbprogparse.c \
+       shader/arbprogram.c \
+       shader/arbvertparse.c \
+       shader/grammar_mesa.c \
+       shader/nvfragparse.c \
+       shader/nvprogram.c \
+       shader/nvvertexec.c \
+       shader/nvvertparse.c \
+       shader/program.c
+
 ASM_C_SOURCES =        \
        x86/common_x86.c \
        x86/x86.c \
@@ -144,7 +154,6 @@ ASM_C_SOURCES =     \
 
 X86_SOURCES =                  \
        x86/common_x86_asm.S    \
-       x86/glapi_x86.S         \
        x86/x86_xform2.S        \
        x86/x86_xform3.S        \
        x86/x86_xform4.S        \
@@ -159,14 +168,20 @@ X86_SOURCES =                     \
        x86/sse_xform2.S        \
        x86/sse_xform3.S        \
        x86/sse_xform4.S        \
-       x86/sse_normal.S
+       x86/sse_normal.S \
+       tnl/t_vtx_x86_gcc.S
+
+X86_API =                      \
+       x86/glapi_x86.S
 
 SPARC_SOURCES =                        \
        sparc/clip.S            \
-       sparc/glapi_sparc.S     \
        sparc/norm.S            \
        sparc/xform.S
 
+SPARC_API =                    \
+       sparc/glapi_sparc.S
+
 COMMON_DRIVER_SOURCES =                \
        drivers/common/driverfuncs.c
 
@@ -215,6 +230,7 @@ CORE_SOURCES = \
        $(MATH_SOURCES)         \
        $(ARRAY_CACHE_SOURCES)  \
        $(TNL_SOURCES)          \
+       $(SHADER_SOURCES)       \
        $(SWRAST_SOURCES)       \
        $(SWRAST_SETUP_SOURCES) \
        $(ASM_C_SOURCES)
@@ -240,5 +256,6 @@ INCLUDE_DIRS = \
        -I$(TOP)/src/mesa/glapi \
        -I$(TOP)/src/mesa/math \
        -I$(TOP)/src/mesa/tnl \
+       -I$(TOP)/src/mesa/shader \
        -I$(TOP)/src/mesa/swrast \
        -I$(TOP)/src/mesa/swrast_setup