Re: [Mesa-dev] [PATCH 7/8] i965: Support instruction compaction between control flow.

2012-09-05 Thread Eric Anholt
Paul Berry writes: > I'm running out of time to look at this today, so I had to stop reviewing > here. I think the stuff that follows is likely correct (because if it > weren't, it would probably fail spectacularly :)). I'll try to return to > it tomorrow just to make sure. I think I've incorpo

Re: [Mesa-dev] [PATCH 7/8] i965: Support instruction compaction between control flow.

2012-09-04 Thread Paul Berry
On 31 August 2012 11:32, Eric Anholt wrote: > --- > src/mesa/drivers/dri/i965/brw_eu_compact.c | 111 > ++-- > 1 file changed, 87 insertions(+), 24 deletions(-) > > diff --git a/src/mesa/drivers/dri/i965/brw_eu_compact.c > b/src/mesa/drivers/dri/i965/brw_eu_compact.c > i

[Mesa-dev] [PATCH 7/8] i965: Support instruction compaction between control flow.

2012-08-31 Thread Eric Anholt
--- src/mesa/drivers/dri/i965/brw_eu_compact.c | 111 ++-- 1 file changed, 87 insertions(+), 24 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_eu_compact.c b/src/mesa/drivers/dri/i965/brw_eu_compact.c index 2c15c85..dd661f5 100644 --- a/src/mesa/drivers/dri/i965