Skip to content

gallium/swr: Fix Windows build

Jan Zielinski requested to merge jzielins/mesa:swr-fix-win-build into master

Tessellator defines own fmin/fmax functions that conflict with those defined in cmath header. Need to use legacy math.h which was originally used in MS code.

Merge request reports