Re: [Mesa-dev] [PATCH] gallium/util: fix align64

2016-07-30 Thread Edward O'Callaghan
Reviewed-by: Edward O'Callaghan On 07/30/2016 07:22 AM, Marek Olšák wrote: > From: Marek Olšák > > it cut off the upper 32 bits > > Cc: mesa-sta...@lists.freedesktop.org > --- > src/gallium/auxiliary/util/u_math.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/g

Re: [Mesa-dev] [PATCH] gallium/util: fix align64

2016-07-29 Thread Ilia Mirkin
Ouch, good one! Reviewed-by: Ilia Mirkin On Fri, Jul 29, 2016 at 5:22 PM, Marek Olšák wrote: > From: Marek Olšák > > it cut off the upper 32 bits > > Cc: mesa-sta...@lists.freedesktop.org > --- > src/gallium/auxiliary/util/u_math.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > d

[Mesa-dev] [PATCH] gallium/util: fix align64

2016-07-29 Thread Marek Olšák
From: Marek Olšák it cut off the upper 32 bits Cc: mesa-sta...@lists.freedesktop.org --- src/gallium/auxiliary/util/u_math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/util/u_math.h b/src/gallium/auxiliary/util/u_math.h index c94967e..1661e63 1006