From f0372814a9b8676c0b26de30c4cc33ada64baa7b Mon Sep 17 00:00:00 2001 From: Thomas Helland Date: Thu, 1 Jun 2017 22:21:19 +0200 Subject: [PATCH] util: Move u_dynarray to src/util MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This will be used as the basis for unification Reviewed-by: Marek Olšák Reviewed-by: Eric Engestrom --- src/gallium/auxiliary/Makefile.sources | 1 - src/util/Makefile.sources | 1 + src/{gallium/auxiliary => }/util/u_dynarray.h | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename src/{gallium/auxiliary => }/util/u_dynarray.h (100%) diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index 0e450ab3d7e..99ab0c00bb5 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -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 \ diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources index e9f820a3ee0..8ea5f29533b 100644 --- a/src/util/Makefile.sources +++ b/src/util/Makefile.sources @@ -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 \ diff --git a/src/gallium/auxiliary/util/u_dynarray.h b/src/util/u_dynarray.h similarity index 100% rename from src/gallium/auxiliary/util/u_dynarray.h rename to src/util/u_dynarray.h -- 2.30.2