Re: [Mesa-dev] [PATCH 2/2] i965/disasm: Fix format strings

2015-03-13 Thread Matt Turner
On Fri, Mar 13, 2015 at 11:10 AM, Chris Forbes wrote: > Most of the brw_inst_* api returns 64bit values. This fixes disassembly > of sampler messages, etc. At some point we should probably change most of the brw_inst_* API to not return 64-bit values, but that's neither here nor there. Both are

[Mesa-dev] [PATCH 2/2] i965/disasm: Fix format strings

2015-03-13 Thread Chris Forbes
Most of the brw_inst_* api returns 64bit values. This fixes disassembly of sampler messages, etc. Signed-off-by: Chris Forbes --- src/mesa/drivers/dri/i965/brw_disasm.c | 48 +- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/mesa/drivers/dri/i