Re: [Mesa-dev] [PATCH 78/78] nir: Fix output swizzle in get_mul_for_src

2015-06-30 Thread Samuel Iglesias Gonsálvez
On 01/07/15 01:41, Jason Ekstrand wrote: > On Fri, Jun 26, 2015 at 1:07 AM, Eduardo Lima Mitev wrote: >> From: Samuel Iglesias Gonsalvez >> >> Avoid copying an overwritten swizzle, use the original values. >> >> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89580 >> Signed-off-by: Samu

Re: [Mesa-dev] [PATCH 78/78] nir: Fix output swizzle in get_mul_for_src

2015-06-30 Thread Jason Ekstrand
On Fri, Jun 26, 2015 at 1:07 AM, Eduardo Lima Mitev wrote: > From: Samuel Iglesias Gonsalvez > > Avoid copying an overwritten swizzle, use the original values. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89580 > Signed-off-by: Samuel Iglesias Gonsalvez > --- > src/glsl/nir/nir_op

[Mesa-dev] [PATCH 78/78] nir: Fix output swizzle in get_mul_for_src

2015-06-26 Thread Eduardo Lima Mitev
From: Samuel Iglesias Gonsalvez Avoid copying an overwritten swizzle, use the original values. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89580 Signed-off-by: Samuel Iglesias Gonsalvez --- src/glsl/nir/nir_opt_peephole_ffma.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-