X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgallium%2Fdrivers%2Flima%2Flima_context.h;h=5cda47287c29b043ac78f578239923124de13752;hb=1b49534df2197c59880ee703ff4dd813bc5f5231;hp=e28617ee7a7ff20ef22b0cede60f677f5d6dba9f;hpb=e763c6778ced36ba5f513391fc26952aab05d8af;p=mesa.git diff --git a/src/gallium/drivers/lima/lima_context.h b/src/gallium/drivers/lima/lima_context.h index e28617ee7a7..5cda47287c2 100644 --- a/src/gallium/drivers/lima/lima_context.h +++ b/src/gallium/drivers/lima/lima_context.h @@ -44,9 +44,11 @@ struct lima_depth_stencil_alpha_state { }; struct lima_fs_shader_state { + struct pipe_shader_state base; void *shader; int shader_size; int stack_size; + uint8_t swizzles[PIPE_MAX_SAMPLERS][4]; bool uses_discard; struct lima_bo *bo; };