From: Maciej Jesionowski Date: Tue, 19 Apr 2016 12:35:18 +0000 (+0200) Subject: Update glslang to fix SPIR-V matrix and vector issues X-Git-Tag: upstream/0.1.0~840^2~18^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63a91736e65edacbbf223c81ca96a710a4b2f25d;p=platform%2Fupstream%2FVK-GL-CTS.git Update glslang to fix SPIR-V matrix and vector issues --- diff --git a/external/fetch_sources.py b/external/fetch_sources.py index fe5f96e..2e884e5 100644 --- a/external/fetch_sources.py +++ b/external/fetch_sources.py @@ -170,11 +170,11 @@ PACKAGES = [ postExtract = postExtractLibpng), GitRepo( "https://github.com/KhronosGroup/SPIRV-Tools.git", - "7649c7362d9b7622399fa0ead24de836b0c7540e", + "d12a10d2dd0cc4236ef227707c11f991b9c0d544", "spirv-tools"), GitRepo( "https://github.com/KhronosGroup/glslang.git", - "7e3e48634429785092ef872068a95ef7834e50c8", + "63b280bbbdbdfaf54634596368cbf4de602c6a00", "glslang"), ]