util/ra: Use util_dynarray for the adjacency list.
[mesa.git] / src / util / Makefile.sources
index 71fe06a00962efa6dc89b46b5f7f50f2e6ea053f..95e2f788c1e192f78d4554796b79092f5921149e 100644 (file)
@@ -9,6 +9,7 @@ MESA_UTIL_FILES := \
        blob.h \
        build_id.c \
        build_id.h \
+        compiler.h \
        crc32.c \
        crc32.h \
        dag.c \
@@ -21,6 +22,7 @@ MESA_UTIL_FILES := \
        double.h \
        fast_idiv_by_const.c \
        fast_idiv_by_const.h \
+       fnv1a.h \
        format/u_format.c \
        format/u_format.h \
        format/u_format_bptc.c \
@@ -107,6 +109,7 @@ MESA_UTIL_FILES := \
        u_vector.h \
        u_debug.c \
        u_debug.h \
+       u_debug_memory.c \
        u_cpu_detect.c \
        u_cpu_detect.h \
        os_memory_aligned.h \
@@ -114,10 +117,13 @@ MESA_UTIL_FILES := \
        os_memory_stdc.h \
        os_memory.h \
        u_memory.h \
+       u_memset.h \
        u_mm.h \
        u_mm.c \
        vma.c \
-       vma.h
+       vma.h \
+       xxhash.h
+
 
 MESA_UTIL_GENERATED_FILES = \
        format_srgb.c \