Re: [Mesa-dev] [PATCH 05/22] i965/fs: consider execsize can be duplicated in lower_simd_with

2017-01-11 Thread Juan A. Suarez Romero
On Tue, 2017-01-10 at 14:31 -0800, Francisco Jerez wrote: > "Juan A. Suarez Romero" writes: > > > On Mon, 2017-01-09 at 15:41 -0800, Francisco Jerez wrote: > > > Samuel Iglesias Gonsálvez writes: > > > > > > > From: "Juan A. Suarez Romero"

Re: [Mesa-dev] [PATCH 05/22] i965/fs: consider execsize can be duplicated in lower_simd_with

2017-01-10 Thread Francisco Jerez
"Juan A. Suarez Romero" writes: > On Mon, 2017-01-09 at 15:41 -0800, Francisco Jerez wrote: >> Samuel Iglesias Gonsálvez writes: >> >> > From: "Juan A. Suarez Romero" >> > >> > In IVB/VLV, for instructions dealing with DF,

Re: [Mesa-dev] [PATCH 05/22] i965/fs: consider execsize can be duplicated in lower_simd_with

2017-01-10 Thread Juan A. Suarez Romero
On Mon, 2017-01-09 at 15:41 -0800, Francisco Jerez wrote: > Samuel Iglesias Gonsálvez writes: > > > From: "Juan A. Suarez Romero" > > > > In IVB/VLV, for instructions dealing with DF, execsize will be > > duplicated in the final code. > > > > So take

Re: [Mesa-dev] [PATCH 05/22] i965/fs: consider execsize can be duplicated in lower_simd_with

2017-01-09 Thread Francisco Jerez
Samuel Iglesias Gonsálvez writes: > From: "Juan A. Suarez Romero" > > In IVB/VLV, for instructions dealing with DF, execsize will be > duplicated in the final code. > > So take this in account when checking if instructions should be split. > --- >

[Mesa-dev] [PATCH 05/22] i965/fs: consider execsize can be duplicated in lower_simd_with

2017-01-05 Thread Samuel Iglesias Gonsálvez
From: "Juan A. Suarez Romero" In IVB/VLV, for instructions dealing with DF, execsize will be duplicated in the final code. So take this in account when checking if instructions should be split. --- src/mesa/drivers/dri/i965/brw_fs.cpp | 13 - 1 file changed, 12