Re: [Mesa-dev] [PATCH 04/22] i965/fs: add lowering step to duplicate sources with stride 0.

2017-01-11 Thread Samuel Iglesias Gonsálvez
On Tue, 2017-01-10 at 22:07 -0800, Francisco Jerez wrote: > Hi Matt, > > Matt Turner writes: > > > On Sun, Jan 8, 2017 at 10:53 PM, Matt Turner > > wrote: > > > On 01/05, Samuel Iglesias Gonsálvez wrote: > > > > > > > > From: "Juan A. Suarez Romero"

Re: [Mesa-dev] [PATCH 04/22] i965/fs: add lowering step to duplicate sources with stride 0.

2017-01-10 Thread Francisco Jerez
Hi Matt, Matt Turner writes: > On Sun, Jan 8, 2017 at 10:53 PM, Matt Turner wrote: >> On 01/05, Samuel Iglesias Gonsálvez wrote: >>> >>> From: "Juan A. Suarez Romero" >>> >>> When dealing with DF uniforms with just 1 component, we

Re: [Mesa-dev] [PATCH 04/22] i965/fs: add lowering step to duplicate sources with stride 0.

2017-01-10 Thread Matt Turner
On Sun, Jan 8, 2017 at 10:53 PM, Matt Turner wrote: > On 01/05, Samuel Iglesias Gonsálvez wrote: >> >> From: "Juan A. Suarez Romero" >> >> When dealing with DF uniforms with just 1 component, we set stride 0 to >> use the value along the operation.

Re: [Mesa-dev] [PATCH 04/22] i965/fs: add lowering step to duplicate sources with stride 0.

2017-01-08 Thread Matt Turner
On 01/05, Samuel Iglesias Gonsálvez wrote: From: "Juan A. Suarez Romero" When dealing with DF uniforms with just 1 component, we set stride 0 to use the value along the operation. However, when duplicating the regioning parameters in IVB/VLV, we are violating the regioning

[Mesa-dev] [PATCH 04/22] i965/fs: add lowering step to duplicate sources with stride 0.

2017-01-05 Thread Samuel Iglesias Gonsálvez
From: "Juan A. Suarez Romero" When dealing with DF uniforms with just 1 component, we set stride 0 to use the value along the operation. However, when duplicating the regioning parameters in IVB/VLV, we are violating the regioning restrictions. So instead of using the value