Merge "Update glslang" into vulkan-cts-1.0-dev
authorPyry Haulos <phaulos@google.com>
Wed, 21 Sep 2016 17:12:59 +0000 (13:12 -0400)
committerGerrit Code Review <gerrit@gerrit.khronos.org>
Wed, 21 Sep 2016 17:12:59 +0000 (13:12 -0400)
1  2 
external/fetch_sources.py

@@@ -189,12 -189,8 +189,12 @@@ PACKAGES = 
                "spirv-tools"),
        GitRepo(
                "https://github.com/KhronosGroup/glslang.git",
-               "b8d2a006d1688a8590b5ae2a8df1aba1e6fbed0b",
+               "a1e2d4952e0bf6ec809d243e01e0c602797bbfd2",
                "glslang"),
 +      GitRepo(
 +              "https://github.com/KhronosGroup/SPIRV-Headers.git",
 +              "e4e22fd832810c45f46d542c67910b0c6bf4ca2d",
 +              "spirv-headers"),
  ]
  
  def parseArgs ():