lavapipe: remove lvp_sampler::state

I don't know what this was for but it's not doing anything now

Reviewed-by: Konstantin Seurer <konstantin.seurer@gmail.com>
Acked-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17740>
This commit is contained in:
Mike Blumenkrantz
2022-07-22 14:04:32 -04:00
committed by Marge Bot
parent cb48612355
commit 78495ffaf9

View File

@@ -264,7 +264,6 @@ struct lvp_sampler {
VkSamplerCreateInfo create_info;
union pipe_color_union border_color;
VkSamplerReductionMode reduction_mode;
uint32_t state[4];
};
struct lvp_descriptor_set_binding_layout {