mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 04:30:10 +01:00
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:
parent
cb48612355
commit
78495ffaf9
1 changed files with 0 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue