summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe
diff options
context:
space:
mode:
authorYonggang Luo <luoyonggang@gmail.com>2022-03-31 04:23:56 +0800
committerMarge Bot <emma+marge@anholt.net>2022-04-01 01:52:43 +0000
commitb2ece67f11cede6d052cda4d81c9aa946c15cad7 (patch)
tree317e00faacfd9867412224280d639d4b7bf5a445 /src/gallium/include/pipe
parentab225a1e36d4062df62e53bdeea9ddffb12658bc (diff)
util: Rename PIPE_DEBUG_TYPE to UTIL_DEBUG_TYPE
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/include/pipe')
-rw-r--r--src/gallium/include/pipe/p_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h
index 071b61f2233..b2ab438677e 100644
--- a/src/gallium/include/pipe/p_state.h
+++ b/src/gallium/include/pipe/p_state.h
@@ -1019,7 +1019,7 @@ struct util_debug_callback
* \param data user-supplied data pointer
* \param id message type identifier, if pointed value is 0, then a
* new id is assigned
- * \param type PIPE_DEBUG_TYPE_*
+ * \param type UTIL_DEBUG_TYPE_*
* \param format printf-style format string
* \param args args for format string
*/