Mesa (main): pipe: place `struct util_debug_callback` at the proper place in p_context.h

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Apr 1 03:07:39 UTC 2022


Module: Mesa
Branch: main
Commit: dca7ea4a1258dedfb248e7231c042ba5761d6b36
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dca7ea4a1258dedfb248e7231c042ba5761d6b36

Author: Yonggang Luo <luoyonggang at gmail.com>
Date:   Thu Mar 31 06:58:36 2022 +0800

pipe: place `struct util_debug_callback` at the proper place in p_context.h

Signed-off-by: Yonggang Luo <luoyonggang at gmail.com>
Reviewed-by: Marek Olšák <marek.olsak at amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15657>

---

 src/gallium/include/pipe/p_context.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/include/pipe/p_context.h b/src/gallium/include/pipe/p_context.h
index b655d692838..75e30da09f9 100644
--- a/src/gallium/include/pipe/p_context.h
+++ b/src/gallium/include/pipe/p_context.h
@@ -45,7 +45,6 @@ struct pipe_blit_info;
 struct pipe_box;
 struct pipe_clip_state;
 struct pipe_constant_buffer;
-struct util_debug_callback;
 struct pipe_depth_stencil_alpha_state;
 struct pipe_device_reset_callback;
 struct pipe_draw_info;
@@ -81,6 +80,7 @@ union pipe_color_union;
 union pipe_query_result;
 struct u_log_context;
 struct u_upload_mgr;
+struct util_debug_callback;
 
 /**
  * Gallium rendering context.  Basically:



More information about the mesa-commit mailing list