Skip to content

etnaviv: fix disabling of INT filter for real

Lucas Stach requested to merge lynxeye/mesa:etnaviv-intfilter-fix into master

Missing a copy of the pipe_sampler_state into the etna_sampler_state object lead to the texture_use_int_filter() to always see a max_anisotropy of 0, so the INT filter wasn't disabled when necessary. Also state emission should never change the state objects, as this might also lead to stale information being kept around the in the state object.

Fixes #3409 (closed)

Merge request reports