i965/fs: Drop the generate_math[12]_gen7 methods.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 7 Jun 2014 09:27:43 +0000 (02:27 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 10 Jun 2014 23:38:26 +0000 (16:38 -0700)
commit35e48bd6188a56097016eb1c05e16d1ba35345c4
tree9ea326596ed7f0b8fdd47fe19788ac0b12e29571
parentf3ddd71f2878e42d2c9e927bd5f695a62b357c58
i965/fs: Drop the generate_math[12]_gen7 methods.

These functions are basically identical, so we should combine them.
However, they're so trivial, we may as well just fold them into their
only call sites.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/mesa/drivers/dri/i965/brw_fs.h
src/mesa/drivers/dri/i965/brw_fs_generator.cpp