[Mesa-dev] [PATCH 2/7] util: Move u_dynarray to src/util
Thomas Helland
thomashelland90 at gmail.com
Sat Jun 3 18:11:37 UTC 2017
This will be used as the basis for unification
---
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 0e450ab3d7..99ab0c00bb 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 e9057343dc..5f098c3831 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.13.0
More information about the mesa-dev
mailing list