Roll dawn from 03cf7c3eaeaf to fada50119020 (7 revisions)

https://dawn.googlesource.com/dawn.git/+log/03cf7c3eaeaf..fada50119020

2020-07-31 jiawei.shao@intel.com Metal: Add shader compilation error message to DAWN_VALIDATION_ERROR
2020-07-30 bryan.bernhart@intel.com D3D12: Dynamic shader-visible heap allocation.
2020-07-30 kainino@chromium.org Niceify formatting in webgpu_cpp
2020-07-30 enga@chromium.org Add texture aspect to texture copy view and validation tests
2020-07-30 enga@chromium.org Rephrase Format::aspect enum as an enum class mask
2020-07-30 kainino@chromium.org Make shim headers at <webgpu/*> that point to <dawn/*>
2020-07-30 jiawei.shao@intel.com Support lazy initialization on the buffers bound into a bind group

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: If785712bfb9016654f371eb3c090831dcdf850ff
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/307081
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
This commit is contained in:
skia-autoroll 2020-07-31 04:01:19 +00:00 committed by Skia Commit-Bot
parent f8869a24e7
commit 747a820a7d

2
DEPS
View File

@ -10,7 +10,7 @@ deps = {
"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@fd60950e59a3260d829584554f6dfec6149886a7",
# 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@03cf7c3eaeaf79325e23937aa7a3069e148fe2aa",
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@fada50119020483021a6b620c8fb85d62fc3e8f0",
"third_party/externals/glslang" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang@3ee5f2f1d3316e228916788b300d786bb574d337",
"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",