nir/load_store_vectorizer: Add unit tests for alignment handling.
[mesa.git] / src / util / Makefile.sources
index 0e8fbb7ee858a409849cfc64e4ea49b15c8bc1f6..6b01b137b274c90f1276d8833101384a5f186026 100644 (file)
@@ -20,9 +20,9 @@ MESA_UTIL_FILES := \
        disk_cache.h \
        double.c \
        double.h \
+       enum_operators.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 \
@@ -51,8 +51,6 @@ MESA_UTIL_FILES := \
        half_float.h \
        hash_table.c \
        hash_table.h \
-        imports.c \
-        imports.h \
        list.h \
        macros.h \
        mesa-sha1.c \
@@ -112,6 +110,10 @@ MESA_UTIL_FILES := \
        u_debug.c \
        u_debug.h \
        u_debug_memory.c \
+       u_debug_stack.c \
+       u_debug_stack.h \
+       u_debug_symbol.c \
+       u_debug_symbol.h \
        u_cpu_detect.c \
        u_cpu_detect.h \
        os_memory_aligned.h \
@@ -129,7 +131,8 @@ MESA_UTIL_FILES := \
 
 MESA_UTIL_GENERATED_FILES = \
        format_srgb.c \
-       format/u_format_table.c
+       format/u_format_table.c \
+       format/u_format_pack.h
 
 XMLCONFIG_FILES := \
        xmlconfig.c \