i965: Disassemble all of DP write message control bits on Gen6.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 26 Jun 2014 18:19:15 +0000 (11:19 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 26 Jun 2014 18:46:26 +0000 (11:46 -0700)
commit7c2946fc237616e60ed1d3bb284256a3d1183c79
tree8ceb7e47f15b41cd68523b1e2c329eeb028d2232
parent40a975495343159bd73ee7325c748b56a2e792e1
i965: Disassemble all of DP write message control bits on Gen6.

Prior to the new brw_inst API, the brw_instruction structure split off
bits 4 and 5 of msg_control for specific fields, and we failed to
disassemble them.

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