Re: [Mesa-dev] [PATCH 08/13] nir/lower_double_ops: lower fract()

2016-04-19 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Tue, Apr 12, 2016 at 1:05 AM, Samuel Iglesias Gonsálvez < sigles...@igalia.com> wrote: > From: Iago Toral Quiroga > > At least i965 hardware does not have native support for fract() on doubles. > --- > src/compiler/nir/nir.h | 1 + > src/compile

[Mesa-dev] [PATCH 08/13] nir/lower_double_ops: lower fract()

2016-04-12 Thread Samuel Iglesias Gonsálvez
From: Iago Toral Quiroga At least i965 hardware does not have native support for fract() on doubles. --- src/compiler/nir/nir.h | 1 + src/compiler/nir/nir_lower_double_ops.c | 14 ++ 2 files changed, 15 insertions(+) diff --git a/src/compiler/nir/nir.h b/src/compi