From c8821bbe2f59086be867c158ae8e26d8ac17fe90 Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Mon, 22 Nov 2021 04:01:37 +0000 Subject: [PATCH] Roll Dawn from 53db01bf1e64 to 4e3ddbd95589 (10 revisions) https://dawn.googlesource.com/dawn.git/+log/53db01bf1e64..4e3ddbd95589 2021-11-21 jiawei.shao@intel.com Add label to the trace events for pipeline and shader module creation 2021-11-21 jiawei.shao@intel.com Fix a warning in FirstIndexOffsetTests about "flat" interpolation 2021-11-20 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 98a492209070 to 647026fa49c2 (3 revisions) 2021-11-20 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 1cc5d096ffd7 to 98a492209070 (7 revisions) 2021-11-19 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 7e40d55651e7 to 1cc5d096ffd7 (5 revisions) 2021-11-19 shrekshao@google.com Refactor D3D12 shader define strings code 2021-11-19 lokokung@google.com Updates destroy in Vulkan's BindGroupLayout. 2021-11-19 bajones@chromium.org Add label tracking for several object types 2021-11-19 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 1f5eb6b8ede5 to 7e40d55651e7 (2 revisions) 2021-11-19 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 8700d9ccb795 to 1f5eb6b8ede5 (3 revisions) 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 bajones@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: bajones@google.com Change-Id: I7bc4dafb3ca7da6c29e869b2a695714879ab4182 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/474699 Commit-Queue: skia-autoroll Bot-Commit: skia-autoroll --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 7f534b2270..475ae08c89 100644 --- a/DEPS +++ b/DEPS @@ -16,7 +16,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@53db01bf1e64b3da899fd8b112e48eab2d13592e", + "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@4e3ddbd955897a22d6d43dc146e3f584284e197c", "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@1704fe53f59ac719a52cd0c2b7f897dba92907c5",