Update to latest SPIRV-Tools/Glslang GitHub master
authorDavid Neto <dneto@google.com>
Mon, 15 Oct 2018 21:58:58 +0000 (17:58 -0400)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 18 Oct 2018 08:09:10 +0000 (04:09 -0400)
SPIR-V modules fail to validate:
- 9 cases: All OpVariable instructions in a function must be the first instructions in the first block.
- 240 cases: FPRoundingMode decoration can be applied only to the Object operand of an OpStore.
- 1024 cases: NonPrivatePointerKHR must be specified if MakePointerAvailableKHR is

Components: Framework

Affects: dEQP-VK.*

Change-Id: I5079a8e949a485165ff3c0a38e0820e59028ddc1

external/fetch_sources.py

index 4c37f79..078a5ff 100755 (executable)
@@ -258,7 +258,7 @@ PACKAGES = [
        GitRepo(
                "https://github.com/KhronosGroup/SPIRV-Tools.git",
                None,
-               "1225324ae2450623e62621b91b380644f84c16d1",
+               "eea449a1e82ab6a860b68f9b0a23f0432fe9939f",
                "spirv-tools"),
        GitRepo(
                "https://github.com/KhronosGroup/glslang.git",