llvmpipe: minor white-space clean-up in lp_setup.h

Signed-off-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17561>
This commit is contained in:
Brian Paul 2022-06-21 15:07:45 -06:00 committed by Marge Bot
parent aba7554f39
commit 55ca12fdd0
1 changed files with 31 additions and 35 deletions

View File

@ -32,8 +32,6 @@
struct draw_context;
struct vertex_info;
struct pipe_resource;
struct pipe_query;
struct pipe_surface;
@ -47,7 +45,8 @@ struct pipe_fence_handle;
struct lp_setup_variant;
struct lp_setup_context;
void lp_setup_reset( struct lp_setup_context *setup );
void
lp_setup_reset(struct lp_setup_context *setup);
struct lp_setup_context *
lp_setup_create(struct pipe_context *pipe,
@ -60,13 +59,10 @@ lp_setup_clear(struct lp_setup_context *setup,
unsigned clear_stencil,
unsigned flags);
void
lp_setup_flush(struct lp_setup_context *setup,
const char *reason);
void
lp_setup_bind_framebuffer(struct lp_setup_context *setup,
const struct pipe_framebuffer_state *fb);