lavapipe: add a padding member to rendering_state

I always forget where to steal bits from otherwise

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11961>
This commit is contained in:
Mike Blumenkrantz 2021-07-19 14:54:53 -04:00 committed by Marge Bot
parent a296cc2684
commit 0115fab46b

View file

@ -125,6 +125,9 @@ struct rendering_state {
bool sb_dirty[PIPE_SHADER_TYPES];
bool disable_multisample;
enum gs_output gs_output_lines : 2;
uint32_t pad:22;
void *ss_cso[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
void *velems_cso;