Revert "Update SPIR-V dependencies"
authorPyry Haulos <phaulos@google.com>
Tue, 15 Nov 2016 22:09:41 +0000 (18:09 -0400)
committerPyry Haulos <phaulos@google.com>
Tue, 15 Nov 2016 22:09:41 +0000 (18:09 -0400)
Reverted since latest SPIRV-Tools breaks Android build.

This reverts commit 53331f8a91b6ab5f6ea57707620c92435bc06dde.

Change-Id: Ib4de2ecb13a51c5ce3c664b85cf0004c7e4df403

external/fetch_sources.py

index 9923a33..5f11626 100644 (file)
@@ -185,7 +185,7 @@ PACKAGES = [
                postExtract = postExtractLibpng),
        GitRepo(
                "https://github.com/KhronosGroup/SPIRV-Tools.git",
-               "38036a7203ca604c0f25b0dc33da169ac58e2900",
+               "f18e1f293b7cf8f24a42587b48f35bc49912a5dd",
                "spirv-tools"),
        GitRepo(
                "https://github.com/KhronosGroup/glslang.git",
@@ -193,7 +193,7 @@ PACKAGES = [
                "glslang"),
        GitRepo(
                "https://github.com/KhronosGroup/SPIRV-Headers.git",
-               "bd47a9abaefac00be692eae677daed1b977e625c",
+               "e4e22fd832810c45f46d542c67910b0c6bf4ca2d",
                "spirv-headers"),
 ]