aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>2023-12-12 04:01:56 +0000
committerSkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com>2023-12-12 04:53:51 +0000
commit0b3bebcd0907b801f0ee64bc4c9a99cb32a9fb74 (patch)
tree6b3598bfab112d0d3a6b1b2bd4b2e68b0511c8ee
parentf436b5ea0e62751abd63b77cc12881eb08e0f8b7 (diff)
downloadskia-0b3bebcd0907b801f0ee64bc4c9a99cb32a9fb74.tar.gz
Roll Dawn from 29ab089da265 to cebf22738909 (13 revisions)
https://dawn.googlesource.com/dawn.git/+log/29ab089da265..cebf22738909 2023-12-12 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from d895a1c308f3 to ebfd5875d4b7 (10 revisions) 2023-12-12 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 5259efe8b5f8 to 5c8cb8a69c10 (3 revisions) 2023-12-12 lokokung@google.com Use chain utilities in more places and removes ValidateSType-like utils. 2023-12-12 jrprice@google.com [wgsl-writer] Add ProgramOptions for IR->AST 2023-12-12 jrprice@google.com [spirv-reader] Add entry point for IR parser 2023-12-11 bclayton@google.com [tint][ir] Serialize CoreBuiltinCall instruction 2023-12-11 lokokung@google.com Adds absl::StrFormat functions for UnpackedPtr types. 2023-12-11 bclayton@google.com [tint][ir] Serialize struct types 2023-12-11 lokokung@google.com Removes unnecessary UnpackedBase in favor of just Unpacked. 2023-12-11 bclayton@google.com [tools] Add --vebose flag to tint_remote_compile 2023-12-11 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from c8507249736d to 5259efe8b5f8 (1 revision) 2023-12-11 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from f4a64ca5f094 to d895a1c308f3 (1 revision) 2023-12-11 jiawei.shao@intel.com Remove the compiler option _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS 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 bclayton@google.com,cwallez@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Dawn: https://bugs.chromium.org/p/dawn/issues/entry To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Cq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Debug-Graphite_Dawn;skia/skia.primary:Test-Mac11-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Graphite_Dawn;skia/skia.primary:Test-Win10-MSVC-Golo-GPU-QuadroP400-x86_64-Release-All-Graphite_Dawn Bug: None Tbr: bclayton@google.com Change-Id: Ib941725b1188bbc097e3ccb875853bc46d69926f Reviewed-on: https://skia-review.googlesource.com/c/skia/+/788612 Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
-rw-r--r--DEPS2
-rw-r--r--bazel/deps.bzl2
2 files changed, 2 insertions, 2 deletions
diff --git a/DEPS b/DEPS
index 0f70ce2b08..87a5daa785 100644
--- a/DEPS
+++ b/DEPS
@@ -28,7 +28,7 @@ deps = {
"third_party/externals/d3d12allocator" : "https://skia.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git@169895d529dfce00390a20e69c2f516066fe7a3b",
# Dawn requires jinja2 and markupsafe for the code generator, tint for SPIRV compilation, and abseil for string formatting.
# When the Dawn revision is updated these should be updated from the Dawn DEPS as well.
- "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@29ab089da26563ce8069fd5c1a7963b5c75702c3",
+ "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@cebf22738909498596d4c7ede83d229addbd5e9e",
"third_party/externals/jinja2" : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@515dd10de9bf63040045902a4a310d2ba25213a0",
"third_party/externals/markupsafe" : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@006709ba3ed87660a17bd4548c45663628f5ed85",
"third_party/externals/abseil-cpp" : "https://skia.googlesource.com/external/github.com/abseil/abseil-cpp.git@cb436cf0142b4cbe47aae94223443df7f82e2920",
diff --git a/bazel/deps.bzl b/bazel/deps.bzl
index 34a3796e82..8b17004250 100644
--- a/bazel/deps.bzl
+++ b/bazel/deps.bzl
@@ -30,7 +30,7 @@ def c_plus_plus_deps(ws = "@skia"):
new_git_repository(
name = "dawn",
build_file = ws + "//bazel/external/dawn:BUILD.bazel",
- commit = "29ab089da26563ce8069fd5c1a7963b5c75702c3",
+ commit = "cebf22738909498596d4c7ede83d229addbd5e9e",
remote = "https://dawn.googlesource.com/dawn.git",
)