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

Commit 2fa093e

Browse files
skia-autorollSkia Commit-Bot
authored andcommitted
Roll Dawn from 3668d352bc5f to 30805557e651 (33 revisions)
https://dawn.googlesource.com/dawn.git/+log/3668d352bc5f..30805557e651 2020-12-08 enga@chromium.org Enable use_tint_generator w/ test suppressions for SPIR-V based backends 2020-12-08 rharrison@chromium.org Fix issues with roll into Skia 2020-12-08 cwallez@chromium.org Rename TryConvertAspect to better reflect what it does. 2020-12-08 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from b8a3078bbec9 to 195917c0be32 (17 revisions) 2020-12-08 stha09@googlemail.com use cstring instead of string.h 2020-12-08 stha09@googlemail.com GCC: fix template specialization in ObjectContentHasher 2020-12-08 cwallez@chromium.org Change SubresourceRange to be hierarchical. 2020-12-07 enga@chromium.org Add MSL support for UseTintGenerator toggle 2020-12-07 senorblanco@chromium.org Widen color state support on ES. 2020-12-07 enga@chromium.org Add SPIR-V support for UseTintGenerator toggle 2020-12-07 enga@chromium.org Produce tint::ast::Module in the frontend if UseTintGenerator 2020-12-07 brandon1.jones@intel.com Fix Emulated OOB Index In Primitive Restart Tests 2020-12-07 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 00b77a80ab13 to b8a3078bbec9 (1 revision) 2020-12-05 stha09@googlemail.com IWYU: include string.h for memcpy 2020-12-04 natlee@microsoft.com Add testing and implementation for lazy init compressed textures 2020-12-04 senorblanco@chromium.org Fix base vertex toggle. 2020-12-04 senorblanco@chromium.org Enable all remaining end2end tests on OpenGL ES backend. 2020-12-04 bclayton@google.com Remove legacy tint::transform API codepaths 2020-12-04 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 8e6cd2e68076 to 00b77a80ab13 (3 revisions) 2020-12-04 enga@chromium.org Fix DawnTest HasToggleEnabled referencing the wrong device 2020-12-03 brandon1.jones@intel.com Set D3D12 IBStripCutValue 2020-12-03 bclayton@google.com Add codepaths for new tint::transform API 2020-12-03 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 685cb02ea8d9 to 8e6cd2e68076 (5 revisions) 2020-12-03 senorblanco@chromium.org OpenGL ES: enable StorageTextureTests. 2020-12-03 enga@chromium.org Update TextureFormatTests to use WGSL 2020-12-03 bryan.bernhart@intel.com Pipeline caching: refactor object hashing 2020-12-03 cwallez@chromium.org Move Subresource-related datatypes to their own file. 2020-12-03 senorblanco@chromium.org Enable viewport tests on OpenGL ES. 2020-12-03 enga@chromium.org Specify mip level and array layer in TextureMTL lazy clear 2020-12-03 rharrison@chromium.org Disable unit tests with KI when Tint Inspector is being used 2020-12-03 dj2@everburning.com Remove tint context. 2020-12-03 cwallez@chromium.org Suppress all end2end tests on Intel D3D12 with validation layers 2020-12-03 bryan.bernhart@intel.com Fix WindowsDebugLogger hang on release builds 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 rharrison@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: rharrison@google.com Change-Id: I1ef280027eddfb619bfe19bf2fdc7d4bb3c9800a Reviewed-on: https://skia-review.googlesource.com/c/skia/+/342417 Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
1 parent b612b6c commit 2fa093e

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
@@ -12,7 +12,7 @@ deps = {
1212
"third_party/externals/d3d12allocator" : "https://skia.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git@169895d529dfce00390a20e69c2f516066fe7a3b",
1313
# Dawn requires jinja2 and markupsafe for the code generator, and glslang and shaderc for SPIRV compilation.
1414
# When the Dawn revision is updated these should be updated from the Dawn DEPS as well.
15-
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@3668d352bc5fe13af27dc178d203f67032537a7f",
15+
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@30805557e65102253a77aadb93ea02fd62dde142",
1616
"third_party/externals/glslang" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang@4d41da3b810bc11c1c8a954e516638e437360a67",
1717
"third_party/externals/jinja2" : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@a82a4944a7f2496639f34a89c9923be5908b80aa",
1818
"third_party/externals/markupsafe" : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@0944e71f4b2cb9a871bcbe353f95e889b64a611a",

0 commit comments

Comments
 (0)