util: Add a virtual memory allocator
[mesa.git] / src / util / Makefile.sources
index 8ee45d56170a402285466e2bd8dbd4e1da9a68ae..534520ce763ddeb0372b216ed76833cfe5eb53ae 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,6 +22,8 @@ MESA_UTIL_FILES := \
        macros.h \
        mesa-sha1.c \
        mesa-sha1.h \
+       os_time.c \
+       os_time.h \
        sha1/sha1.c \
        sha1/sha1.h \
        ralloc.c \
@@ -35,15 +38,18 @@ 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 \
        texcompress_rgtc_tmp.h \
+       u_atomic.c \
        u_atomic.h \
+       u_dynarray.h \
        u_endian.h \
        u_queue.c \
        u_queue.h \
@@ -51,8 +57,12 @@ MESA_UTIL_FILES := \
        u_thread.h \
        u_vector.c \
        u_vector.h \
-       vk_alloc.h \
-       vk_util.h
+       vma.c \
+       vma.h
 
 MESA_UTIL_GENERATED_FILES = \
        format_srgb.c
+
+XMLCONFIG_FILES := \
+       xmlconfig.c \
+       xmlconfig.h