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

Commit a4bbc9d

Browse files
skia-autorollSkia Commit-Bot
authored andcommitted
Roll dawn from c11a19145f1f to 03cf7c3eaeaf (14 revisions)
https://dawn.googlesource.com/dawn.git/+log/c11a19145f1f..03cf7c3eaeaf 2020-07-29 [email protected] Enable GBV by default for correctness tests. 2020-07-29 [email protected] Optimizing memcpy inside Queue::WriteTexture 2020-07-29 [email protected] dawn_wire: Implement CreateBufferMapped on top of mappedAtCreation 2020-07-29 [email protected] Enabling alphaToCoverage 2020-07-29 [email protected] Roll third_party/spirv-cross/ to enable shader-output mask in HLSL 2020-07-29 [email protected] D3D12Info: programmatically compute the shader profiles. 2020-07-29 [email protected] Revert "dawn_wire: Implement CreateBufferMapped on top of mappedAtCreation" 2020-07-29 [email protected] Enabling sampleMask usage in RenderPipelineMTL 2020-07-29 [email protected] CMake: add -framework Metal to dawn_native 2020-07-28 [email protected] Enable WGSL support by default 2020-07-28 [email protected] Disable "all" warnings when compiling MSL code 2020-07-28 [email protected] dawn_wire: Implement CreateBufferMapped on top of mappedAtCreation 2020-07-28 [email protected] Rolling shader deps 2020-07-28 [email protected] dawn_wire: Implement MapRead/WriteAsync on top of MapAsync Also rolling transitive DEPS: https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang from 9eef54b2513c to 3ee5f2f1d331 https://chromium.googlesource.com/external/github.com/google/shaderc from 6af6e625573f to cfacaaffd1fe 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/+doc/master/autoroll/README.md Cq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Debug-Dawn Bug: None Tbr: [email protected] Change-Id: I422a41a1dc730dd20997b4a6f6d564dfeefd8d5f Reviewed-on: https://skia-review.googlesource.com/c/skia/+/306740 Reviewed-by: skia-autoroll <[email protected]> Commit-Queue: skia-autoroll <[email protected]>
1 parent 398c654 commit a4bbc9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DEPS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ deps = {
1010
"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@c20449a879c607590cf519b1c437eadf492f6bec",
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@c11a19145f1f5a8846d0123e22c261966949466c",
14-
"third_party/externals/glslang" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang@9eef54b2513ca6b40b47b07d24f453848b65c0df",
13+
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@03cf7c3eaeaf79325e23937aa7a3069e148fe2aa",
14+
"third_party/externals/glslang" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang@3ee5f2f1d3316e228916788b300d786bb574d337",
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",
17-
"third_party/externals/shaderc" : "https://chromium.googlesource.com/external/github.com/google/shaderc@6af6e625573fb20bd64fbd36af31ef1420751ddd",
17+
"third_party/externals/shaderc" : "https://chromium.googlesource.com/external/github.com/google/shaderc@cfacaaffd1fea5b413443a3b7c2f827c858de6bf",
1818
"third_party/externals/dng_sdk" : "https://android.googlesource.com/platform/external/dng_sdk.git@c8d0c9b1d16bfda56f15165d39e0ffa360a11123",
1919
"third_party/externals/egl-registry" : "https://skia.googlesource.com/external/github.com/KhronosGroup/EGL-Registry@a0bca08de07c7d7651047bedc0b653cfaaa4f2ae",
2020
"third_party/externals/expat" : "https://chromium.googlesource.com/external/github.com/libexpat/libexpat.git@e976867fb57a0cd87e3b0fe05d59e0ed63c6febb",

0 commit comments

Comments
 (0)