aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>2023-12-13 04:01:34 +0000
committerSkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com>2023-12-13 04:44:36 +0000
commit1e63c048ded75eb742762857fe02b73834e8029b (patch)
tree01d3144edd04751ef921a960e92be2d223697813
parent927f20598b11040c3265369e6da1ee3732cbb9e3 (diff)
downloadskia-1e63c048ded75eb742762857fe02b73834e8029b.tar.gz
Roll Dawn from cebf22738909 to 033f24e72cc0 (13 revisions)
https://dawn.googlesource.com/dawn.git/+log/cebf22738909..033f24e72cc0 2023-12-13 jrprice@google.com [ir] Handle entry point attributes for IR->WGSL 2023-12-13 lokokung@google.com Removes leftover debugging code from: 2023-12-13 gman@chromium.org Roll third_party/webgpu-cts/ 3cbe1f7e3..7a6ef7301 (1 commit) 2023-12-12 jiawei.shao@intel.com Support const expression with dot4{I|U}8Packed 2023-12-12 jiawei.shao@intel.com Tint/MSL: Fix translation of dot4{I|U}8Packed 2023-12-12 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from ebfd5875d4b7 to 167af0420ab8 (1 revision) 2023-12-12 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 5c8cb8a69c10 to 398cfb4b1421 (2 revisions) 2023-12-12 arthursonzogni@chromium.org partition_alloc: CMake and GN config 2023-12-12 jrprice@google.com [spirv-reader] Add --use-ir-reader option to exe 2023-12-12 bclayton@google.com [tint][ir] Serialize If instructions 2023-12-12 bclayton@google.com [tint][ir] Serialize Atomics 2023-12-12 bclayton@google.com [tint][ir] Serialize Convert instructions 2023-12-12 lokokung@google.com Renames Unpacked to UnpackedPtr. 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 Test: Test: tint_unittests Change-Id: Ieebe1f46fc9484a742bbc710b18a3fdf600d9dde Reviewed-on: https://skia-review.googlesource.com/c/skia/+/789276 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: 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 89e5ddb9c1..e784fe5e24 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@cebf22738909498596d4c7ede83d229addbd5e9e",
+ "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@033f24e72cc01610ae2a51aaacf124950b7032c2",
"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 8b17004250..4686f1df9c 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 = "cebf22738909498596d4c7ede83d229addbd5e9e",
+ commit = "033f24e72cc01610ae2a51aaacf124950b7032c2",
remote = "https://dawn.googlesource.com/dawn.git",
)