gallium/util: move u_queue.{c,h} to src/util
authorTimothy Arceri <tarceri@itsqueeze.com>
Wed, 8 Mar 2017 04:33:38 +0000 (15:33 +1100)
committerTimothy Arceri <tarceri@itsqueeze.com>
Sun, 12 Mar 2017 06:49:03 +0000 (17:49 +1100)
This will allow us to use it outside of gallium for things like
compressing shader cache entries.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/auxiliary/Makefile.sources
src/util/Makefile.sources
src/util/u_queue.c [moved from src/gallium/auxiliary/util/u_queue.c with 100% similarity]
src/util/u_queue.h [moved from src/gallium/auxiliary/util/u_queue.h with 100% similarity]

index 9063b51..c3a3af9 100644 (file)
@@ -276,8 +276,6 @@ C_SOURCES := \
        util/u_pstipple.c \
        util/u_pstipple.h \
        util/u_pwr8.h \
-       util/u_queue.c \
-       util/u_queue.h \
        util/u_range.h \
        util/u_rect.h \
        util/u_resource.c \
index 8b5ee2d..e6c1c76 100644 (file)
@@ -44,6 +44,8 @@ MESA_UTIL_FILES :=    \
        texcompress_rgtc_tmp.h \
        u_atomic.h \
        u_endian.h \
+       u_queue.c \
+       u_queue.h \
        u_string.h \
        u_thread.h \
        u_vector.c \