utils/u_math: break dependency on gallium/utils
[mesa.git] / src / util / Makefile.sources
index 8ea5f29533b8b2e3cb97af0192ba2ad7f57df9de..b562d6cd6f41006f72b245e8658fc60a9dc51cd6 100644 (file)
@@ -13,6 +13,7 @@ MESA_UTIL_FILES := \
        format_r11g11b10f.h \
        format_rgb9e5.h \
        format_srgb.h \
+       futex.h \
        half_float.c \
        half_float.h \
        hash_table.c \
@@ -21,12 +22,18 @@ MESA_UTIL_FILES := \
        macros.h \
        mesa-sha1.c \
        mesa-sha1.h \
+       os_time.c \
+       os_time.h \
+       u_process.c \
+       u_process.h \
        sha1/sha1.c \
        sha1/sha1.h \
        ralloc.c \
        ralloc.h \
        rand_xor.c \
        rand_xor.h \
+       rb_tree.c \
+       rb_tree.h \
        register_allocate.c \
        register_allocate.h \
        rgtc.c \
@@ -35,10 +42,11 @@ MESA_UTIL_FILES := \
        set.c \
        set.h \
        simple_list.h \
+       simple_mtx.h \
        slab.c \
        slab.h \
-       string_to_uint_map.cpp \
-       string_to_uint_map.h \
+       string_buffer.c \
+       string_buffer.h \
        strndup.h \
        strtod.c \
        strtod.h \
@@ -47,12 +55,20 @@ MESA_UTIL_FILES := \
        u_atomic.h \
        u_dynarray.h \
        u_endian.h \
+       u_math.c \
+       u_math.h \
        u_queue.c \
        u_queue.h \
        u_string.h \
        u_thread.h \
        u_vector.c \
-       u_vector.h
+       u_vector.h \
+       vma.c \
+       vma.h
 
 MESA_UTIL_GENERATED_FILES = \
        format_srgb.c
+
+XMLCONFIG_FILES := \
+       xmlconfig.c \
+       xmlconfig.h