From 0b6bf1c9668ed85f8c7b25ef681f1952280a2cd1 Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Thu, 10 Sep 2020 04:01:08 +0000 Subject: [PATCH] Roll dawn from 0a1061da0c7f to 87f25134a8c1 (7 revisions) https://dawn.googlesource.com/dawn.git/+log/0a1061da0c7f..87f25134a8c1 2020-09-10 jiawei.shao@intel.com Vulkan: Combine all the barriers before dispatch() in one call 2020-09-09 cwallez@chromium.org ShaderModule: Add support for multiple entryPoints 2020-09-09 cwallez@chromium.org D3D12: Make HLSL generation per-entrypoint. 2020-09-09 cwallez@chromium.org OpenGL: Make GLSL generation per-entrypoint. 2020-09-09 cwallez@chromium.org Metal: Use ShaderModule reflection when possible. 2020-09-09 cwallez@chromium.org Make ShaderModuleBase use its own spirv_cross for reflection. 2020-09-09 aleksi@sapon.ca Add missing CMake spirv-cross dependency If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-skia-autoroll Please CC cwallez@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Debug-Dawn Bug: None Tbr: cwallez@google.com Change-Id: If75be6bda4996881d53d9a49eba292057611a550 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/315991 Reviewed-by: skia-autoroll Commit-Queue: skia-autoroll --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 5dd6eed15e..7d8789101f 100644 --- a/DEPS +++ b/DEPS @@ -10,7 +10,7 @@ deps = { "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@29b1f07f4ab23475ca2ece790cd85affd6d774db", # Dawn requires jinja2 and markupsafe for the code generator, and glslang and shaderc for SPIRV compilation. # When the Dawn revision is updated these should be updated from the Dawn DEPS as well. - "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@0a1061da0c7fc759a4ca06edf5b4e2f36915b15f", + "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@87f25134a8c1756064113d8301448966290e8243", "third_party/externals/glslang" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang@517f39eee46f27c83527117d831c4d7e2f7c9fe3", "third_party/externals/jinja2" : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@b41863e42637544c2941b574c7877d3e1f663e25", "third_party/externals/markupsafe" : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@8f45f5cfa0009d2a70589bcda0349b8cb2b72783",