Re: [Mesa-dev] [PATCH 18/20] i965/fs: Preserve CFG in the SEL peephole.

2014-08-19 Thread Pohjolainen, Topi
On Tue, Aug 19, 2014 at 10:19:42AM +0300, Pohjolainen, Topi wrote: > On Mon, Aug 18, 2014 at 10:42:26AM -0700, Matt Turner wrote: > > On Mon, Aug 18, 2014 at 8:34 AM, Pohjolainen, Topi > > wrote: > > > On Thu, Jul 24, 2014 at 07:54:25PM -0700, Matt Turner wrote: > > >> --- > > >> src/mesa/drivers

Re: [Mesa-dev] [PATCH 18/20] i965/fs: Preserve CFG in the SEL peephole.

2014-08-19 Thread Pohjolainen, Topi
On Mon, Aug 18, 2014 at 10:42:26AM -0700, Matt Turner wrote: > On Mon, Aug 18, 2014 at 8:34 AM, Pohjolainen, Topi > wrote: > > On Thu, Jul 24, 2014 at 07:54:25PM -0700, Matt Turner wrote: > >> --- > >> src/mesa/drivers/dri/i965/brw_fs_sel_peephole.cpp | 15 +-- > >> 1 file changed, 9

Re: [Mesa-dev] [PATCH 18/20] i965/fs: Preserve CFG in the SEL peephole.

2014-08-18 Thread Matt Turner
On Mon, Aug 18, 2014 at 8:34 AM, Pohjolainen, Topi wrote: > On Thu, Jul 24, 2014 at 07:54:25PM -0700, Matt Turner wrote: >> --- >> src/mesa/drivers/dri/i965/brw_fs_sel_peephole.cpp | 15 +-- >> 1 file changed, 9 insertions(+), 6 deletions(-) >> >> diff --git a/src/mesa/drivers/dri/i96

Re: [Mesa-dev] [PATCH 18/20] i965/fs: Preserve CFG in the SEL peephole.

2014-08-18 Thread Pohjolainen, Topi
On Thu, Jul 24, 2014 at 07:54:25PM -0700, Matt Turner wrote: > --- > src/mesa/drivers/dri/i965/brw_fs_sel_peephole.cpp | 15 +-- > 1 file changed, 9 insertions(+), 6 deletions(-) > > diff --git a/src/mesa/drivers/dri/i965/brw_fs_sel_peephole.cpp > b/src/mesa/drivers/dri/i965/brw_fs_s

[Mesa-dev] [PATCH 18/20] i965/fs: Preserve CFG in the SEL peephole.

2014-07-24 Thread Matt Turner
--- src/mesa/drivers/dri/i965/brw_fs_sel_peephole.cpp | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_fs_sel_peephole.cpp b/src/mesa/drivers/dri/i965/brw_fs_sel_peephole.cpp index d64cd98..f609138 100644 --- a/src/mesa/drivers/dri/