util:Move only gallium used u_debug_refcnt.* and u_debug_describe.* into src/gallium...
authorYonggang Luo <luoyonggang@gmail.com>
Tue, 8 Nov 2022 08:12:10 +0000 (16:12 +0800)
committerMarge Bot <emma+marge@anholt.net>
Wed, 2 Aug 2023 03:41:24 +0000 (03:41 +0000)
commite87969eed5f6dc9045f196c0a86e0d3ced873823
treeb241c81f38649ce05243a9103aa19874c073379c
parent518e21ab875e357aff2c52d7e7f53589e337fbb1
util:Move only gallium used u_debug_refcnt.* and u_debug_describe.* into src/gallium/auxiliary/util/

Because these files indeed doesn't belongs to src/util, they are tightly coupled with
src/gallium/auxiliary

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19522>
src/gallium/auxiliary/meson.build
src/gallium/auxiliary/util/u_debug_describe.c [moved from src/util/u_debug_describe.c with 100% similarity]
src/gallium/auxiliary/util/u_debug_describe.h [moved from src/util/u_debug_describe.h with 100% similarity]
src/gallium/auxiliary/util/u_debug_refcnt.c [moved from src/util/u_debug_refcnt.c with 100% similarity]
src/gallium/auxiliary/util/u_debug_refcnt.h [moved from src/util/u_debug_refcnt.h with 100% similarity]
src/util/meson.build