From 16ca52cc16ab0b3b7da8b09ca8a72824923280d9 Mon Sep 17 00:00:00 2001 From: Hao Li Date: Thu, 2 Jul 2020 08:50:28 +0000 Subject: [PATCH] Roll third_party/shaderc/ caa519ca5..f4025c1cd (2 commits) https://chromium.googlesource.com/external/github.com/google/shaderc/+log/caa519ca532a..f4025c1cd5c2 $ git log caa519ca5..f4025c1cd --date=short --no-merges --format='%ad %ae %s' 2020-07-01 xinghua.cao Add interface for enabling 16-bit types (#1091) 2020-06-23 rharrison Roll 5 dependencies and update tests/expectations (#1087) Created with: roll-dep third_party/shaderc --roll-to 'origin/main' Bug: dawn:426 Change-Id: I99198704f7cb3ce6e5ceab74f2941372fd4af025 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/24220 Commit-Queue: Corentin Wallez Reviewed-by: Corentin Wallez --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 1be6083fba..81b8fd06d3 100644 --- a/DEPS +++ b/DEPS @@ -79,7 +79,7 @@ deps = { 'condition': 'dawn_standalone', }, 'third_party/shaderc': { - 'url': '{chromium_git}/external/github.com/google/shaderc@caa519ca532a6a3a0279509fce2ceb791c4f4651', + 'url': '{chromium_git}/external/github.com/google/shaderc@f4025c1cd5c2146595d2c04d85de1f1b296431e7', 'condition': 'dawn_standalone', },