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)
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

index 8094a96..36012c8 100644 (file)
@@ -215,10 +215,14 @@ files_libgallium = files(
   'util/u_compute.c',
   'util/u_compute.h',
   'util/u_debug_cb.h',
+  'util/u_debug_describe.c',
+  'util/u_debug_describe.h',
   'util/u_debug_flush.c',
   'util/u_debug_flush.h',
   'util/u_debug_image.c',
   'util/u_debug_image.h',
+  'util/u_debug_refcnt.c',
+  'util/u_debug_refcnt.h',
   'util/u_draw.c',
   'util/u_draw.h',
   'util/u_draw_quad.c',
index f4946d7..bf6fa11 100644 (file)
@@ -130,10 +130,6 @@ files_mesa_util = files(
   'u_atomic.h',
   'u_call_once.c',
   'u_call_once.h',
-  'u_debug_describe.c',
-  'u_debug_describe.h',
-  'u_debug_refcnt.c',
-  'u_debug_refcnt.h',
   'u_dl.c',
   'u_dl.h',
   'u_dynarray.c',