Re: [Mesa-dev] [PATCH 2/7] i965: Update JIP/UIP compaction code to operate on bytes.

2014-08-18 Thread Matt Turner
On Mon, Aug 18, 2014 at 2:47 PM, Kenneth Graunke wrote: > On Monday, August 18, 2014 11:19:48 AM Matt Turner wrote: >> JIP/UIP were previously in units of compacted instructions. On Gen8 >> they're in units of bytes. >> --- >> src/mesa/drivers/dri/i965/brw_eu_compact.c | 10 ++ >> 1 file

Re: [Mesa-dev] [PATCH 2/7] i965: Update JIP/UIP compaction code to operate on bytes.

2014-08-18 Thread Kenneth Graunke
On Monday, August 18, 2014 11:19:48 AM Matt Turner wrote: > JIP/UIP were previously in units of compacted instructions. On Gen8 > they're in units of bytes. > --- > src/mesa/drivers/dri/i965/brw_eu_compact.c | 10 ++ > 1 file changed, 6 insertions(+), 4 deletions(-) > > diff --git a/src/m

[Mesa-dev] [PATCH 2/7] i965: Update JIP/UIP compaction code to operate on bytes.

2014-08-18 Thread Matt Turner
JIP/UIP were previously in units of compacted instructions. On Gen8 they're in units of bytes. --- src/mesa/drivers/dri/i965/brw_eu_compact.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_eu_compact.c b/src/mesa/drivers/dri/i965/brw_e