Roll dawn from 5e9b29fab92d to d95180deded1 (3 revisions)

https://dawn.googlesource.com/dawn.git/+log/5e9b29fab92d..d95180deded1

2020-08-17 rharrison@chromium.org Roll 4 dependencies
2020-08-17 enga@chromium.org D3D12: only lazy clear OutputAttachment textures with render target ops
2020-08-17 bryan.bernhart@intel.com Pool sub-allocated resource heaps.

Also rolling transitive DEPS:
  https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang from d253278f9865 to f257e0ea6b9a
  https://chromium.googlesource.com/external/github.com/google/shaderc from ffd805115ed6 to 21b36f736809

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: Ia00c6bfd8b74e0745a9bd31db702c9fd18bbea81
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/310949
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-08-18 04:01:10 +00:00 committed by Skia Commit-Bot
parent e9d783c4d2
commit 688e0966cb

6
DEPS
View File

@ -10,11 +10,11 @@ deps = {
"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@a9b199b05c1faa45c820470bbaf1f77f0c08c76f",
# 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@5e9b29fab92d6d79125555ea0d84afde9ace908b",
"third_party/externals/glslang" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang@d253278f986574cb8e80ec9a4e84094ec1b25349",
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@d95180deded12701abc5e13ee7fa9bd1bcdbb9cb",
"third_party/externals/glslang" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang@f257e0ea6b9aeab2dc7af3207ac6d29d2bbc01d0",
"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",
"third_party/externals/shaderc" : "https://chromium.googlesource.com/external/github.com/google/shaderc@ffd805115ed6672ff98ce27d2034ffe1646fd834",
"third_party/externals/shaderc" : "https://chromium.googlesource.com/external/github.com/google/shaderc@21b36f7368092216ecfaa017e95c383c2ed9db70",
"third_party/externals/dng_sdk" : "https://android.googlesource.com/platform/external/dng_sdk.git@c8d0c9b1d16bfda56f15165d39e0ffa360a11123",
"third_party/externals/egl-registry" : "https://skia.googlesource.com/external/github.com/KhronosGroup/EGL-Registry@a0bca08de07c7d7651047bedc0b653cfaaa4f2ae",
"third_party/externals/expat" : "https://chromium.googlesource.com/external/github.com/libexpat/libexpat.git@e976867fb57a0cd87e3b0fe05d59e0ed63c6febb",