Hi Jason,
thanks for the review.
On mar, 2015-06-30 at 14:10 -0700, Jason Ekstrand wrote:
> First off, this needs a different commit message. "float-related
> functions" isn't particularly descriptive. How about "various
> rounding functions" because these really are all "rounding modes".
True
First off, this needs a different commit message. "float-related
functions" isn't particularly descriptive. How about "various
rounding functions" because these really are all "rounding modes".
On Fri, Jun 26, 2015 at 1:06 AM, Eduardo Lima Mitev wrote:
> From: Antia Puentes
>
> Adds NIR ALU op
From: Antia Puentes
Adds NIR ALU operations:
* nir_op_ftrunc
* nir_op_fceil
* nir_op_ffloor
* nir_op_ffrac
* nir_op_fround_even
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89580
---
src/mesa/drivers/dri/i965/brw_vec4_nir.cpp | 40 ++
1 file