Update fetch_sources.py to get glslang with shader_image_load_formatted
authorIago Toral Quiroga <itoral@igalia.com>
Mon, 6 Mar 2017 08:35:34 +0000 (09:35 +0100)
committerPyry Haulos <phaulos@google.com>
Fri, 17 Mar 2017 15:40:19 +0000 (11:40 -0400)
This is needed for the
shaderStorageImage{Read|Write}WithoutFormat tests.

Components: Framework

Change-Id: I0edb92489f73db04779b93a21537d758757ddd2f

external/fetch_sources.py

index fa603cc..0d7c8e5 100644 (file)
@@ -248,7 +248,7 @@ PACKAGES = [
        GitRepo(
                "https://github.com/KhronosGroup/glslang.git",
                None,
-               "e3aa654c4b0c761b28d7864192ca8ceea6faf70a",
+               "36852b838d05b2a1d5a0dd311b86c4971656fe36",
                "glslang"),
        GitRepo(
                "https://github.com/KhronosGroup/SPIRV-Headers.git",