nir: Don't produce nir_op_flog from GLSL IR
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 7 May 2015 00:01:37 +0000 (17:01 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 8 May 2015 19:12:54 +0000 (12:12 -0700)
commitad51f9b4213d90489362d98f5aa2bf1956ef6f53
tree41c23dc96dd9f17c0bfd0461e00d05ec1a718639
parente0a17f6e31a8cefc173ced5f53cb2d28a842fbb6
nir: Don't produce nir_op_flog from GLSL IR

All paths that produce GLSL IR for NIR lower ir_unop_log.  All paths
that consume NIR will explode if they geta nir_op_flog.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Acked-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/glsl/nir/glsl_to_nir.cpp