Commit b8583bcc by Shahbaz Youssefi Committed by Commit Bot

Add new override required by glslang's BUILD.gn

Also rolls glslang. https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang.git/+log/257e9a3f1927..f5ed7a69d5d6 2020-07-03 marcin.slusarz Add --quiet option. 2020-07-05 ShabbyX gn: Fix dawn tests in Chromium 2020-07-05 ShabbyX gn: Fix `gn gen --check` by adding missing dependency 2020-07-03 ShabbyX gn: Optionally disable optimizations and HLSL Bug: angleproject:4814 Change-Id: Ifcffe72445a315798bf7414b236869055cef5bf0 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2282947 Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org> Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org>
parent 465a9125
...@@ -25,7 +25,7 @@ vars = { ...@@ -25,7 +25,7 @@ vars = {
'vk_gl_cts_revision': '44ef9e08c4592207c0f3d81ed385bac078f1925a', 'vk_gl_cts_revision': '44ef9e08c4592207c0f3d81ed385bac078f1925a',
# Current revision of glslang, the Khronos SPIRV compiler. # Current revision of glslang, the Khronos SPIRV compiler.
'glslang_revision': '4728509962e673ed06fefc27632baeca20f1158a', 'glslang_revision': 'f5ed7a69d5d64bd3ac802712c24995c6c12d23f8',
# Current revision of googletest. # Current revision of googletest.
# Note: this dep cannot be auto-rolled b/c of nesting. # Note: this dep cannot be auto-rolled b/c of nesting.
......
...@@ -4,3 +4,6 @@ ...@@ -4,3 +4,6 @@
# Paths to glslang dependencies in ANGLE # Paths to glslang dependencies in ANGLE
glslang_spirv_tools_dir = "//third_party/spirv-tools/src" glslang_spirv_tools_dir = "//third_party/spirv-tools/src"
# Temporary to unblock glslang roll. Will change to true afterwards.
glslang_angle = false
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment