nir: Add lowering of POW instructions if the lower flag is set.
authorEric Anholt <eric@anholt.net>
Wed, 28 Jan 2015 18:32:57 +0000 (10:32 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 18 Feb 2015 22:47:50 +0000 (14:47 -0800)
commitccf14bca4b892a0dffa1d8c244bfabe384d70f98
tree37693f2bb2623154641f609d2f5d4be9cff1c51a
parent8e9dbfff17f29533ad03f3afd25ada8cb6bf1e2b
nir: Add lowering of POW instructions if the lower flag is set.

This could be done in a separate pass like we do in GLSL IR, but it seems
to me like having the definitions of the transformations in the two
directions next to each other makes a lot of sense.

v2: Reorder the comment about the transformation.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/glsl/nir/nir_opt_algebraic.py