Re: [Mesa-dev] [PATCH 1/7] i965: Add sensible disasm for the JMPI instruction.

2012-01-04 Thread Kenneth Graunke
On 01/04/2012 06:04 PM, Eric Anholt wrote: > We care about the jump distance, not that the first src is always the > ip register. > --- > src/mesa/drivers/dri/i965/brw_disasm.c |4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) Patches 1-5 and 7 are Reviewed-by: Kenneth Graunke Pat

[Mesa-dev] [PATCH 1/7] i965: Add sensible disasm for the JMPI instruction.

2012-01-04 Thread Eric Anholt
We care about the jump distance, not that the first src is always the ip register. --- src/mesa/drivers/dri/i965/brw_disasm.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_disasm.c b/src/mesa/drivers/dri/i965/brw_disasm.c index 23ad3de..