gallivm: add coroutine support files to gallivm.
[mesa.git] / src / gallium / auxiliary / Makefile.sources
index 36d6c8fb4f47d49310b1abf392920d7a5d403753..8961ae2a1e056e90af51593fe1c88318451f2355 100644 (file)
@@ -57,6 +57,35 @@ C_SOURCES := \
        draw/draw_vs_exec.c \
        draw/draw_vs.h \
        draw/draw_vs_variant.c \
+       driver_ddebug/dd_context.c \
+       driver_ddebug/dd_draw.c \
+       driver_ddebug/dd_pipe.h \
+       driver_ddebug/dd_public.h \
+       driver_ddebug/dd_screen.c \
+       driver_ddebug/dd_util.h \
+       driver_noop/noop_pipe.c \
+       driver_noop/noop_public.h \
+       driver_noop/noop_state.c \
+       driver_rbug/rbug_context.c \
+       driver_rbug/rbug_context.h \
+       driver_rbug/rbug_core.c \
+       driver_rbug/rbug_objects.c \
+       driver_rbug/rbug_objects.h \
+       driver_rbug/rbug_public.h \
+       driver_rbug/rbug_screen.c \
+       driver_rbug/rbug_screen.h \
+       driver_trace/tr_context.c \
+       driver_trace/tr_context.h \
+       driver_trace/tr_dump.c \
+       driver_trace/tr_dump_defines.h \
+       driver_trace/tr_dump.h \
+       driver_trace/tr_dump_state.c \
+       driver_trace/tr_dump_state.h \
+       driver_trace/tr_public.h \
+       driver_trace/tr_screen.c \
+       driver_trace/tr_screen.h \
+       driver_trace/tr_texture.c \
+       driver_trace/tr_texture.h \
        hud/font.c \
        hud/font.h \
        hud/hud_context.c \
@@ -73,29 +102,17 @@ 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_misc.c \
-       os/os_misc.h \
        os/os_mman.h \
        os/os_process.c \
        os/os_process.h \
        os/os_thread.h \
-       os/os_time.c \
-       os/os_time.h \
        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 \
@@ -184,6 +201,8 @@ C_SOURCES := \
        translate/translate_generic.c \
        translate/translate_sse.c \
        util/dbghelp.h \
+       util/u_async_debug.h \
+       util/u_async_debug.c \
        util/u_bitcast.h \
        util/u_bitmask.c \
        util/u_bitmask.h \
@@ -195,10 +214,10 @@ 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 \
        util/u_debug_describe.h \
        util/u_debug_flush.c \
@@ -227,6 +246,8 @@ C_SOURCES := \
        util/u_fifo.h \
        util/u_format.c \
        util/u_format.h \
+       util/u_format_bptc.c \
+       util/u_format_bptc.h \
        util/u_format_etc.c \
        util/u_format_etc.h \
        util/u_format_latc.c \
@@ -259,15 +280,10 @@ C_SOURCES := \
        util/u_index_modify.c \
        util/u_index_modify.h \
        util/u_inlines.h \
-       util/u_keymap.c \
-       util/u_keymap.h \
        util/u_linear.c \
        util/u_linear.h \
        util/u_log.c \
        util/u_log.h \
-       util/u_math.c \
-       util/u_math.h \
-       util/u_memory.h \
        util/u_mm.c \
        util/u_mm.h \
        util/u_network.c \
@@ -275,6 +291,7 @@ C_SOURCES := \
        util/u_pack_color.h \
        util/u_pointer.h \
        util/u_prim.h \
+       util/u_prim.c \
        util/u_prim_restart.c \
        util/u_prim_restart.h \
        util/u_pstipple.c \
@@ -284,10 +301,10 @@ 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 \
+       util/u_screen.h \
        util/u_simple_shaders.c \
        util/u_simple_shaders.h \
        util/u_split_prim.h \
@@ -304,9 +321,10 @@ C_SOURCES := \
        util/u_texture.h \
        util/u_tile.c \
        util/u_tile.h \
-       util/u_time.h \
        util/u_transfer.c \
        util/u_transfer.h \
+       util/u_transfer_helper.c \
+       util/u_transfer_helper.h \
        util/u_threaded_context.c \
        util/u_threaded_context.h \
        util/u_threaded_context_calls.h \
@@ -326,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 \
@@ -353,7 +375,8 @@ VL_SOURCES := \
        vl/vl_video_buffer.h \
        vl/vl_vlc.h \
        vl/vl_zscan.c \
-       vl/vl_zscan.h
+       vl/vl_zscan.h \
+       vl/vl_probs_table.h
 
 # XXX: Nuke this as our dri targets no longer depend on VL.
 VL_WINSYS_SOURCES := \
@@ -389,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 \