Remove empty r128_vb.h.
[mesa.git] / src / mesa / sources
index 249734f7837d125f249f327739c9fca1af988e51..9845dc033b52285d49b6a15d425759187b0d7857 100644 (file)
@@ -42,12 +42,13 @@ MAIN_SOURCES = \
        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
 
@@ -70,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 \
@@ -95,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 \
@@ -122,6 +125,8 @@ 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 \
@@ -149,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        \
@@ -167,12 +171,17 @@ X86_SOURCES =                     \
        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