Skip to content

gallium: Fix NIR validation when lowering polygon stipple

The fmul operation takes the maximum number of components from either of its operands. We only need to use 2 components from the fragment coordinates.

Merge request reports