util: move u_cpu_detect to util
[mesa.git] / src / gallium / auxiliary / Makefile.sources
index 626cde123afd064f874271ee3cc695c8f9b2cf53..b60b25a0e4c2106fd844628642ef54367dfa7b1b 100644 (file)
@@ -106,8 +106,6 @@ C_SOURCES := \
        os/os_memory_debug.h \
        os/os_memory_stdc.h \
        os/os_memory.h \
-       os/os_misc.c \
-       os/os_misc.h \
        os/os_mman.h \
        os/os_process.c \
        os/os_process.h \
@@ -224,10 +222,8 @@ C_SOURCES := \
        util/u_box.h \
        util/u_cache.c \
        util/u_cache.h \
-       util/u_cpu_detect.c \
-       util/u_cpu_detect.h \
-       util/u_debug.c \
-       util/u_debug.h \
+       util/u_debug_gallium.h \
+       util/u_debug_gallium.c \
        util/u_debug_describe.c \
        util/u_debug_describe.h \
        util/u_debug_flush.c \
@@ -294,8 +290,6 @@ C_SOURCES := \
        util/u_linear.h \
        util/u_log.c \
        util/u_log.h \
-       util/u_math.c \
-       util/u_math.h \
        util/u_memory.h \
        util/u_mm.c \
        util/u_mm.h \
@@ -304,6 +298,7 @@ C_SOURCES := \
        util/u_pack_color.h \
        util/u_pointer.h \
        util/u_prim.h \
+       util/u_prim.c \
        util/u_prim_restart.c \
        util/u_prim_restart.h \
        util/u_pstipple.c \
@@ -317,6 +312,8 @@ C_SOURCES := \
        util/u_ringbuffer.h \
        util/u_sampler.c \
        util/u_sampler.h \
+       util/u_screen.c \
+       util/u_screen.h \
        util/u_simple_shaders.c \
        util/u_simple_shaders.h \
        util/u_split_prim.h \