Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c2b8ecf

Browse files
skia-autorollSkia Commit-Bot
authored andcommitted
Roll Dawn from 3e17e33724b4 to c04a0132be6c (3 revisions)
https://dawn.googlesource.com/dawn.git/+log/3e17e33724b4..c04a0132be6c 2020-11-09 cwallez@chromium.org Remove deprecated Device::CreateQueue. 2020-11-09 cwallez@chromium.org Remove deprecated names of texture formats. 2020-11-09 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 8655b62207a5 to 7b750dc7337d (1 revision) 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 sarahmashay@google.com on the revert to ensure that a human is aware of the problem. 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/master/autoroll/README.md Cq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Debug-Dawn Bug: None Tbr: sarahmashay@google.com Change-Id: Ia9545f9ff07ca84a36a0ec0bc3b87411a844e87e Reviewed-on: https://skia-review.googlesource.com/c/skia/+/333282 Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
1 parent 9c81e52 commit c2b8ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ deps = {
1111
"third_party/externals/d3d12allocator" : "https://skia.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git@169895d529dfce00390a20e69c2f516066fe7a3b",
1212
# Dawn requires jinja2 and markupsafe for the code generator, and glslang and shaderc for SPIRV compilation.
1313
# When the Dawn revision is updated these should be updated from the Dawn DEPS as well.
14-
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@3e17e33724b4d0b4c4fc1985340882e1f543e3a0",
14+
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@c04a0132be6c384c90bd33b06929a9b7fc5d4726",
1515
"third_party/externals/glslang" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang@4dcc12d1a441b29d5901bc708bb1343d29d6459f",
1616
"third_party/externals/jinja2" : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@a82a4944a7f2496639f34a89c9923be5908b80aa",
1717
"third_party/externals/markupsafe" : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@0944e71f4b2cb9a871bcbe353f95e889b64a611a",

0 commit comments

Comments
 (0)