panfrost: XMLify primitive information
[mesa.git] / src / gallium / auxiliary / Makefile.sources
index d70eb04e7984592098ad7895b6e601640050b864..3fd7ea729098c92531375a3e605de9740592fe71 100644 (file)
@@ -26,6 +26,7 @@ C_SOURCES := \
        draw/draw_pipe_stipple.c \
        draw/draw_pipe_twoside.c \
        draw/draw_pipe_unfilled.c \
+       draw/draw_pipe_user_cull.c \
        draw/draw_pipe_util.c \
        draw/draw_pipe_validate.c \
        draw/draw_pipe_vbuf.c \
@@ -50,6 +51,8 @@ C_SOURCES := \
        draw/draw_pt_vsplit_tmp.h \
        draw/draw_so_emit_tmp.h \
        draw/draw_split_tmp.h \
+       draw/draw_tess.c \
+       draw/draw_tess.h \
        draw/draw_vbuf.h \
        draw/draw_vertex.c \
        draw/draw_vertex.h \
@@ -57,6 +60,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,12 +105,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_misc.c \
-       os/os_misc.h \
        os/os_mman.h \
        os/os_process.c \
        os/os_process.h \
@@ -86,14 +112,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 \
@@ -135,12 +157,17 @@ C_SOURCES := \
        rtasm/rtasm_execmem.h \
        rtasm/rtasm_x86sse.c \
        rtasm/rtasm_x86sse.h \
+       tessellator/p_tessellator.cpp \
+       tessellator/p_tessellator.h \
+       tessellator/tessellator.cpp \
+       tessellator/tessellator.hpp \
        tgsi/tgsi_aa_point.c \
        tgsi/tgsi_aa_point.h \
        tgsi/tgsi_build.c \
        tgsi/tgsi_build.h \
        tgsi/tgsi_dump.c \
        tgsi/tgsi_dump.h \
+       tgsi/tgsi_dynamic_indexing.c \
        tgsi/tgsi_exec.c \
        tgsi/tgsi_exec.h \
        tgsi/tgsi_emulate.c \
@@ -175,6 +202,7 @@ C_SOURCES := \
        tgsi/tgsi_ureg.h \
        tgsi/tgsi_util.c \
        tgsi/tgsi_util.h \
+       tgsi/tgsi_vpos.c \
        translate/translate.c \
        translate/translate.h \
        translate/translate_cache.c \
@@ -195,23 +223,16 @@ 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_describe.c \
        util/u_debug_describe.h \
        util/u_debug_flush.c \
        util/u_debug_flush.h \
        util/u_debug_image.c \
        util/u_debug_image.h \
-       util/u_debug_memory.c \
        util/u_debug_refcnt.c \
        util/u_debug_refcnt.h \
-       util/u_debug_stack.c \
-       util/u_debug_stack.h \
-       util/u_debug_symbol.c \
-       util/u_debug_symbol.h \
        util/u_dirty_flags.h \
        util/u_dirty_surfaces.h \
        util/u_dl.c \
@@ -225,24 +246,6 @@ C_SOURCES := \
        util/u_dump.h \
        util/u_dump_state.c \
        util/u_fifo.h \
-       util/u_format.c \
-       util/u_format.h \
-       util/u_format_etc.c \
-       util/u_format_etc.h \
-       util/u_format_latc.c \
-       util/u_format_latc.h \
-       util/u_format_other.c \
-       util/u_format_other.h \
-       util/u_format_rgtc.c \
-       util/u_format_rgtc.h \
-       util/u_format_s3tc.c \
-       util/u_format_s3tc.h \
-       util/u_format_tests.c \
-       util/u_format_tests.h \
-       util/u_format_yuv.c \
-       util/u_format_yuv.h \
-       util/u_format_zs.c \
-       util/u_format_zs.h \
        util/u_framebuffer.c \
        util/u_framebuffer.h \
        util/u_gen_mipmap.c \
@@ -261,18 +264,16 @@ C_SOURCES := \
        util/u_inlines.h \
        util/u_linear.c \
        util/u_linear.h \
+       util/u_live_shader_cache.c \
+       util/u_live_shader_cache.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 \
        util/u_network.h \
        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 \
@@ -282,20 +283,20 @@ 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_draw.c \
+       util/u_split_draw.h \
        util/u_split_prim.h \
        util/u_sse.h \
        util/u_suballoc.c \
        util/u_suballoc.h \
        util/u_surface.c \
        util/u_surface.h \
-       util/u_surfaces.c \
-       util/u_surfaces.h \
        util/u_tests.c \
        util/u_tests.h \
        util/u_texture.c \
@@ -318,13 +319,19 @@ C_SOURCES := \
 
 NIR_SOURCES := \
        nir/tgsi_to_nir.c \
-       nir/tgsi_to_nir.h
+       nir/tgsi_to_nir.h \
+       nir/nir_draw_helpers.c \
+       nir/nir_draw_helpers.h
 
 VL_SOURCES := \
        vl/vl_bicubic_filter.c \
        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 \
@@ -373,8 +380,7 @@ VL_STUB_SOURCES := \
 
 GENERATED_SOURCES := \
        indices/u_indices_gen.c \
-       indices/u_unfilled_gen.c \
-       util/u_format_table.c
+       indices/u_unfilled_gen.c
 
 GALLIVM_SOURCES := \
        gallivm/lp_bld_arit.c \
@@ -389,17 +395,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 \
@@ -409,11 +417,16 @@ GALLIVM_SOURCES := \
        gallivm/lp_bld_init.h \
        gallivm/lp_bld_intr.c \
        gallivm/lp_bld_intr.h \
+       gallivm/lp_bld_ir_common.c \
+       gallivm/lp_bld_ir_common.h \
        gallivm/lp_bld_limits.h \
        gallivm/lp_bld_logic.c \
        gallivm/lp_bld_logic.h \
        gallivm/lp_bld_misc.cpp \
        gallivm/lp_bld_misc.h \
+       gallivm/lp_bld_nir.c \
+       gallivm/lp_bld_nir.h \
+       gallivm/lp_bld_nir_soa.c \
        gallivm/lp_bld_pack.c \
        gallivm/lp_bld_pack.h \
        gallivm/lp_bld_printf.c \
@@ -438,6 +451,8 @@ GALLIVM_SOURCES := \
        gallivm/lp_bld_tgsi_soa.c \
        gallivm/lp_bld_type.c \
        gallivm/lp_bld_type.h \
+       nir/nir_to_tgsi_info.c \
+       nir/nir_to_tgsi_info.h \
        draw/draw_llvm.c \
        draw/draw_llvm.h \
        draw/draw_llvm_sample.c \