Ensure the shared symbol table levels are read-only to make multi-threading safe...
authorJohn Kessenich <cepheus@frii.com>
Fri, 6 Sep 2013 19:52:57 +0000 (19:52 +0000)
committerJohn Kessenich <cepheus@frii.com>
Fri, 6 Sep 2013 19:52:57 +0000 (19:52 +0000)
commit38f3b890de0e81fad79d2db63b496f13641842a7
tree90f6e7a8f56e829925fb5d615bce34f9c46344f1
parent69f4b517c2162941466a6ff709fcf9db52881cce
Ensure the shared symbol table levels are read-only to make multi-threading safe.  Also removed inadvertent extra copies of the symbol table shared across all stages.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@22939 e7fa87d3-cd2b-0410-9028-fcbf551c1848
14 files changed:
Install/Windows/glslangValidator.exe
StandAlone/StandAlone.cpp
StandAlone/Worklist.h
Test/runtests
Todo.txt
glslang/Include/Types.h
glslang/MachineIndependent/Initialize.cpp
glslang/MachineIndependent/ParseHelper.cpp
glslang/MachineIndependent/Scan.cpp
glslang/MachineIndependent/ShaderLang.cpp
glslang/MachineIndependent/SymbolTable.cpp
glslang/MachineIndependent/SymbolTable.h
glslang/MachineIndependent/glslang.y
glslang/Public/ShaderLang.h