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

Commit 3b2db26

Browse files
skia-autorollSkia Commit-Bot
authored andcommitted
Roll third_party/externals/dawn 0abddd21c9ad..e8bf706d161d (6 commits)
https://dawn.googlesource.com/dawn.git/+log/0abddd21c9ad..e8bf706d161d git log 0abddd21c9ad..e8bf706d161d --date=short --first-parent --format='%ad %ae %s' 2020-05-07 [email protected] Add basic supports of storage textures on D3D12 2020-05-07 [email protected] Expand depth sampling tests 2020-05-06 [email protected] Split ComparisonSampler tests with/without normalized depth textures 2020-05-06 [email protected] Add Tint to DEPS for standalone checkouts 2020-05-06 [email protected] Fix OpenGL format table for GL_DEPTH_COMPONENT textures 2020-05-06 [email protected] NativeSwapChainImplVk: Remove unnecessary transition on Configure Also rolling transitive DEPS: https://chromium.googlesource.com/chromium/src/third_party/jinja2 b41863e42637..b41863e42637 https://chromium.googlesource.com/chromium/src/third_party/markupsafe 8f45f5cfa000..8f45f5cfa000 https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang b5f003d7a3ec..b5f003d7a3ec https://chromium.googlesource.com/external/github.com/google/shaderc 15a66d72f33a..15a66d72f33a Created with: gclient setdep -r third_party/externals/dawn@e8bf706d161d 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 [email protected] 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/+/master/autoroll/README.md Bug: None Tbr: [email protected] Change-Id: Ib8a4767714dfc77fc021cdea4189d5152bc389e5 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/288346 Reviewed-by: skia-autoroll <[email protected]> Commit-Queue: skia-autoroll <[email protected]>
1 parent 88d04cb commit 3b2db26

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
@@ -10,7 +10,7 @@ deps = {
1010
"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@daed369cfdb6a66f5ae2ba6b6c020952aef9c38b",
1111
# Dawn requires jinja2 and markupsafe for the code generator, and glslang and shaderc for SPIRV compilation.
1212
# When the Dawn revision is updated these should be updated from the Dawn DEPS as well.
13-
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@0abddd21c9ad8be7ff131cbb4665e798e1483385",
13+
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@e8bf706d161d018765ed49c9704cda6eb345c70c",
1414
"third_party/externals/glslang" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang@b5f003d7a3ece37db45578a8a3140b370036fc64",
1515
"third_party/externals/jinja2" : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@b41863e42637544c2941b574c7877d3e1f663e25",
1616
"third_party/externals/markupsafe" : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@8f45f5cfa0009d2a70589bcda0349b8cb2b72783",

0 commit comments

Comments
 (0)