Re: [Mesa-dev] [PATCH 06/20] i965: Preserve the CFG in instruction scheduling.

2014-09-17 Thread Pohjolainen, Topi
On Mon, Sep 08, 2014 at 10:46:33AM -0700, Matt Turner wrote: > On Mon, Sep 8, 2014 at 5:43 AM, Pohjolainen, Topi > wrote: > > On Tue, Sep 02, 2014 at 09:34:17PM -0700, Matt Turner wrote: > >> --- > >> .../drivers/dri/i965/brw_schedule_instructions.cpp | 74 > >> -- > >> 1 fil

Re: [Mesa-dev] [PATCH 06/20] i965: Preserve the CFG in instruction scheduling.

2014-09-08 Thread Matt Turner
On Mon, Sep 8, 2014 at 5:43 AM, Pohjolainen, Topi wrote: > On Tue, Sep 02, 2014 at 09:34:17PM -0700, Matt Turner wrote: >> --- >> .../drivers/dri/i965/brw_schedule_instructions.cpp | 74 >> -- >> 1 file changed, 42 insertions(+), 32 deletions(-) >> >> diff --git a/src/mesa/dr

Re: [Mesa-dev] [PATCH 06/20] i965: Preserve the CFG in instruction scheduling.

2014-09-08 Thread Pohjolainen, Topi
On Tue, Sep 02, 2014 at 09:34:17PM -0700, Matt Turner wrote: > --- > .../drivers/dri/i965/brw_schedule_instructions.cpp | 74 > -- > 1 file changed, 42 insertions(+), 32 deletions(-) > > diff --git a/src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp > b/src/mesa/driver

[Mesa-dev] [PATCH 06/20] i965: Preserve the CFG in instruction scheduling.

2014-09-02 Thread Matt Turner
--- .../drivers/dri/i965/brw_schedule_instructions.cpp | 74 -- 1 file changed, 42 insertions(+), 32 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp b/src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp index 04ac242..bac0d55 100644 --- a