diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-09-02 05:18:14 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-09-02 05:18:14 +0000 |
commit | 5f66494d31f735486b8222ecfa0a0c9046e92543 (patch) | |
tree | f699ac8d7f6d510c30bded04f96a1209344f6a47 /lib/mesa/src/gallium/drivers/panfrost/pan_resource.h | |
parent | 17a5b543e3479aaa779cc68345c46d437edd05d8 (diff) |
Import Mesa 22.1.7
Diffstat (limited to 'lib/mesa/src/gallium/drivers/panfrost/pan_resource.h')
-rw-r--r-- | lib/mesa/src/gallium/drivers/panfrost/pan_resource.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/mesa/src/gallium/drivers/panfrost/pan_resource.h b/lib/mesa/src/gallium/drivers/panfrost/pan_resource.h index 1d7bb8178..374d62f07 100644 --- a/lib/mesa/src/gallium/drivers/panfrost/pan_resource.h +++ b/lib/mesa/src/gallium/drivers/panfrost/pan_resource.h @@ -116,6 +116,9 @@ void panfrost_resource_context_init(struct pipe_context *pctx); /* Blitting */ void +panfrost_blitter_save(struct panfrost_context *ctx, bool render_cond); + +void panfrost_blit(struct pipe_context *pipe, const struct pipe_blit_info *info); |