util: add a timespec helper
[mesa.git] / src / util / Makefile.sources
index 5b1548c733c061a4dea21aafa8b3680dfdcbda1e..cbbf5126875b09e4e5bc8623a37e18f828d4a001 100644 (file)
@@ -7,10 +7,14 @@ MESA_UTIL_FILES := \
        build_id.h \
        crc32.c \
        crc32.h \
+       dag.c \
+       dag.h \
        debug.c \
        debug.h \
        disk_cache.c \
        disk_cache.h \
+       fast_idiv_by_const.c \
+       fast_idiv_by_const.h \
        format_r11g11b10f.h \
        format_rgb9e5.h \
        format_srgb.h \
@@ -25,6 +29,10 @@ MESA_UTIL_FILES := \
        mesa-sha1.h \
        os_time.c \
        os_time.h \
+       os_file.c \
+       os_file.h \
+       os_misc.c \
+       os_misc.h \
        u_process.c \
        u_process.h \
        sha1/sha1.c \
@@ -52,6 +60,7 @@ MESA_UTIL_FILES := \
        strtod.c \
        strtod.h \
        texcompress_rgtc_tmp.h \
+       timespec.h \
        u_atomic.c \
        u_atomic.h \
        u_dynarray.h \
@@ -64,6 +73,15 @@ MESA_UTIL_FILES := \
        u_thread.h \
        u_vector.c \
        u_vector.h \
+       u_debug.c \
+       u_debug.h \
+       u_cpu_detect.c \
+       u_cpu_detect.h \
+       os_memory_aligned.h \
+       os_memory_debug.h \
+       os_memory_stdc.h \
+       os_memory.h \
+       u_memory.h \
        vma.c \
        vma.h