Update glslang
authorDavid Neto <dneto@google.com>
Thu, 11 Jul 2019 15:21:43 +0000 (11:21 -0400)
committerDavid Neto <dneto@google.com>
Thu, 11 Jul 2019 15:26:28 +0000 (11:26 -0400)
Pulls in https://github.com/KhronosGroup/glslang/pull/1832:
Avoid generating 8/16-bit constants when 8/16-bit arithmetic extensions
aren't enabled.

Glslang commit is protected by tag
https://gitlab.khronos.org/GLSL/glslang/tags/GL_EXT_shader_subgroup_extended_types-2019-07-11

Change-Id: Ib90fd91d5b14d441bae07de13200cf8951dbb2fb

external/fetch_sources.py

index 70e8b0f..5be1a30 100644 (file)
@@ -321,7 +321,7 @@ PACKAGES = [
        GitRepo(
                "https://gitlab.khronos.org/GLSL/glslang.git",
                "git@gitlab.khronos.org:GLSL/glslang.git",
-               "720c4d0b9c5b1dcc53105823b461a48d3f13544f",
+               "9e5817de2b961dca60d7d23f606cb4823643920a",
                "glslang",
                removeTags = ["master-tot"]),
        GitRepo(