vk: Add GetPhysicalDeviceFeatures
[mesa.git] / src / util / Makefile.sources
index 154677aa47d8b28f142e40645389fc522cc9fc19..dc559391823282756949cb5f5ef4bfb1fd65eadf 100644 (file)
@@ -1,7 +1,13 @@
+MESA_UTIL_SHADER_CACHE_FILES := \
+       mesa-sha1.c \
+       mesa-sha1.h
+
 MESA_UTIL_FILES :=     \
+       bitset.h \
        format_srgb.h \
        hash_table.c    \
        hash_table.h \
+       list.h \
        macros.h \
        ralloc.c \
        ralloc.h \
@@ -9,8 +15,10 @@ MESA_UTIL_FILES :=    \
        register_allocate.h \
        rgtc.c \
        rgtc.h \
+       rounding.h \
        set.c \
        set.h \
+       simple_list.h \
        strtod.cpp \
        strtod.h \
        texcompress_rgtc_tmp.h \