Re: [Mesa-dev] [PATCH v2] nvc0/ir: be more careful about preserving modifiers in SHLADD creation

2016-10-13 Thread Samuel Pitoiset
On 10/13/2016 03:56 PM, Ilia Mirkin wrote: On Thu, Oct 13, 2016 at 9:53 AM, Samuel Pitoiset wrote: On 10/12/2016 08:42 PM, Ilia Mirkin wrote: src2 was being given the wrong modifier, and we were not properly managing the modifier on the SHL source either. Signed-off-by: Ilia Mirkin ---

Re: [Mesa-dev] [PATCH v2] nvc0/ir: be more careful about preserving modifiers in SHLADD creation

2016-10-13 Thread Ilia Mirkin
On Thu, Oct 13, 2016 at 9:53 AM, Samuel Pitoiset wrote: > > > On 10/12/2016 08:42 PM, Ilia Mirkin wrote: >> >> src2 was being given the wrong modifier, and we were not properly >> managing the modifier on the SHL source either. >> >> Signed-off-by: Ilia Mirkin >> --- >> src/gallium/drivers/nouve

Re: [Mesa-dev] [PATCH v2] nvc0/ir: be more careful about preserving modifiers in SHLADD creation

2016-10-13 Thread Samuel Pitoiset
On 10/12/2016 08:42 PM, Ilia Mirkin wrote: src2 was being given the wrong modifier, and we were not properly managing the modifier on the SHL source either. Signed-off-by: Ilia Mirkin --- src/gallium/drivers/nouveau/codegen/nv50_ir_peephole.cpp | 12 +--- 1 file changed, 5 insertions

[Mesa-dev] [PATCH v2] nvc0/ir: be more careful about preserving modifiers in SHLADD creation

2016-10-12 Thread Ilia Mirkin
src2 was being given the wrong modifier, and we were not properly managing the modifier on the SHL source either. Signed-off-by: Ilia Mirkin --- src/gallium/drivers/nouveau/codegen/nv50_ir_peephole.cpp | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/gallium/d