summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThomas Helland <[email protected]>2017-06-01 22:21:19 +0200
committerMarek Olšák <[email protected]>2017-06-07 21:07:24 +0200
commitf0372814a9b8676c0b26de30c4cc33ada64baa7b (patch)
treeb86aed7ec8f52ae718f81951bae9ca4a22cc9df8 /src
parenta66befc3c899436d976605d9a59ed70b6d174de3 (diff)
util: Move u_dynarray to src/util
This will be used as the basis for unification Reviewed-by: Marek Olšák <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/gallium/auxiliary/Makefile.sources1
-rw-r--r--src/util/Makefile.sources1
-rw-r--r--src/util/u_dynarray.h (renamed from src/gallium/auxiliary/util/u_dynarray.h)0
3 files changed, 1 insertions, 1 deletions
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
index 7b7a093d824..7b7a093d824 100644
--- a/src/gallium/auxiliary/util/u_dynarray.h
+++ b/src/util/u_dynarray.h