glsl: Remove never used sin_reduced/cos_reduced.
authorMatt Turner <mattst88@gmail.com>
Thu, 2 Apr 2015 00:44:16 +0000 (17:44 -0700)
committerMatt Turner <mattst88@gmail.com>
Mon, 6 Apr 2015 17:13:22 +0000 (10:13 -0700)
commit5c71cf85315320fcb8b1cc2178f7f2d76b3beeef
tree49f622775d1363496846d95df9cfdc480e3c0f03
parent490621f0f2814ff1713c74f030acaff3f19cf8fb
glsl: Remove never used sin_reduced/cos_reduced.

These were added in commit f2616e56, presumably in preparation for
translating ARB vp/fp into GLSL IR. That never happened, and neither did
a lowering pass that actually generated these instructions.

Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/glsl/ir.cpp
src/glsl/ir.h
src/glsl/ir_constant_expression.cpp
src/glsl/ir_validate.cpp
src/glsl/nir/glsl_to_nir.cpp
src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp
src/mesa/program/ir_to_mesa.cpp
src/mesa/state_tracker/st_glsl_to_tgsi.cpp