From a4768487bc8829cd4ed6c7d9bab68f0a9c124a35 Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Wed, 15 Jun 2022 04:01:08 +0000 Subject: [PATCH] Roll Dawn from ff2dc652f530 to 314840bba107 (8 revisions) https://dawn.googlesource.com/dawn.git/+log/ff2dc652f530..314840bba107 2022-06-15 jiawei.shao@intel.com Remove call of TextureFormatSupportsRendering from TextureValidationTest/SampleCount 2022-06-14 bajones@chromium.org Remove support for depth24unorm-stencil8 2022-06-14 cwallez@chromium.org dawn::wire::client: Make ObjectBase destructor virtual. 2022-06-14 cwallez@chromium.org dawn::wire::client::ObjectBase: encapsulate remaining members. 2022-06-14 cwallez@chromium.org dawn::wire::client: Track the object generation on the objects 2022-06-14 cwallez@chromium.org dawn::wire: Separate ObjectHandle to its own header. 2022-06-14 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 59476401ff73 to c31e783fb845 (3 revisions) 2022-06-14 cwallez@chromium.org dawn::wire::client: Write ObjectBase constructor params in a struct. 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 rharrison@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Dawn: https://bugs.chromium.org/p/dawn/issues/entry To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry 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/main/autoroll/README.md Cq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Debug-Dawn Bug: None Tbr: rharrison@google.com Test: Test: dawn_unittests Change-Id: Ia48dae0f50a2d0c359d8e84b99c6f44813d83019 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/550077 Commit-Queue: skia-autoroll Bot-Commit: skia-autoroll --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index ccea9fa2d0..6d10bcef24 100644 --- a/DEPS +++ b/DEPS @@ -14,7 +14,7 @@ deps = { "third_party/externals/d3d12allocator" : "https://skia.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git@169895d529dfce00390a20e69c2f516066fe7a3b", # Dawn requires jinja2 and markupsafe for the code generator, tint for SPIRV compilation, and abseil for string formatting. # 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@ff2dc652f5301a78011bf6f89d6ddbff0cda5ce2", + "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@314840bba1078acae936680ffac87b7bbae3aead", "third_party/externals/jinja2" : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@ee69aa00ee8536f61db6a451f3858745cf587de6", "third_party/externals/markupsafe" : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@0944e71f4b2cb9a871bcbe353f95e889b64a611a", "third_party/externals/abseil-cpp" : "https://skia.googlesource.com/external/github.com/abseil/abseil-cpp.git@c5a424a2a21005660b182516eb7a079cd8021699",