mesa: move u_idalloc from gallium/aux/util to util

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6600>
This commit is contained in:
Pierre-Eric Pelloux-Prayer 2020-09-08 20:41:14 +02:00
parent 911ce374ca
commit 87ef970ee6
6 changed files with 4 additions and 4 deletions

View File

@ -257,8 +257,6 @@ C_SOURCES := \
util/u_hash_table.h \
util/u_helpers.c \
util/u_helpers.h \
util/u_idalloc.c \
util/u_idalloc.h \
util/u_index_modify.c \
util/u_index_modify.h \
util/u_inlines.h \

View File

@ -273,8 +273,6 @@ files_libgallium = files(
'util/u_hash_table.h',
'util/u_helpers.c',
'util/u_helpers.h',
'util/u_idalloc.c',
'util/u_idalloc.h',
'util/u_index_modify.c',
'util/u_index_modify.h',
'util/u_inlines.h',

View File

@ -51,6 +51,8 @@ MESA_UTIL_FILES := \
half_float.h \
hash_table.c \
hash_table.h \
u_idalloc.c \
u_idalloc.h \
list.h \
macros.h \
mesa-sha1.c \

View File

@ -54,6 +54,8 @@ files_mesa_util = files(
'half_float.h',
'hash_table.c',
'hash_table.h',
'u_idalloc.c',
'u_idalloc.h',
'list.h',
'macros.h',
'mesa-sha1.c',