summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915
diff options
context:
space:
mode:
authorYonggang Luo <luoyonggang@gmail.com>2022-03-31 04:21:45 +0800
committerMarge Bot <emma+marge@anholt.net>2022-04-01 01:52:43 +0000
commit523675e99544b114d059eab54dd9c8c4e1401a7d (patch)
tree806175086ed868e4eb99bd93de41856a7ec2d93f /src/gallium/drivers/i915
parent240cd8088c6771e07c5348e93ec2e112e35da81c (diff)
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>
Diffstat (limited to 'src/gallium/drivers/i915')
-rw-r--r--src/gallium/drivers/i915/i915_fpc_translate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915/i915_fpc_translate.c b/src/gallium/drivers/i915/i915_fpc_translate.c
index 0acea54efe8..33a65226af7 100644
--- a/src/gallium/drivers/i915/i915_fpc_translate.c
+++ b/src/gallium/drivers/i915/i915_fpc_translate.c
@@ -1042,7 +1042,7 @@ i915_fini_compile(struct i915_context *i915, struct i915_fp_compile *p)
memcpy(&ifs->program[decl_size], p->program,
program_size * sizeof(uint32_t));
- pipe_debug_message(
+ util_debug_message(
&i915->debug, SHADER_INFO,
"%s shader: %d inst, %d tex, %d tex_indirect, %d temps, %d const",
_mesa_shader_stage_to_abbrev(MESA_SHADER_FRAGMENT), (int)program_size,