util: fix uninitialized table
[mesa.git] / src / gallium / auxiliary / Makefile.sources
index 07cc3156f07ec855a9ac8c3a09c222abd3da7d8a..44cf2d326de70702f82ee49f2f3c55a4ce5cb4b9 100644 (file)
@@ -33,19 +33,10 @@ C_SOURCES := \
        draw/draw_pt_vsplit.c \
        draw/draw_vertex.c \
        draw/draw_vs.c \
-       draw/draw_vs_aos.c \
-       draw/draw_vs_aos_io.c \
-       draw/draw_vs_aos_machine.c \
        draw/draw_vs_exec.c \
        draw/draw_vs_ppc.c \
-       draw/draw_vs_sse.c \
        draw/draw_vs_variant.c \
        os/os_misc.c \
-       os/os_stream.c \
-       os/os_stream_log.c \
-       os/os_stream_null.c \
-       os/os_stream_stdc.c \
-       os/os_stream_str.c \
        os/os_time.c \
        pipebuffer/pb_buffer_fenced.c \
        pipebuffer/pb_buffer_malloc.c \
@@ -57,6 +48,12 @@ C_SOURCES := \
        pipebuffer/pb_bufmgr_pool.c \
        pipebuffer/pb_bufmgr_slab.c \
        pipebuffer/pb_validate.c \
+       postprocess/pp_celshade.c \
+       postprocess/pp_colors.c \
+       postprocess/pp_init.c \
+       postprocess/pp_mlaa.c \
+       postprocess/pp_run.c \
+       postprocess/pp_program.c \
        rbug/rbug_connection.c \
        rbug/rbug_context.c \
        rbug/rbug_core.c \
@@ -66,7 +63,6 @@ C_SOURCES := \
        rtasm/rtasm_cpu.c \
        rtasm/rtasm_execmem.c \
        rtasm/rtasm_ppc.c \
-       rtasm/rtasm_ppc_spe.c \
        rtasm/rtasm_x86sse.c \
        tgsi/tgsi_build.c \
        tgsi/tgsi_dump.c \
@@ -77,7 +73,7 @@ C_SOURCES := \
        tgsi/tgsi_ppc.c \
        tgsi/tgsi_sanity.c \
        tgsi/tgsi_scan.c \
-       tgsi/tgsi_sse2.c \
+       tgsi/tgsi_strings.c \
        tgsi/tgsi_text.c \
        tgsi/tgsi_transform.c \
        tgsi/tgsi_ureg.c \
@@ -108,6 +104,7 @@ C_SOURCES := \
        util/u_format_latc.c \
        util/u_format_s3tc.c \
        util/u_format_rgtc.c \
+       util/u_format_etc.c \
        util/u_format_tests.c \
        util/u_format_yuv.c \
        util/u_format_zs.c \
@@ -138,9 +135,11 @@ C_SOURCES := \
        util/u_transfer.c \
        util/u_resource.c \
        util/u_upload_mgr.c \
-       util/u_vbuf_mgr.c \
+       util/u_vbuf.c \
        vl/vl_csc.c \
        vl/vl_compositor.c \
+       vl/vl_matrix_filter.c \
+       vl/vl_median_filter.c \
        vl/vl_decoder.c \
        vl/vl_mpeg12_decoder.c \
        vl/vl_mpeg12_bitstream.c \
@@ -179,6 +178,8 @@ GALLIVM_SOURCES := \
         gallivm/lp_bld_sample_soa.c \
         gallivm/lp_bld_struct.c \
         gallivm/lp_bld_swizzle.c \
+        gallivm/lp_bld_tgsi.c \
+        gallivm/lp_bld_tgsi_action.c \
         gallivm/lp_bld_tgsi_aos.c \
         gallivm/lp_bld_tgsi_info.c \
         gallivm/lp_bld_tgsi_soa.c \