gallium/util: replace pipe_mutex with mtx_t
[mesa.git] / src / gallium / auxiliary / Makefile.sources
index c45dd18a623572b5d75d2ecde82f6c4d042891e2..8d3e4a95c6621877bc79f09e2bbb603aa92209fc 100644 (file)
@@ -62,6 +62,10 @@ C_SOURCES := \
        hud/hud_context.c \
        hud/hud_context.h \
        hud/hud_cpu.c \
+       hud/hud_nic.c \
+       hud/hud_cpufreq.c \
+       hud/hud_diskstat.c \
+       hud/hud_sensors_temp.c \
        hud/hud_driver_query.c \
        hud/hud_fps.c \
        hud/hud_private.h \
@@ -93,6 +97,10 @@ C_SOURCES := \
        pipebuffer/pb_bufmgr_ondemand.c \
        pipebuffer/pb_bufmgr_pool.c \
        pipebuffer/pb_bufmgr_slab.c \
+       pipebuffer/pb_cache.c \
+       pipebuffer/pb_cache.h \
+       pipebuffer/pb_slab.c \
+       pipebuffer/pb_slab.h \
        pipebuffer/pb_validate.c \
        pipebuffer/pb_validate.h \
        postprocess/filters.h \
@@ -129,12 +137,16 @@ C_SOURCES := \
        rtasm/rtasm_execmem.h \
        rtasm/rtasm_x86sse.c \
        rtasm/rtasm_x86sse.h \
+       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_exec.c \
        tgsi/tgsi_exec.h \
+       tgsi/tgsi_emulate.c \
+       tgsi/tgsi_emulate.h \
        tgsi/tgsi_info.c \
        tgsi/tgsi_info.h \
        tgsi/tgsi_iterate.c \
@@ -144,6 +156,8 @@ C_SOURCES := \
        tgsi/tgsi_opcode_tmp.h \
        tgsi/tgsi_parse.c \
        tgsi/tgsi_parse.h \
+       tgsi/tgsi_point_sprite.c \
+       tgsi/tgsi_point_sprite.h \
        tgsi/tgsi_sanity.c \
        tgsi/tgsi_sanity.h \
        tgsi/tgsi_scan.c \
@@ -154,6 +168,8 @@ C_SOURCES := \
        tgsi/tgsi_text.h \
        tgsi/tgsi_transform.c \
        tgsi/tgsi_transform.h \
+       tgsi/tgsi_two_side.c \
+       tgsi/tgsi_two_side.h \
        tgsi/tgsi_ureg.c \
        tgsi/tgsi_ureg.h \
        tgsi/tgsi_util.c \
@@ -165,6 +181,7 @@ C_SOURCES := \
        translate/translate_generic.c \
        translate/translate_sse.c \
        util/dbghelp.h \
+       util/u_bitcast.h \
        util/u_bitmask.c \
        util/u_bitmask.h \
        util/u_blend.h \
@@ -177,15 +194,16 @@ C_SOURCES := \
        util/u_cache.h \
        util/u_caps.c \
        util/u_caps.h \
-       util/u_clear.h \
        util/u_cpu_detect.c \
        util/u_cpu_detect.h \
        util/u_debug.c \
+       util/u_debug.h \
        util/u_debug_describe.c \
        util/u_debug_describe.h \
        util/u_debug_flush.c \
        util/u_debug_flush.h \
-       util/u_debug.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 \
@@ -197,7 +215,6 @@ C_SOURCES := \
        util/u_dirty_surfaces.h \
        util/u_dl.c \
        util/u_dl.h \
-       util/u_double_list.h \
        util/u_draw.c \
        util/u_draw.h \
        util/u_draw_quad.c \
@@ -208,18 +225,14 @@ C_SOURCES := \
        util/u_dump_state.c \
        util/u_dynarray.h \
        util/u_fifo.h \
-       util/u_format_bptc.c \
-       util/u_format_bptc.h \
        util/u_format.c \
+       util/u_format.h \
        util/u_format_etc.c \
        util/u_format_etc.h \
-       util/u_format.h \
        util/u_format_latc.c \
        util/u_format_latc.h \
        util/u_format_other.c \
        util/u_format_other.h \
-       util/u_format_r11g11b10f.h \
-       util/u_format_rgb9e5.h \
        util/u_format_rgtc.c \
        util/u_format_rgtc.h \
        util/u_format_s3tc.c \
@@ -237,22 +250,17 @@ C_SOURCES := \
        util/u_half.h \
        util/u_handle_table.c \
        util/u_handle_table.h \
-       util/u_hash.c \
-       util/u_hash.h \
        util/u_hash_table.c \
        util/u_hash_table.h \
        util/u_helpers.c \
        util/u_helpers.h \
        util/u_index_modify.c \
        util/u_index_modify.h \
-       util/u_init.h \
        util/u_inlines.h \
        util/u_keymap.c \
        util/u_keymap.h \
        util/u_linear.c \
        util/u_linear.h \
-       util/u_linkage.c \
-       util/u_linkage.h \
        util/u_math.c \
        util/u_math.h \
        util/u_memory.h \
@@ -263,8 +271,13 @@ C_SOURCES := \
        util/u_pack_color.h \
        util/u_pointer.h \
        util/u_prim.h \
+       util/u_prim_restart.c \
+       util/u_prim_restart.h \
        util/u_pstipple.c \
        util/u_pstipple.h \
+       util/u_pwr8.h \
+       util/u_queue.c \
+       util/u_queue.h \
        util/u_range.h \
        util/u_rect.h \
        util/u_resource.c \
@@ -275,13 +288,8 @@ C_SOURCES := \
        util/u_sampler.h \
        util/u_simple_shaders.c \
        util/u_simple_shaders.h \
-       util/u_slab.c \
-       util/u_slab.h \
-       util/u_snprintf.c \
        util/u_split_prim.h \
        util/u_sse.h \
-       util/u_staging.c \
-       util/u_staging.h \
        util/u_string.h \
        util/u_suballoc.c \
        util/u_suballoc.h \
@@ -302,9 +310,16 @@ C_SOURCES := \
        util/u_upload_mgr.h \
        util/u_vbuf.c \
        util/u_vbuf.h \
-       util/u_video.h
+       util/u_video.h \
+       util/u_viewport.h
+
+NIR_SOURCES := \
+       nir/tgsi_to_nir.c \
+       nir/tgsi_to_nir.h
 
 VL_SOURCES := \
+       vl/vl_bicubic_filter.c \
+       vl/vl_bicubic_filter.h \
        vl/vl_compositor.c \
        vl/vl_compositor.h \
        vl/vl_csc.c \
@@ -334,10 +349,17 @@ VL_SOURCES := \
        vl/vl_video_buffer.h \
        vl/vl_vlc.h \
        vl/vl_winsys.h \
-       vl/vl_winsys_dri.c \
        vl/vl_zscan.c \
        vl/vl_zscan.h
 
+# XXX: Nuke this as our dri targets no longer depend on VL.
+VL_WINSYS_SOURCES := \
+       vl/vl_winsys_dri.c \
+       vl/vl_winsys_drm.c
+
+VL_WINSYS_DRI3_SOURCES := \
+       vl/vl_winsys_dri3.c
+
 VL_STUB_SOURCES := \
        vl/vl_stubs.c
 
@@ -365,7 +387,9 @@ GALLIVM_SOURCES := \
        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_srgb.c \
@@ -411,3 +435,7 @@ GALLIVM_SOURCES := \
        draw/draw_llvm_sample.c \
        draw/draw_pt_fetch_shade_pipeline_llvm.c \
        draw/draw_vs_llvm.c
+
+RENDERONLY_SOURCES := \
+       renderonly/renderonly.c \
+       renderonly/renderonly.h