i965/vec4: print predicate control at brw_vec4 dump_instruction
authorAlejandro Piñeiro <apinheiro@igalia.com>
Fri, 9 Oct 2015 16:39:42 +0000 (18:39 +0200)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Thu, 22 Oct 2015 19:58:03 +0000 (21:58 +0200)
commit8cf84a7e470dbd3b46ce4081459d2ecfab22c2d5
tree548a123020616e024abb6074a10a540380e32526
parent92ae101ed0dff689f207abf61f68167009de4e29
i965/vec4: print predicate control at brw_vec4 dump_instruction

v2: externalize pred_ctrl_align16 from brw_disasm.c instead of adding
    a copy on brw_vec4.c, as suggested by Matt Turner

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/brw_disasm.c
src/mesa/drivers/dri/i965/brw_vec4.cpp