i965/vec4: Drop the generate_math2_gen7() method.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 7 Jun 2014 09:39:37 +0000 (02:39 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 10 Jun 2014 23:38:26 +0000 (16:38 -0700)
commit5260a26e927df2bda7059b170c007a03da65b03b
treebba7a88fef4f89d6d0b46286047c0bb7ab833bf9
parentb003fc265fc672b35d15ce7c2d05e8b9c81c4ee9
i965/vec4: Drop the generate_math2_gen7() method.

It's now a single line of code, so we may as well fold it into the
caller.

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_vec4.h
src/mesa/drivers/dri/i965/brw_vec4_generator.cpp