Skip to content

Commit 0b6bf1c

Browse files
skia-autorollSkia Commit-Bot
skia-autoroll
authored and
Skia Commit-Bot
committed
Roll dawn from 0a1061da0c7f to 87f25134a8c1 (7 revisions)
https://dawn.googlesource.com/dawn.git/+log/0a1061da0c7f..87f25134a8c1 2020-09-10 [email protected] Vulkan: Combine all the barriers before dispatch() in one call 2020-09-09 [email protected] ShaderModule: Add support for multiple entryPoints 2020-09-09 [email protected] D3D12: Make HLSL generation per-entrypoint. 2020-09-09 [email protected] OpenGL: Make GLSL generation per-entrypoint. 2020-09-09 [email protected] Metal: Use ShaderModule reflection when possible. 2020-09-09 [email protected] Make ShaderModuleBase use its own spirv_cross for reflection. 2020-09-09 [email protected] Add missing CMake spirv-cross dependency 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: If75be6bda4996881d53d9a49eba292057611a550 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/315991 Reviewed-by: skia-autoroll <[email protected]> Commit-Queue: skia-autoroll <[email protected]>
1 parent 18f6a54 commit 0b6bf1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEPS

+1-1
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@29b1f07f4ab23475ca2ece790cd85affd6d774db",
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@0a1061da0c7fc759a4ca06edf5b4e2f36915b15f",
13+
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@87f25134a8c1756064113d8301448966290e8243",
1414
"third_party/externals/glslang" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang@517f39eee46f27c83527117d831c4d7e2f7c9fe3",
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)