Re: [Mesa-dev] [PATCH 03/14] i965/compaction: Rework 3-src compaction logic.

2014-08-30 Thread Kenneth Graunke
On Thursday, August 28, 2014 08:10:33 PM Matt Turner wrote: > It may be possible to create a contrived example in which a 3-src > instruction would have been compacted on Gen < 8. I'd rather not > discover it in the wild. > --- > src/mesa/drivers/dri/i965/brw_eu_compact.c | 14 +- > 1

[Mesa-dev] [PATCH 03/14] i965/compaction: Rework 3-src compaction logic.

2014-08-28 Thread Matt Turner
It may be possible to create a contrived example in which a 3-src instruction would have been compacted on Gen < 8. I'd rather not discover it in the wild. --- src/mesa/drivers/dri/i965/brw_eu_compact.c | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/mesa/dri