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
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