i965/vec4: Don't fix_math_operand() on Gen >= 8.
authorMatt Turner <mattst88@gmail.com>
Mon, 23 Jun 2014 20:30:14 +0000 (13:30 -0700)
committerMatt Turner <mattst88@gmail.com>
Tue, 24 Jun 2014 18:51:54 +0000 (11:51 -0700)
commitb24e1cc6049d997e8f78283dcf6a75e99541faed
treee5847c40346acccafe1a70c69cd7d5c7ca706a21
parent0e800dfe75d75c2c5c12bb3762aa9723854a241e
i965/vec4: Don't fix_math_operand() on Gen >= 8.

The emit_math?_gen? functions serve to implement workarounds for the
math instruction, none of which exist on Gen8+.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp