Re: [Mesa-dev] [PATCH] i965: Improve disassembly of data port read messages.

2015-08-14 Thread Chris Forbes
Reviewed-by: Chris Forbes chr...@ijw.co.nz On Fri, Aug 14, 2015 at 9:52 AM, Kenneth Graunke kenn...@whitecape.org wrote: We now print out the name of the message instead of its numerical value, and label the message control and surface numbers. Signed-off-by: Kenneth Graunke

[Mesa-dev] [PATCH] i965: Improve disassembly of data port read messages.

2015-08-13 Thread Kenneth Graunke
We now print out the name of the message instead of its numerical value, and label the message control and surface numbers. Signed-off-by: Kenneth Graunke kenn...@whitecape.org --- src/mesa/drivers/dri/i965/brw_disasm.c | 31 +++ 1 file changed, 27 insertions(+), 4