Re: [Mesa-dev] [PATCH 33/78] i965/nir/vec4: Implement float-related functions

2015-07-01 Thread Antía Puentes
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

Re: [Mesa-dev] [PATCH 33/78] i965/nir/vec4: Implement float-related functions

2015-06-30 Thread Jason Ekstrand
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

[Mesa-dev] [PATCH 33/78] i965/nir/vec4: Implement float-related functions

2015-06-26 Thread Eduardo Lima Mitev
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