i965/vs: add vec4_instruction::depends_on_flags
authorChris Forbes <chrisf@ijw.co.nz>
Thu, 15 Aug 2013 18:54:30 +0000 (06:54 +1200)
committerChris Forbes <chrisf@ijw.co.nz>
Thu, 15 Aug 2013 19:21:43 +0000 (07:21 +1200)
commit9e2c1e28a14bb7c5ec49d6e7638b07a9e03ddca9
tree874fdd762d31ad82a73347285ffce50ab103f7d3
parentc5e2d0454b61d7dc44b1f0be00980cabad3db27d
i965/vs: add vec4_instruction::depends_on_flags

We're about to have an instruction that depends on the flags but isn't
predicated. This lays the groundwork.

Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp
src/mesa/drivers/dri/i965/brw_vec4.h