mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
util: Move u_dynarray to src/util
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>
This commit is contained in:
parent
a66befc3c8
commit
f0372814a9
3 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue