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

2015-08-13 Thread Chris Forbes
Reviewed-by: Chris Forbes On Fri, Aug 14, 2015 at 9:52 AM, Kenneth Graunke 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 > --- > src/mesa/drivers/dri/i965/brw_disasm.c |

[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 --- src/mesa/drivers/dri/i965/brw_disasm.c | 31 +++ 1 file changed, 27 insertions(+), 4 deletions(-) diff --git