Re: [Mesa-dev] [PATCH] mesa: fix Z32_FLOAT -> uint conversion functions

2012-05-19 Thread Jose Fonseca
Looks good. Jose - Original Message - > The IROUND converted all arguments to 0 or 1. That's not what we > wanted. > > NOTE: This is a candidate for the 8.0 branch. > --- > src/mesa/main/format_unpack.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/s

[Mesa-dev] [PATCH] mesa: fix Z32_FLOAT -> uint conversion functions

2012-05-18 Thread Brian Paul
The IROUND converted all arguments to 0 or 1. That's not what we wanted. NOTE: This is a candidate for the 8.0 branch. --- src/mesa/main/format_unpack.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesa/main/format_unpack.c b/src/mesa/main/format_unpack.c index