i965/disasm: Don't disassemble the URB complete field on Broadwell.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 17 Jul 2014 22:55:05 +0000 (15:55 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 21 Jul 2014 18:19:17 +0000 (11:19 -0700)
commitcaf8c07dd40b26ae3f4b8f1bf4ff26bd226a3b7b
tree158a283e838ee0ed9e575bd461b002592d2b2fae
parent662f1ccc248c5f978b67b63276b0b0b00f5f68ca
i965/disasm: Don't disassemble the URB complete field on Broadwell.

It doesn't exist, so attempting to read it will trigger generation
assertions in the brw_inst API.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_disasm.c