X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fpanfrost%2Fpan_context.h;h=c294195b4b5b9ba7efc1f2a0d4116a5446170608;hb=204a3bb816fe6382ac14ac06a2395f4afdded43e;hp=83128677b97874a5bca3e82b1f3485efc3db04a4;hpb=990e24469cb83b6236a954e2433252b9219f774b;p=mesa.git diff --git a/src/gallium/drivers/panfrost/pan_context.h b/src/gallium/drivers/panfrost/pan_context.h index 83128677b97..c294195b4b5 100644 --- a/src/gallium/drivers/panfrost/pan_context.h +++ b/src/gallium/drivers/panfrost/pan_context.h @@ -227,6 +227,9 @@ struct panfrost_shader_state { uint16_t point_sprite_mask; unsigned point_sprite_upper_left : 1; + + /* Should we enable helper invocations */ + bool helper_invocations; }; /* A collection of varyings (the CSO) */