Re: [Mesa-dev] [PATCH 2/8] glsl/fp64: add helper for dual slot double detection.

2015-12-09 Thread Oded Gabbay
On Wed, Dec 9, 2015 at 8:06 AM, Dave Airlie wrote: > From: Dave Airlie > > The old function didn't work for matrices, and we need this > in other places to fix some other problems, so move to a helper > in glsl type and fix the one user so far. > > A dual

[Mesa-dev] [PATCH 2/8] glsl/fp64: add helper for dual slot double detection.

2015-12-08 Thread Dave Airlie
From: Dave Airlie The old function didn't work for matrices, and we need this in other places to fix some other problems, so move to a helper in glsl type and fix the one user so far. A dual slot double is one that has 3 or 4 components in it's base type. Signed-off-by: