nir/load_store_vectorizer: Add unit tests for alignment handling.
[mesa.git] / src / util / Makefile.sources
index 575bb5fb6e7f9c9f2836e0581ee76f0ac8a7c44c..6b01b137b274c90f1276d8833101384a5f186026 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 \
@@ -19,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 \
@@ -109,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 \
@@ -116,6 +121,7 @@ MESA_UTIL_FILES := \
        os_memory_stdc.h \
        os_memory.h \
        u_memory.h \
+       u_memset.h \
        u_mm.h \
        u_mm.c \
        vma.c \
@@ -125,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 \