util: Move u_dynarray to src/util
authorThomas Helland <thomashelland90@gmail.com>
Thu, 1 Jun 2017 20:21:19 +0000 (22:21 +0200)
committerMarek Olšák <marek.olsak@amd.com>
Wed, 7 Jun 2017 19:07:24 +0000 (21:07 +0200)
This will be used as the basis for unification

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

index 0e450ab..99ab0c0 100644 (file)
@@ -221,7 +221,6 @@ C_SOURCES := \
        util/u_dump_defines.c \
        util/u_dump.h \
        util/u_dump_state.c \
-       util/u_dynarray.h \
        util/u_fifo.h \
        util/u_format.c \
        util/u_format.h \
index e9f820a..8ea5f29 100644 (file)
@@ -45,6 +45,7 @@ MESA_UTIL_FILES := \
        texcompress_rgtc_tmp.h \
        u_atomic.c \
        u_atomic.h \
+       u_dynarray.h \
        u_endian.h \
        u_queue.c \
        u_queue.h \