util: delete fnv1a hash function
[mesa.git] / src / util / Makefile.sources
index dbdcbede6275c71349d44fece3ee3169e9e2d89f..dc1b205bfc9e72ffd84c55def6a731d692b39072 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 \
@@ -57,6 +58,8 @@ MESA_UTIL_FILES := \
        os_time.h \
        os_file.c \
        os_file.h \
+       os_socket.c \
+       os_socket.h \
        os_misc.c \
        os_misc.h \
        u_process.c \
@@ -105,6 +108,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 \
@@ -112,8 +116,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 \