mesa/gallium: Move u_bit_scan{,64} from gallium to util.
[mesa.git] / src / util / Makefile.sources
index 5ec3fe15253712d4e9d1638e3db564a2bdc4ad09..aec41c389eaf73f7d883697df5f8007f49cdaf24 100644 (file)
@@ -1,21 +1,31 @@
-MESA_UTIL_SHADER_CACHE_FILES := \
-       mesa-sha1.c \
-       mesa-sha1.h
-
 MESA_UTIL_FILES :=     \
+       bitscan.c \
+       bitscan.h \
+       bitset.h \
+       debug.c \
+       debug.h \
        format_srgb.h \
+       half_float.c \
+       half_float.h \
        hash_table.c    \
        hash_table.h \
+       list.h \
        macros.h \
+       mesa-sha1.c \
+       mesa-sha1.h \
        ralloc.c \
        ralloc.h \
        register_allocate.c \
        register_allocate.h \
        rgtc.c \
        rgtc.h \
+       rounding.h \
        set.c \
        set.h \
-       strtod.cpp \
+       simple_list.h \
+       strndup.c \
+       strndup.h \
+       strtod.c \
        strtod.h \
        texcompress_rgtc_tmp.h \
        u_atomic.h