X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Futil%2FMakefile.sources;h=c7f6516a992f5c85a37abb7a69d673cb6e3f3c44;hb=7885bb684d8a1ee9fbdcf85603e1f923a3526b22;hp=ef38b5ac7d10b3c0780b0bef73963682e06c5195;hpb=bea66d22f2c0e97242c15652376ae4e82779f343;p=mesa.git diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources index ef38b5ac7d1..c7f6516a992 100644 --- a/src/util/Makefile.sources +++ b/src/util/Makefile.sources @@ -1,14 +1,32 @@ -MESA_UTIL_FILES := \ +MESA_UTIL_FILES := \ + bitscan.c \ + bitscan.h \ bitset.h \ + build_id.c \ + build_id.h \ + crc32.c \ + crc32.h \ + debug.c \ + debug.h \ + disk_cache.c \ + disk_cache.h \ + format_r11g11b10f.h \ + format_rgb9e5.h \ format_srgb.h \ - hash_table.c \ + half_float.c \ + half_float.h \ + hash_table.c \ hash_table.h \ list.h \ macros.h \ mesa-sha1.c \ mesa-sha1.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 \ @@ -17,12 +35,28 @@ MESA_UTIL_FILES := \ set.c \ set.h \ simple_list.h \ - strndup.c \ + slab.c \ + slab.h \ + string_buffer.c \ + string_buffer.h \ strndup.h \ strtod.c \ strtod.h \ texcompress_rgtc_tmp.h \ - u_atomic.h + u_atomic.c \ + u_atomic.h \ + u_dynarray.h \ + u_endian.h \ + u_queue.c \ + u_queue.h \ + u_string.h \ + u_thread.h \ + u_vector.c \ + u_vector.h MESA_UTIL_GENERATED_FILES = \ format_srgb.c + +XMLCONFIG_FILES := \ + xmlconfig.c \ + xmlconfig.h