From 727df60abd3cf66ee2f02a53abe1cb43d9fdd496 Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Wed, 15 Dec 2021 04:00:59 +0000 Subject: [PATCH] Roll Dawn from d3cac111b662 to f7b0c28f171d (12 revisions) https://dawn.googlesource.com/dawn.git/+log/d3cac111b662..f7b0c28f171d 2021-12-15 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from f236c8f29bbe to 9d49d8438f4b (14 revisions) 2021-12-15 enga@chromium.org dawn_node: Fix wgpu::ErrorFilter::None 2021-12-15 enga@chromium.org Add feature queries to dawn_native/dawn_wire 2021-12-15 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 5ad482744db1 to 9360046a86f6 (1 revision) 2021-12-14 enga@chromium.org Add basic or stub implementations of upstream instance/adapter APIs 2021-12-14 enga@chromium.org Remove dawn_native::DeviceDescriptor typedef 2021-12-14 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 9b9132c71522 to 5ad482744db1 (1 revision) 2021-12-14 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from ea03bf47e50f to f236c8f29bbe (10 revisions) 2021-12-14 cwallez@chromium.org Remove CubeReflection and the dependency on GLM 2021-12-14 hao.x.li@intel.com Get counterSets and counters using Objective-C style 2021-12-14 shaobo.yan@intel.com CopyTextureForBrowser: Support display p3 to Srgb color space conversion 2021-12-14 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 654149fd6938 to 9b9132c71522 (2 revisions) Also rolling transitive DEPS: https://dawn.googlesource.com/tint from 654149fd6938 to 9360046a86f6 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 enga@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: enga@google.com Change-Id: I2977a7e817b112282e6beb3cc5a8461ddba4cecb Reviewed-on: https://skia-review.googlesource.com/c/skia/+/484877 Commit-Queue: skia-autoroll Bot-Commit: skia-autoroll --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 6d742a951e..8c1dd39a62 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@d3cac111b662599e3bb1eb406ad2c5c8ad3413e3", + "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@f7b0c28f171db545341bbc93b070cd91008c0722", "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@654149fd6938a6dff87b6c9c1bda6b015b7df2da", + "third_party/externals/tint" : "https://dawn.googlesource.com/tint@9360046a86f67db1794f05ad33655e3305bfa695", "third_party/externals/abseil-cpp" : "https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp@789af048b388657987c59d4da406859034fe310f", "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",