Module: Mesa Branch: master Commit: f0372814a9b8676c0b26de30c4cc33ada64baa7b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0372814a9b8676c0b26de30c4cc33ada64baa7b
Author: Thomas Helland <[email protected]> Date: Thu Jun 1 22:21:19 2017 +0200 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]> --- 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(-) 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 e9f820a3ee..8ea5f29533 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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
