gallivm: add coroutine support files to gallivm.
[mesa.git] / src / gallium / auxiliary / Makefile.sources
index 3259f8219ba71bc3bc24b130f7d5c360edf5896b..8961ae2a1e056e90af51593fe1c88318451f2355 100644 (file)
@@ -109,13 +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_slab.c \
        pipebuffer/pb_cache.c \
        pipebuffer/pb_cache.h \
@@ -217,6 +214,8 @@ C_SOURCES := \
        util/u_box.h \
        util/u_cache.c \
        util/u_cache.h \
+       util/u_compute.c \
+       util/u_compute.h \
        util/u_debug_gallium.h \
        util/u_debug_gallium.c \
        util/u_debug_describe.c \
@@ -302,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 \
@@ -415,6 +412,8 @@ 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 \