Re: [Mesa-dev] [PATCH 00/14] i965: Instruction compaction improvements

2014-09-24 Thread Ian Romanick
Patches 1 through 4, 6, and 14 are Reviewed-by: Ian Romanick Assuming sufficient pigliting, patch 9 is Acked-by: Ian Romanick I sent a couple minor questions on a few others. The remaining will be left to more capable hands. On 08/28/2014 08:10 PM, Matt Turner wrote: > This series adds inst

Re: [Mesa-dev] [PATCH 00/14] i965: Instruction compaction improvements

2014-09-24 Thread Kenneth Graunke
On Friday, September 19, 2014 05:47:58 PM Matt Turner wrote: > On Thu, Aug 28, 2014 at 8:10 PM, Matt Turner wrote: > > This series adds instruction compaction support for G45 and Gen5 > > and enables compaction of control flow instructions. > > Ken reviewed the first four patches I think. Can I ge

Re: [Mesa-dev] [PATCH 00/14] i965: Instruction compaction improvements

2014-09-19 Thread Matt Turner
On Thu, Aug 28, 2014 at 8:10 PM, Matt Turner wrote: > This series adds instruction compaction support for G45 and Gen5 > and enables compaction of control flow instructions. Ken reviewed the first four patches I think. Can I get someone to review the rest?

[Mesa-dev] [PATCH 00/14] i965: Instruction compaction improvements

2014-08-28 Thread Matt Turner
This series adds instruction compaction support for G45 and Gen5 and enables compaction of control flow instructions. Available from git://people.freedesktop.org/~mattst88/mesa compaction-improvements [PATCH 01/14] i965: Set JumpCount, not JIP, on ENDIF on Gen 6. Benign bug fix. [PATCH