From 0776c293ba05efb8e0d28b4d058f4a9b7f4d2f65 Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Tue, 22 Mar 2022 04:01:26 +0000 Subject: [PATCH] Roll Dawn from d9f22ce0346b to a32a3374482a (8 revisions) https://dawn.googlesource.com/dawn.git/+log/d9f22ce0346b..a32a3374482a 2022-03-21 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from e56f185b3c47 to cb990e40a5c0 (1 revision) 2022-03-21 brandon1.jones@intel.com De-duplicate ExternalTexture Dummy Textures 2022-03-21 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 453d5ae84ec3 to 3b0013943930 (1 revision) 2022-03-21 cwallez@chromium.org Updates for upstream webgpu.h 2022-03-21 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 61b4f5b95321 to 5af76bbd5b9f (1 revision) 2022-03-21 jrprice@google.com Remove usages of the @stride attribute in tests 2022-03-21 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 2f3af2452783 to 57eca9df5dc5 (1 revision) 2022-03-21 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from b2c01ac4f543 to e56f185b3c47 (1 revision) Also rolling transitive DEPS: https://dawn.googlesource.com/tint from 453d5ae84ec3 to 3b0013943930 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 jrprice@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: jrprice@google.com Change-Id: Ib92e47054defeb6a8d5eb224c1984a7f2f9938a9 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/523279 Commit-Queue: skia-autoroll Bot-Commit: skia-autoroll --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index fedab7a26d..7c1d366187 100644 --- a/DEPS +++ b/DEPS @@ -16,10 +16,10 @@ 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@d9f22ce0346b222759d5510be3d1cd93caa5ab86", + "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@a32a3374482a95de48fd9cd66dabdf8ccfce961a", "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/tint" : "https://dawn.googlesource.com/tint@453d5ae84ec30ab51ac592c13d472412ae8b5fc9", + "third_party/externals/tint" : "https://dawn.googlesource.com/tint@3b0013943930861d1e65e90368d8e9fd20322682", "third_party/externals/abseil-cpp" : "https://skia.googlesource.com/external/github.com/abseil/abseil-cpp.git@c5a424a2a21005660b182516eb7a079cd8021699", "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",