Update glslang to (f5dcdf01) "Front-end: Don't lower precision of bit operations...
authorscygan <slawomir.cygan@intel.com>
Thu, 16 Jun 2016 12:53:06 +0000 (14:53 +0200)
committerPyry Haulos <phaulos@google.com>
Thu, 7 Jul 2016 17:46:40 +0000 (10:46 -0700)
Fixes #382

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

index 7e98e7e..155bf75 100644 (file)
@@ -174,7 +174,7 @@ PACKAGES = [
                "spirv-tools"),
        GitRepo(
                "https://github.com/KhronosGroup/glslang.git",
-               "7b3096a93dd5ebee516da9c4563aa352420c01cd",
+               "f5dcdf01230b504c340070d9938cd4b62b867f99",
                "glslang"),
 ]
 
index 840ceab..33455bd 100644 (file)
@@ -52,6 +52,7 @@ if (EXISTS ${GLSLANG_ABS_PATH}/glslang/GenericCodeGen/CodeGen.cpp)
                ${GLSLANG_ABS_PATH}/glslang/MachineIndependent/linkValidate.cpp
                ${GLSLANG_ABS_PATH}/glslang/MachineIndependent/parseConst.cpp
                ${GLSLANG_ABS_PATH}/glslang/MachineIndependent/reflection.cpp
+               ${GLSLANG_ABS_PATH}/glslang/MachineIndependent/propagateNoContraction.cpp
                ${GLSLANG_ABS_PATH}/glslang/MachineIndependent/preprocessor/Pp.cpp
                ${GLSLANG_ABS_PATH}/glslang/MachineIndependent/preprocessor/PpAtom.cpp
                ${GLSLANG_ABS_PATH}/glslang/MachineIndependent/preprocessor/PpContext.cpp
@@ -68,6 +69,7 @@ if (EXISTS ${GLSLANG_ABS_PATH}/glslang/GenericCodeGen/CodeGen.cpp)
                ${GLSLANG_ABS_PATH}/hlsl/hlslScanContext.cpp
                ${GLSLANG_ABS_PATH}/hlsl/hlslTokenStream.cpp
                ${GLSLANG_ABS_PATH}/hlsl/hlslOpMap.cpp
+               ${GLSLANG_ABS_PATH}/hlsl/hlslParseables.cpp
 
                ${GLSLANG_ABS_PATH}/SPIRV/GlslangToSpv.cpp
                ${GLSLANG_ABS_PATH}/SPIRV/InReadableOrder.cpp