0

Roll Dawn from 366360f5c679 to 65e89ee3bd4c (7 revisions)

https://dawn.googlesource.com/dawn.git/+log/366360f5c679..65e89ee3bd4c

2025-05-23 jiawei.shao@intel.com [dawn/native] Replace `DAWN_LIKELY` with C++20 `[[likely]]`
2025-05-23 dsinclair@chromium.org [ir] Emit `continue` statements when converting to a Program.
2025-05-22 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll DirectX Shader Compiler from adffd31eb02f to d72e2b1a15d2 (1 revision)
2025-05-22 dsinclair@chromium.org [spirv-reader][ir] Add image read support.
2025-05-22 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 39d1c1ac45e3 to f0289a17bad0 (7 revisions)
2025-05-22 petermcneeley@google.com [tint] Arm enable transform handle for direct variable access
2025-05-22 dsinclair@chromium.org Fix IRToProgramRoundTripTest for invalid WGSL

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dawn-chromium-autoroll
Please CC cwallez@google.com,dneto@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 Chromium: https://bugs.chromium.org/p/chromium/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: luci.chromium.try:dawn-android-arm-deps-rel;luci.chromium.try:dawn-android-arm64-deps-rel;luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-mac-arm64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel;luci.chromium.try:dawn-win11-arm64-deps-rel;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:gpu-fyi-cq-android-arm64
Bug: chromium:343500108,chromium:387000529,chromium:406795494,chromium:407374442
Tbr: dneto@google.com
Change-Id: I3c5f569352a4391086740090074ff673de9bf538
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6582024
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1464573}
This commit is contained in:
chromium-autoroll
2025-05-22 22:52:35 -07:00
committed by Chromium LUCI CQ
parent ace84a03a7
commit 352694c2a1
2 changed files with 2 additions and 2 deletions
DEPS
third_party

2
DEPS

@ -415,7 +415,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed
# and whatever else without interference from each other.
'dawn_revision': '366360f5c679f04d010ea5557cf90873ddcf8bda',
'dawn_revision': '65e89ee3bd4c7e6d756760c07d3619d37df3e9c1',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed
# and whatever else without interference from each other.