Roll third_party/externals/dawn 0abddd21c9ad..e8bf706d161d (6 commits)

https://dawn.googlesource.com/dawn.git/+log/0abddd21c9ad..e8bf706d161d

git log 0abddd21c9ad..e8bf706d161d --date=short --first-parent --format='%ad %ae %s'
2020-05-07 jiawei.shao@intel.com Add basic supports of storage textures on D3D12
2020-05-07 enga@chromium.org Expand depth sampling tests
2020-05-06 enga@chromium.org Split ComparisonSampler tests with/without normalized depth textures
2020-05-06 rharrison@chromium.org Add Tint to DEPS for standalone checkouts
2020-05-06 enga@chromium.org Fix OpenGL format table for GL_DEPTH_COMPONENT textures
2020-05-06 cwallez@chromium.org NativeSwapChainImplVk: Remove unnecessary transition on Configure

Also rolling transitive DEPS:
  https://chromium.googlesource.com/chromium/src/third_party/jinja2 b41863e42637..b41863e42637
  https://chromium.googlesource.com/chromium/src/third_party/markupsafe 8f45f5cfa000..8f45f5cfa000
  https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang b5f003d7a3ec..b5f003d7a3ec
  https://chromium.googlesource.com/external/github.com/google/shaderc 15a66d72f33a..15a66d72f33a

Created with:
  gclient setdep -r third_party/externals/dawn@e8bf706d161d

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/+/master/autoroll/README.md

Bug: None
Tbr: cwallez@google.com
Change-Id: Ib8a4767714dfc77fc021cdea4189d5152bc389e5
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/288346
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-05-07 04:01:20 +00:00 committed by Skia Commit-Bot
parent 88d04cb51a
commit 3b2db26c59

2
DEPS
View File

@ -10,7 +10,7 @@ deps = {
"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@daed369cfdb6a66f5ae2ba6b6c020952aef9c38b",
# 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@0abddd21c9ad8be7ff131cbb4665e798e1483385",
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@e8bf706d161d018765ed49c9704cda6eb345c70c",
"third_party/externals/glslang" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang@b5f003d7a3ece37db45578a8a3140b370036fc64",
"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",