From 78495ffaf9c5bbfd7a8f0ffb993c7af68ec7032c Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 22 Jul 2022 14:04:32 -0400 Subject: [PATCH] lavapipe: remove lvp_sampler::state I don't know what this was for but it's not doing anything now Reviewed-by: Konstantin Seurer Acked-by: Dave Airlie Part-of: --- src/gallium/frontends/lavapipe/lvp_private.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/frontends/lavapipe/lvp_private.h b/src/gallium/frontends/lavapipe/lvp_private.h index 352b4378dbe..42985b628da 100644 --- a/src/gallium/frontends/lavapipe/lvp_private.h +++ b/src/gallium/frontends/lavapipe/lvp_private.h @@ -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 {