replace IFLOOR with util_ifloor
[mesa.git] / src / util / Makefile.sources
index cce28db005effc15a317c639c97644459a24cd1f..0e8fbb7ee858a409849cfc64e4ea49b15c8bc1f6 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 \
@@ -49,6 +51,8 @@ MESA_UTIL_FILES := \
        half_float.h \
        hash_table.c \
        hash_table.h \
+        imports.c \
+        imports.h \
        list.h \
        macros.h \
        mesa-sha1.c \
@@ -57,6 +61,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 +111,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,10 +119,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 \