Full thread safety working:
authorJohn Kessenich <cepheus@frii.com>
Sun, 8 Sep 2013 21:04:46 +0000 (21:04 +0000)
committerJohn Kessenich <cepheus@frii.com>
Sun, 8 Sep 2013 21:04:46 +0000 (21:04 +0000)
commit5f753e022204cf020f427f967bd6fcde8b6b6111
tree59c8c95d163b09d993382e5e3015c32ee1edc529
parent38f3b890de0e81fad79d2db63b496f13641842a7
Full thread safety working:
 - don't use [] for map lookups, it can modify the map
 - copy up built-in symbols out of shared symbol table levels before modifying them
 - enforce shallow vs. deep TType copies
 - combine maxArraySize with the array dimensions vector, encapsulate
 - remove chaining of array types

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@22953 e7fa87d3-cd2b-0410-9028-fcbf551c1848
17 files changed:
Install/Windows/glslangValidator.exe
Test/120.frag
Test/baseResults/120.frag.out
Test/baseResults/300.vert.out
Test/baseResults/array100.frag.out
glslang/Include/Types.h
glslang/Include/intermediate.h
glslang/MachineIndependent/Constant.cpp
glslang/MachineIndependent/Initialize.cpp
glslang/MachineIndependent/Intermediate.cpp
glslang/MachineIndependent/ParseHelper.cpp
glslang/MachineIndependent/ParseHelper.h
glslang/MachineIndependent/Scan.cpp
glslang/MachineIndependent/ShaderLang.cpp
glslang/MachineIndependent/SymbolTable.cpp
glslang/MachineIndependent/SymbolTable.h
glslang/MachineIndependent/glslang.y