util: Rename pipe_debug_callback to util_debug_callback

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:22:26 +08:00
committed by Marge Bot
parent 523675e995
commit 2ca6ef22f7
80 changed files with 140 additions and 140 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ _debug_vprintf(const char *format, va_list ap)
void
_util_debug_message(struct pipe_debug_callback *cb,
_util_debug_message(struct util_debug_callback *cb,
unsigned *id,
enum pipe_debug_type type,
const char *fmt, ...)