target-helpers: add dd_create_screen() helper
[mesa.git] / src / gallium / auxiliary / Makefile.sources
index 724178535e8bebd45c0939e22b03b92062b94bd9..8919783c2dfae1e4901cc19b760693e049a7802b 100644 (file)
@@ -23,6 +23,7 @@ C_SOURCES := \
        draw/draw_pipe_vbuf.c \
        draw/draw_pipe_wide_line.c \
        draw/draw_pipe_wide_point.c \
+       draw/draw_prim_assembler.c \
        draw/draw_pt.c \
        draw/draw_pt_emit.c \
        draw/draw_pt_fetch.c \
@@ -36,9 +37,15 @@ C_SOURCES := \
        draw/draw_vertex.c \
        draw/draw_vs.c \
        draw/draw_vs_exec.c \
-       draw/draw_vs_ppc.c \
        draw/draw_vs_variant.c \
+       hud/font.c \
+       hud/hud_context.c \
+       hud/hud_cpu.c \
+       hud/hud_fps.c \
+        hud/hud_driver_query.c \
+       indices/u_primconvert.c \
        os/os_misc.c \
+       os/os_process.c \
        os/os_time.c \
        pipebuffer/pb_buffer_fenced.c \
        pipebuffer/pb_buffer_malloc.c \
@@ -64,7 +71,6 @@ C_SOURCES := \
        rbug/rbug_shader.c \
        rtasm/rtasm_cpu.c \
        rtasm/rtasm_execmem.c \
-       rtasm/rtasm_ppc.c \
        rtasm/rtasm_x86sse.c \
        tgsi/tgsi_build.c \
        tgsi/tgsi_dump.c \
@@ -72,7 +78,6 @@ C_SOURCES := \
        tgsi/tgsi_info.c \
        tgsi/tgsi_iterate.c \
        tgsi/tgsi_parse.c \
-       tgsi/tgsi_ppc.c \
        tgsi/tgsi_sanity.c \
        tgsi/tgsi_scan.c \
        tgsi/tgsi_strings.c \
@@ -86,6 +91,7 @@ C_SOURCES := \
        translate/translate_sse.c \
        util/u_debug.c \
        util/u_debug_describe.c \
+       util/u_debug_flush.c \
        util/u_debug_memory.c \
        util/u_debug_refcnt.c \
        util/u_debug_stack.c \
@@ -130,6 +136,7 @@ C_SOURCES := \
        util/u_slab.c \
        util/u_snprintf.c \
        util/u_staging.c \
+       util/u_suballoc.c \
        util/u_surface.c \
        util/u_surfaces.c \
        util/u_texture.c \
@@ -149,7 +156,8 @@ C_SOURCES := \
         vl/vl_idct.c \
        vl/vl_mc.c \
         vl/vl_vertex_buffers.c \
-        vl/vl_video_buffer.c
+        vl/vl_video_buffer.c \
+       vl/vl_deint_filter.c
 
 GENERATED_SOURCES := \
        indices/u_indices_gen.c \
@@ -159,6 +167,7 @@ GENERATED_SOURCES := \
 
 GALLIVM_SOURCES := \
         gallivm/lp_bld_arit.c \
+        gallivm/lp_bld_arit_overflow.c \
         gallivm/lp_bld_assert.c \
         gallivm/lp_bld_bitarit.c \
         gallivm/lp_bld_const.c \
@@ -166,6 +175,8 @@ GALLIVM_SOURCES := \
         gallivm/lp_bld_flow.c \
         gallivm/lp_bld_format_aos.c \
         gallivm/lp_bld_format_aos_array.c \
+       gallivm/lp_bld_format_float.c \
+        gallivm/lp_bld_format_srgb.c \
         gallivm/lp_bld_format_soa.c \
         gallivm/lp_bld_format_yuv.c \
         gallivm/lp_bld_gather.c \