Skip to content

softpipe: Don't use mag filter for gather op

Gert Wollny requested to merge gerddie/mesa:sp-refix-gather into master

For the gather op no magnification filter is provided, so always use the filter given for minification (which is the linear filter in this case)

Fixes: 0dff1533 softpipe: Use mag texture filter also for clamped lod == 0

Merge request reports