diff options
Diffstat (limited to 'src/gallium/drivers/lima/lima_submit.h')
-rw-r--r-- | src/gallium/drivers/lima/lima_submit.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/lima/lima_submit.h b/src/gallium/drivers/lima/lima_submit.h index a541296fa21..32b9637b3de 100644 --- a/src/gallium/drivers/lima/lima_submit.h +++ b/src/gallium/drivers/lima/lima_submit.h @@ -29,6 +29,8 @@ #include <util/u_dynarray.h> +#include <pipe/p_state.h> + struct lima_context; struct lima_bo; struct pipe_surface; @@ -54,6 +56,8 @@ struct lima_submit { unsigned resolve; int pp_max_stack_size; + + struct pipe_scissor_state damage_rect; }; struct lima_submit *lima_submit_get(struct lima_context *ctx); |