Remove TIntermediate's dependency on infoSink, simplify folding of constant aggregate...
authorJohn Kessenich <cepheus@frii.com>
Tue, 3 Sep 2013 22:14:59 +0000 (22:14 +0000)
committerJohn Kessenich <cepheus@frii.com>
Tue, 3 Sep 2013 22:14:59 +0000 (22:14 +0000)
commit807b8e3b8294af5252be1eeb6c65197db9860734
tree94b795e60df6afcb897604713eacf5c5a856795f
parentfca75340443c286fab0bbc0d278f962a6b077f6e
Remove TIntermediate's dependency on infoSink, simplify folding of constant aggregates, and infoSink use in constant folding.

Added a few deep aggregate constant folding testing cases.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@22912 e7fa87d3-cd2b-0410-9028-fcbf551c1848
Test/baseResults/constErrors.frag.out
Test/baseResults/constFold.frag.out
Test/constErrors.frag
Test/constFold.frag
glslang/Include/intermediate.h
glslang/MachineIndependent/Constant.cpp
glslang/MachineIndependent/Intermediate.cpp
glslang/MachineIndependent/ShaderLang.cpp
glslang/MachineIndependent/intermOut.cpp
glslang/MachineIndependent/localintermediate.h
glslang/MachineIndependent/parseConst.cpp