From: Pyry Haulos Date: Tue, 15 Nov 2016 22:09:41 +0000 (-0400) Subject: Revert "Update SPIR-V dependencies" X-Git-Tag: upstream/0.1.0~558^2~58^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7886d03a9501cb68f9208485874e733897594de1;p=platform%2Fupstream%2FVK-GL-CTS.git Revert "Update SPIR-V dependencies" Reverted since latest SPIRV-Tools breaks Android build. This reverts commit 53331f8a91b6ab5f6ea57707620c92435bc06dde. Change-Id: Ib4de2ecb13a51c5ce3c664b85cf0004c7e4df403 --- 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"), ]