gallium, llvmpipe, lavapipe: sampler minmax reduction mode support
This is just the gallium interface (no GL support) for min max texture filtering.
I want to support the vulkan API in lavapipe.
One tricky thing in the filtering is having to check if the weight is 0 and ignore the components with a 0 weight vs just using a direct min/max call.
Edited by Dave Airlie