gallium/util: replace pipe_mutex with mtx_t
[mesa.git] / src / gallium / auxiliary / Makefile.sources
index 093c45b48fe947ebd17913e4b3e1202e208fd980..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 \
@@ -244,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 \
@@ -284,8 +288,6 @@ 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_string.h \
@@ -433,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