Re: [Mesa-dev] [PATCH 16/16] i965: Print the correct dst and shared-src types for 3-src instructions.

2013-04-25 Thread Matt Turner
On Tue, Apr 23, 2013 at 3:42 AM, Chris Forbes chr...@ijw.co.nz wrote: Would it make more sense to move this patch just before or after patch 11, so the disassembly is correct from the moment you start emitting these? Yes, good idea. I've moved it immediately after patch 11, i965/gen7: Set

Re: [Mesa-dev] [PATCH 16/16] i965: Print the correct dst and shared-src types for 3-src instructions.

2013-04-23 Thread Chris Forbes
Would it make more sense to move this patch just before or after patch 11, so the disassembly is correct from the moment you start emitting these? ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org

[Mesa-dev] [PATCH 16/16] i965: Print the correct dst and shared-src types for 3-src instructions.

2013-04-22 Thread Matt Turner
--- src/mesa/drivers/dri/i965/brw_disasm.c | 26 ++ 1 files changed, 22 insertions(+), 4 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_disasm.c b/src/mesa/drivers/dri/i965/brw_disasm.c index 0b881b7..556e63a 100644 --- a/src/mesa/drivers/dri/i965/brw_disasm.c