Skip to content

hasvk: Correctly set NonPerspectiveBarycentricEnable on gfx7

Väinö Mäkelä requested to merge mainiomano/mesa:hasvk-fix-noperspective into main

The incorrect #else has existed since commit bfd9942c, but the issue was already present before that. NonPerspectiveBarycentricEnable must be enabled if non-perspective interpolation is used.

Closes: #7449 (closed)

Merge request reports