i965/fs: Handle printing HW_REGS in dump_instruction().
authorMatt Turner <mattst88@gmail.com>
Wed, 9 Oct 2013 06:30:08 +0000 (23:30 -0700)
committerMatt Turner <mattst88@gmail.com>
Thu, 17 Oct 2013 03:49:43 +0000 (20:49 -0700)
commit197f3a33fbce525e8f7799466935304d9e24c0f1
treea5f8e6d4fd48f544d7f31cc1249e62690bc5d0eb
parent7d0519c0823b15a884a852f2f2884cdb95a1ab75
i965/fs: Handle printing HW_REGS in dump_instruction().

Scheduling debugging now prints:

Instructions before scheduling (reg_alloc 1)
0: linterp vgrf20, hw_reg2, hw_reg3, hw_reg4,
1: linterp vgrf21, hw_reg2, hw_reg3, hw_reg4+16,

Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_fs.cpp