Re: [Mesa-dev] [PATCH 10/14] i965: Add BRW_OPCODE_NENOP for G45.

2014-09-24 Thread Matt Turner
On Wed, Sep 24, 2014 at 10:41 AM, Ian Romanick wrote: > There are a bunch of other places that do special things for > BRW_OPCODE_NOP. Do any of those also need changes? There's really not many. The main use of NOP is when we change the opcode of an instruction we want to remove to NOP, and then

Re: [Mesa-dev] [PATCH 10/14] i965: Add BRW_OPCODE_NENOP for G45.

2014-09-24 Thread Ian Romanick
There are a bunch of other places that do special things for BRW_OPCODE_NOP. Do any of those also need changes? On 08/28/2014 08:10 PM, Matt Turner wrote: > --- > src/mesa/drivers/dri/i965/brw_defines.h | 1 + > src/mesa/drivers/dri/i965/brw_disasm.c | 5 +++-- > 2 files changed, 4 insertions(+

[Mesa-dev] [PATCH 10/14] i965: Add BRW_OPCODE_NENOP for G45.

2014-08-28 Thread Matt Turner
--- src/mesa/drivers/dri/i965/brw_defines.h | 1 + src/mesa/drivers/dri/i965/brw_disasm.c | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_defines.h b/src/mesa/drivers/dri/i965/brw_defines.h index 0ef43e9..251f5b7 100644 --- a/src/mesa/drive