From b65d72be24c749ba97f425977902c63a2f8bd614 Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Tue, 28 Jul 2020 04:01:32 +0000 Subject: [PATCH] Roll dawn from d5a4775cfc77 to c11a19145f1f (3 revisions) https://dawn.googlesource.com/dawn.git/+log/d5a4775cfc77..c11a19145f1f 2020-07-28 jiawei.shao@intel.com Support buffer lazy initialization before CopyTextureToBuffer 2020-07-27 enga@chromium.org Update max storage buffer bindings per stage to 6 2020-07-27 bryan.bernhart@intel.com Disable MultisampledRenderingTests on NV/D3D12. 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: I50f144f6573b85f61d204e023268ff276fca5a00 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/306197 Reviewed-by: skia-autoroll Commit-Queue: skia-autoroll --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 769a0c88c2..526241a78b 100644 --- a/DEPS +++ b/DEPS @@ -10,7 +10,7 @@ deps = { "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@3f851efa2adcaf4303d6d11b4612e5c46c08b661", # 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@d5a4775cfc77da29870286a217ea49e4ab3270a3", + "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@c11a19145f1f5a8846d0123e22c261966949466c", "third_party/externals/glslang" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang@9eef54b2513ca6b40b47b07d24f453848b65c0df", "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",