ir_constant_visitor: Add support for dFdx and dFdy operations.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 9 Jun 2010 22:22:35 +0000 (15:22 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 9 Jun 2010 22:23:40 +0000 (15:23 -0700)
commitd6a32d4b5450d76046428fd3f93a4feb0d14b5e6
treec2e8ab8af29c589ce921d3f463aaac5557d42ace
parentb843c7a20c2d65494f30eb82622ae7db380f581a
ir_constant_visitor: Add support for dFdx and dFdy operations.

If the argument is a constant expression...it's not changing per pixel,
so the result is simply 0.
ir_constant_expression.cpp