gallivm: add coroutine support files to gallivm.
[mesa.git] / src / gallium / auxiliary / Makefile.sources
index 75df7d0717a91838c41d6382bd93cf57168155c7..8961ae2a1e056e90af51593fe1c88318451f2355 100644 (file)
@@ -102,10 +102,6 @@ C_SOURCES := \
        indices/u_indices_priv.h \
        indices/u_primconvert.c \
        indices/u_primconvert.h \
-       os/os_memory_aligned.h \
-       os/os_memory_debug.h \
-       os/os_memory_stdc.h \
-       os/os_memory.h \
        os/os_mman.h \
        os/os_process.c \
        os/os_process.h \
@@ -113,14 +109,10 @@ C_SOURCES := \
        pipebuffer/pb_buffer_fenced.c \
        pipebuffer/pb_buffer_fenced.h \
        pipebuffer/pb_buffer.h \
-       pipebuffer/pb_buffer_malloc.c \
-       pipebuffer/pb_bufmgr_alt.c \
        pipebuffer/pb_bufmgr_cache.c \
        pipebuffer/pb_bufmgr_debug.c \
        pipebuffer/pb_bufmgr.h \
        pipebuffer/pb_bufmgr_mm.c \
-       pipebuffer/pb_bufmgr_ondemand.c \
-       pipebuffer/pb_bufmgr_pool.c \
        pipebuffer/pb_bufmgr_slab.c \
        pipebuffer/pb_cache.c \
        pipebuffer/pb_cache.h \
@@ -222,10 +214,8 @@ C_SOURCES := \
        util/u_box.h \
        util/u_cache.c \
        util/u_cache.h \
-       util/u_cpu_detect.c \
-       util/u_cpu_detect.h \
-       util/u_debug.c \
-       util/u_debug.h \
+       util/u_compute.c \
+       util/u_compute.h \
        util/u_debug_gallium.h \
        util/u_debug_gallium.c \
        util/u_debug_describe.c \
@@ -294,7 +284,6 @@ C_SOURCES := \
        util/u_linear.h \
        util/u_log.c \
        util/u_log.h \
-       util/u_memory.h \
        util/u_mm.c \
        util/u_mm.h \
        util/u_network.c \
@@ -312,8 +301,6 @@ C_SOURCES := \
        util/u_rect.h \
        util/u_resource.c \
        util/u_resource.h \
-       util/u_ringbuffer.c \
-       util/u_ringbuffer.h \
        util/u_sampler.c \
        util/u_sampler.h \
        util/u_screen.c \
@@ -357,6 +344,10 @@ VL_SOURCES := \
        vl/vl_bicubic_filter.h \
        vl/vl_compositor.c \
        vl/vl_compositor.h \
+       vl/vl_compositor_gfx.c \
+       vl/vl_compositor_gfx.h \
+       vl/vl_compositor_cs.c \
+       vl/vl_compositor_cs.h \
        vl/vl_csc.c \
        vl/vl_csc.h \
        vl/vl_decoder.c \
@@ -421,17 +412,19 @@ GALLIVM_SOURCES := \
        gallivm/lp_bld_const.h \
        gallivm/lp_bld_conv.c \
        gallivm/lp_bld_conv.h \
+       gallivm/lp_bld_coro.c \
+       gallivm/lp_bld_coro.h \
        gallivm/lp_bld_debug.cpp \
        gallivm/lp_bld_debug.h \
        gallivm/lp_bld_flow.c \
        gallivm/lp_bld_flow.h \
        gallivm/lp_bld_format_aos_array.c \
        gallivm/lp_bld_format_aos.c \
-       gallivm/lp_bld_format_cached.c \
        gallivm/lp_bld_format_float.c \
        gallivm/lp_bld_format.c \
        gallivm/lp_bld_format.h \
        gallivm/lp_bld_format_soa.c \
+       gallivm/lp_bld_format_s3tc.c \
        gallivm/lp_bld_format_srgb.c \
        gallivm/lp_bld_format_yuv.c \
        gallivm/lp_bld_gather.c \