util/drirc: turn on force_glsl_extensions_warn for No Mans Sky
[mesa.git] / src / util / Makefile.sources
index 5c123582b7752d3a60ed044345dedddf6b592847..e89336667264f48f5b6cc65ca6b74170ea78baa9 100644 (file)
@@ -1,4 +1,4 @@
-MESA_UTIL_FILES :=     \
+MESA_UTIL_FILES := \
        bitscan.c \
        bitscan.h \
        bitset.h \
@@ -13,18 +13,25 @@ MESA_UTIL_FILES :=  \
        format_r11g11b10f.h \
        format_rgb9e5.h \
        format_srgb.h \
+       futex.h \
        half_float.c \
        half_float.h \
-       hash_table.c    \
+       hash_table.c \
        hash_table.h \
        list.h \
        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 \
        ralloc.h \
+       rand_xor.c \
+       rand_xor.h \
        register_allocate.c \
        register_allocate.h \
        rgtc.c \
@@ -33,15 +40,18 @@ MESA_UTIL_FILES :=  \
        set.c \
        set.h \
        simple_list.h \
+       simple_mtx.h \
        slab.c \
        slab.h \
-       string_to_uint_map.h \
-       string_to_uint_map.cpp \
+       string_buffer.c \
+       string_buffer.h \
        strndup.h \
        strtod.c \
        strtod.h \
        texcompress_rgtc_tmp.h \
+       u_atomic.c \
        u_atomic.h \
+       u_dynarray.h \
        u_endian.h \
        u_queue.c \
        u_queue.h \
@@ -49,8 +59,12 @@ MESA_UTIL_FILES :=   \
        u_thread.h \
        u_vector.c \
        u_vector.h \
-       vk_alloc.h \
-       vk_util.h
+       vma.c \
+       vma.h
 
 MESA_UTIL_GENERATED_FILES = \
        format_srgb.c
+
+XMLCONFIG_FILES := \
+       xmlconfig.c \
+       xmlconfig.h