util: Rename pipe_debug_message to util_debug_message

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15657>
This commit is contained in:
Yonggang Luo
2022-03-31 04:21:45 +08:00
committed by Marge Bot
parent 240cd8088c
commit 523675e995
34 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ _debug_vprintf(const char *format, va_list ap)
void
_pipe_debug_message(struct pipe_debug_callback *cb,
_util_debug_message(struct pipe_debug_callback *cb,
unsigned *id,
enum pipe_debug_type type,
const char *fmt, ...)