Skip to content

dzn: Clamp depthBiasConstantFactor when doing the float -> int conversion

Boris Brezillon requested to merge bbrezillon/mesa:dzn-depth-bias-fix into main

If we don't do that, we might end up with an integer overflow/underflow.

Merge request reports