From 7886d03a9501cb68f9208485874e733897594de1 Mon Sep 17 00:00:00 2001 From: Pyry Haulos Date: Tue, 15 Nov 2016 18:09:41 -0400 Subject: [PATCH] Revert "Update SPIR-V dependencies" Reverted since latest SPIRV-Tools breaks Android build. This reverts commit 53331f8a91b6ab5f6ea57707620c92435bc06dde. Change-Id: Ib4de2ecb13a51c5ce3c664b85cf0004c7e4df403 --- external/fetch_sources.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/external/fetch_sources.py b/external/fetch_sources.py index 9923a33..5f11626 100644 --- a/external/fetch_sources.py +++ b/external/fetch_sources.py @@ -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"), ] -- 2.7.4