Manual roll Dawn from 5ddf4e5b6d97 to 2f627f4122e4 (7 revisions) Manual roll requested by robertphillips@google.com https://dawn.googlesource.com/dawn.git/+log/5ddf4e5b6d97..2f627f4122e4 2024-06-11 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Depot Tools from 927e02b156cb to e30d8fac3437 (1 revision) 2024-06-11 senorblanco@chromium.org OpenGLES: enable CopyTextureForBrowser tests. 2024-06-11 dsinclair@chromium.org [hlsl] Stub out the HLSL IR backend. 2024-06-11 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 2ff3212615da to 085997ddb08b (1 revision) 2024-06-11 enga@chromium.org Fix TSAN errors in WaitAny 2024-06-11 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from bb908741db33 to 81452425d73f (11 revisions) 2024-06-11 dsinclair@chromium.org Remove ir_to_program include from MSL printer. 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,robertphillips@google.com,senorblanco@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://issues.skia.org/issues/new?component=1389291&template=1850622 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-Graphite_Dawn_Vulkan;skia/skia.primary:Test-Mac11-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Graphite_Dawn_Metal;skia/skia.primary:Test-Win10-MSVC-Golo-GPU-QuadroP400-x86_64-Release-All-Graphite_Dawn_D3D12;skia/skia.primary:Test-Win10-MSVC-Golo-GPU-QuadroP400-x86_64-Release-All-Graphite_Dawn_D3D11 Bug: None Tbr: senorblanco@google.com,robertphillips@google.com Change-Id: I3b84011821028465cccd483bf9379900c0a68ef0 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/864776 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS index a134d63..def5cec 100644 --- a/DEPS +++ b/DEPS
@@ -28,7 +28,7 @@ "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@5ddf4e5b6d971a43655bf01705f853b1a1839485", + "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@2f627f4122e459e054a58966d78a0eab2c137e2f", "third_party/externals/jinja2" : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@e2d024354e11cc6b041b0cff032d73f0c7e43a07", "third_party/externals/markupsafe" : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@0bad08bb207bbfc1d6f3bbc82b9242b0c50e5794", "third_party/externals/abseil-cpp" : "https://skia.googlesource.com/external/github.com/abseil/abseil-cpp.git@65a55c2ba891f6d2492477707f4a2e327a0b40dc",
diff --git a/bazel/deps.bzl b/bazel/deps.bzl index cc79a7b..e01d0a0 100644 --- a/bazel/deps.bzl +++ b/bazel/deps.bzl
@@ -30,7 +30,7 @@ new_git_repository( name = "dawn", build_file = ws + "//bazel/external/dawn:BUILD.bazel", - commit = "5ddf4e5b6d971a43655bf01705f853b1a1839485", + commit = "2f627f4122e459e054a58966d78a0eab2c137e2f", remote = "https://dawn.googlesource.com/dawn.git", )