From: Maciej Jesionowski Date: Wed, 9 Nov 2016 16:42:32 +0000 (+0100) Subject: Update SPIR-V dependencies X-Git-Tag: upstream/0.1.0~665^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53331f8a91b6ab5f6ea57707620c92435bc06dde;p=platform%2Fupstream%2FVK-GL-CTS.git Update SPIR-V dependencies This will add support for SPV_KHR_shader_draw_parameters. Change-Id: I172be89240c37e46e52dc005c5ae310e990672b8 --- diff --git a/external/fetch_sources.py b/external/fetch_sources.py index 5f11626..9923a33 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", - "f18e1f293b7cf8f24a42587b48f35bc49912a5dd", + "38036a7203ca604c0f25b0dc33da169ac58e2900", "spirv-tools"), GitRepo( "https://github.com/KhronosGroup/glslang.git", @@ -193,7 +193,7 @@ PACKAGES = [ "glslang"), GitRepo( "https://github.com/KhronosGroup/SPIRV-Headers.git", - "e4e22fd832810c45f46d542c67910b0c6bf4ca2d", + "bd47a9abaefac00be692eae677daed1b977e625c", "spirv-headers"), ]