From dca7ea4a1258dedfb248e7231c042ba5761d6b36 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Thu, 31 Mar 2022 06:58:36 +0800 Subject: [PATCH] pipe: place `struct util_debug_callback` at the proper place in p_context.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Yonggang Luo Reviewed-by: Marek Olšák Part-of: --- 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: