Skip to content

gallivm nir int div/mod fixes

Dave Airlie requested to merge airlied/mesa:gallivm-nir-tgsi-fixes into master

Not sure why TGSI never hits the problem of INT_MIN / 0 -> INT_MIN / -1 -> SIGFPE anyways, this fixes that.

These should fix crashes in blender with the NIR paths.

Fixes #2559 (closed)

Merge request reports