glsl: Use the generated constant expression code
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 12 Jul 2016 23:42:36 +0000 (16:42 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 30 Aug 2016 23:28:03 +0000 (16:28 -0700)
commitee3cdac7857a5c0f30108e1b1963d042f2a5e8e6
treea22272671d69afdae939af9aa167920947a4ff75
parentf3fcfe001f8e6d3abaa62eb73ab95d0ba88b628d
glsl: Use the generated constant expression code

Immediately previous to this patch,

    diff -wud src/glsl/ir_constant_expression.cpp \
              src/glsl/ir_expression_operation_constant.h

should be "minimal."

v3: With much help from José Fonseca, fix the SCons build.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/compiler/Makefile.glsl.am
src/compiler/Makefile.sources
src/compiler/SConscript.glsl
src/compiler/glsl/ir_constant_expression.cpp