The rest of the series seems reasonable although I'm not an expert, but this one is definitely
Reviewed-by: Connor Abbott <[email protected]> On Wed, Jan 28, 2015 at 3:46 PM, Jason Ekstrand <[email protected]> wrote: > --- > src/glsl/nir/nir_opcodes.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/glsl/nir/nir_opcodes.py b/src/glsl/nir/nir_opcodes.py > index f54a017..77f3bb8 100644 > --- a/src/glsl/nir/nir_opcodes.py > +++ b/src/glsl/nir/nir_opcodes.py > @@ -477,7 +477,7 @@ else > dst = ((1 << bits)- 1) << offset; > """) > > -opcode("ldexp", 0, tunsigned, [0, 0], [tfloat, tint], "", """ > +opcode("ldexp", 0, tfloat, [0, 0], [tfloat, tint], "", """ > dst = ldexp(src0, src1); > /* flush denormals to zero. */ > if (!isnormal(dst)) > -- > 2.2.2 > > _______________________________________________ > mesa-dev mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
