util/drirc: turn on force_glsl_extensions_warn for No Mans Sky
[mesa.git] / src / util / Makefile.sources
index 8ea5f29533b8b2e3cb97af0192ba2ad7f57df9de..e89336667264f48f5b6cc65ca6b74170ea78baa9 100644 (file)
@@ -13,6 +13,7 @@ MESA_UTIL_FILES := \
        format_r11g11b10f.h \
        format_rgb9e5.h \
        format_srgb.h \
+       futex.h \
        half_float.c \
        half_float.h \
        hash_table.c \
@@ -21,6 +22,10 @@ MESA_UTIL_FILES := \
        macros.h \
        mesa-sha1.c \
        mesa-sha1.h \
+       os_time.c \
+       os_time.h \
+       process.c \
+       process.h \
        sha1/sha1.c \
        sha1/sha1.h \
        ralloc.c \
@@ -35,10 +40,11 @@ MESA_UTIL_FILES := \
        set.c \
        set.h \
        simple_list.h \
+       simple_mtx.h \
        slab.c \
        slab.h \
-       string_to_uint_map.cpp \
-       string_to_uint_map.h \
+       string_buffer.c \
+       string_buffer.h \
        strndup.h \
        strtod.c \
        strtod.h \
@@ -52,7 +58,13 @@ MESA_UTIL_FILES := \
        u_string.h \
        u_thread.h \
        u_vector.c \
-       u_vector.h
+       u_vector.h \
+       vma.c \
+       vma.h
 
 MESA_UTIL_GENERATED_FILES = \
        format_srgb.c
+
+XMLCONFIG_FILES := \
+       xmlconfig.c \
+       xmlconfig.h