target-helpers: add dd_create_screen() helper
[mesa.git] / src / gallium / auxiliary / Makefile.sources
index 20ff5ba73ef104f567da885302d42ccd9be7a81e..8919783c2dfae1e4901cc19b760693e049a7802b 100644 (file)
@@ -43,7 +43,9 @@ C_SOURCES := \
        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 \
@@ -89,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 \
@@ -153,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 \
@@ -163,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 \
@@ -171,6 +176,7 @@ GALLIVM_SOURCES := \
         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 \