Re: [Mesa-dev] [PATCH 16/23] i965/disasm: "Handle" Gen8+ HF/DF immediate cases.

2014-06-30 Thread Kristian Høgsberg
On Sat, Jun 28, 2014 at 09:33:55PM -0700, Kenneth Graunke wrote: > We should print something properly, but I'm not sure how to properly > print an HF, and we don't have any DFs today to test with. > > This is at least better than the current Gen8 disassembler, which would > simply assert fail. >

[Mesa-dev] [PATCH 16/23] i965/disasm: "Handle" Gen8+ HF/DF immediate cases.

2014-06-28 Thread Kenneth Graunke
We should print something properly, but I'm not sure how to properly print an HF, and we don't have any DFs today to test with. This is at least better than the current Gen8 disassembler, which would simply assert fail. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_disasm.c |