Re: [Mesa-dev] [PATCH 1/2] i965/vec4: set swizzle when loading an uniform

2017-04-25 Thread Francisco Jerez
Samuel Iglesias Gonsálvez writes: > On Mon, 2017-04-24 at 11:22 -0700, Francisco Jerez wrote: >> Samuel Iglesias Gonsálvez writes: >> >> > On Fri, 2017-04-21 at 10:23 -0700, Francisco Jerez wrote: >> > > Samuel Iglesias Gonsálvez writes: >> > > >> > > > On Thu, 2017-04-20 at 10:26 -0700, Fran

Re: [Mesa-dev] [PATCH 1/2] i965/vec4: set swizzle when loading an uniform

2017-04-25 Thread Samuel Iglesias Gonsálvez
On Mon, 2017-04-24 at 11:22 -0700, Francisco Jerez wrote: > Samuel Iglesias Gonsálvez writes: > > > On Fri, 2017-04-21 at 10:23 -0700, Francisco Jerez wrote: > > > Samuel Iglesias Gonsálvez writes: > > > > > > > On Thu, 2017-04-20 at 10:26 -0700, Francisco Jerez wrote: > > > > > Samuel Iglesias

Re: [Mesa-dev] [PATCH 1/2] i965/vec4: set swizzle when loading an uniform

2017-04-24 Thread Francisco Jerez
Samuel Iglesias Gonsálvez writes: > On Fri, 2017-04-21 at 10:23 -0700, Francisco Jerez wrote: >> Samuel Iglesias Gonsálvez writes: >> >> > On Thu, 2017-04-20 at 10:26 -0700, Francisco Jerez wrote: >> > > Samuel Iglesias Gonsálvez writes: >> > > >> > > > It was setting XYWZ swizzle to all unif

Re: [Mesa-dev] [PATCH 1/2] i965/vec4: set swizzle when loading an uniform

2017-04-24 Thread Samuel Iglesias Gonsálvez
On Fri, 2017-04-21 at 10:23 -0700, Francisco Jerez wrote: > Samuel Iglesias Gonsálvez writes: > > > On Thu, 2017-04-20 at 10:26 -0700, Francisco Jerez wrote: > > > Samuel Iglesias Gonsálvez writes: > > > > > > > It was setting XYWZ swizzle to all uniforms, no matter if they > > > > were > > > >

Re: [Mesa-dev] [PATCH 1/2] i965/vec4: set swizzle when loading an uniform

2017-04-21 Thread Francisco Jerez
Samuel Iglesias Gonsálvez writes: > On Thu, 2017-04-20 at 10:26 -0700, Francisco Jerez wrote: >> Samuel Iglesias Gonsálvez writes: >> >> > It was setting XYWZ swizzle to all uniforms, no matter if they were >> > a vector or not. >> > >> > Signed-off-by: Samuel Iglesias Gonsálvez >> > Cc: curr

Re: [Mesa-dev] [PATCH 1/2] i965/vec4: set swizzle when loading an uniform

2017-04-20 Thread Samuel Iglesias Gonsálvez
On Thu, 2017-04-20 at 10:26 -0700, Francisco Jerez wrote: > Samuel Iglesias Gonsálvez writes: > > > It was setting XYWZ swizzle to all uniforms, no matter if they were > > a vector or not. > > > > Signed-off-by: Samuel Iglesias Gonsálvez > > Cc: curroje...@riseup.net > > Don't you need to CC m

Re: [Mesa-dev] [PATCH 1/2] i965/vec4: set swizzle when loading an uniform

2017-04-20 Thread Francisco Jerez
Samuel Iglesias Gonsálvez writes: > It was setting XYWZ swizzle to all uniforms, no matter if they were > a vector or not. > > Signed-off-by: Samuel Iglesias Gonsálvez > Cc: curroje...@riseup.net Don't you need to CC mesa-stable here and in the next patch? > --- > src/intel/compiler/brw_vec4_

[Mesa-dev] [PATCH 1/2] i965/vec4: set swizzle when loading an uniform

2017-04-20 Thread Samuel Iglesias Gonsálvez
It was setting XYWZ swizzle to all uniforms, no matter if they were a vector or not. Signed-off-by: Samuel Iglesias Gonsálvez Cc: curroje...@riseup.net --- src/intel/compiler/brw_vec4_nir.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/compiler/brw_vec4_nir.cpp b/src/intel/com