pipe: place struct util_debug_callback at the proper place in p_context.h
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user