gallium/util: replace pipe_mutex with mtx_t
[mesa.git] / src / gallium / auxiliary / Makefile.sources
index 9b0c9a308bea297a5b962edaa4dd6c03017a35f1..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 \
@@ -95,6 +99,8 @@ C_SOURCES := \
        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 \
@@ -175,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 \
@@ -187,7 +194,6 @@ 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 \
@@ -227,8 +233,6 @@ C_SOURCES := \
        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 \
@@ -246,8 +250,6 @@ 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 \
@@ -274,6 +276,8 @@ C_SOURCES := \
        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 \
@@ -284,12 +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_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 \
@@ -310,13 +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 \
@@ -352,9 +355,11 @@ VL_SOURCES := \
 # XXX: Nuke this as our dri targets no longer depend on VL.
 VL_WINSYS_SOURCES := \
        vl/vl_winsys_dri.c \
-       vl/vl_winsys_dri3.c \
        vl/vl_winsys_drm.c
 
+VL_WINSYS_DRI3_SOURCES := \
+       vl/vl_winsys_dri3.c
+
 VL_STUB_SOURCES := \
        vl/vl_stubs.c
 
@@ -430,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