Update glslang
authorMaciej Jesionowski <maciej.jesionowski@mobica.com>
Thu, 6 Oct 2016 14:25:52 +0000 (16:25 +0200)
committerMaciej Jesionowski <maciej.jesionowski@mobica.com>
Sun, 9 Oct 2016 09:45:02 +0000 (11:45 +0200)
Change-Id: I45632ec45e142b1967f60d0155ffff11d0352222

external/fetch_sources.py
external/glslang/CMakeLists.txt

index 042e00a..35b4c2d 100644 (file)
@@ -189,7 +189,7 @@ PACKAGES = [
                "spirv-tools"),
        GitRepo(
                "https://github.com/KhronosGroup/glslang.git",
-               "a1e2d4952e0bf6ec809d243e01e0c602797bbfd2",
+               "19bdf90eba71390f04bb85226337517df65d73e2",
                "glslang"),
        GitRepo(
                "https://github.com/KhronosGroup/SPIRV-Headers.git",
index 532c55c..8fab581 100644 (file)
@@ -41,6 +41,7 @@ if (EXISTS ${GLSLANG_ABS_PATH}/glslang/GenericCodeGen/CodeGen.cpp)
                ${GLSLANG_ABS_PATH}/glslang/MachineIndependent/Initialize.cpp
                ${GLSLANG_ABS_PATH}/glslang/MachineIndependent/Intermediate.cpp
                ${GLSLANG_ABS_PATH}/glslang/MachineIndependent/intermOut.cpp
+               ${GLSLANG_ABS_PATH}/glslang/MachineIndependent/iomapper.cpp
                ${GLSLANG_ABS_PATH}/glslang/MachineIndependent/IntermTraverse.cpp
                ${GLSLANG_ABS_PATH}/glslang/MachineIndependent/limits.cpp
                ${GLSLANG_ABS_PATH}/glslang/MachineIndependent/linkValidate.cpp