Files
mesa/src/compiler
Samuel Iglesias Gonsálvez b902377a56 nir/lower_double_ops: lower mod()
There are rounding errors with the division in i965 that affect
the mod(x,y) result when x = N * y. Instead of returning '0' it
was returning 'y'.

This lowering pass fixes those cases.

Signed-off-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
2016-05-04 08:07:49 +02:00
..
2016-05-04 08:07:49 +02:00
2016-04-25 12:23:25 +02:00
2016-04-14 16:38:59 +01:00
2016-04-14 16:38:59 +01:00