Roll ANGLE from 44ba9d57ecb1 to 98dab44d9cd2 (21 revisions) https://chromium.googlesource.com/angle/angle.git/+log/44ba9d57ecb1..98dab44d9cd2 2026-06-28 cclao@google.com Vulkan: Add initializeColorAttachmentWithWhite for app workaround 2026-06-28 lexa.knyazev@gmail.com Use standard enums for 64-bit types 2026-06-27 zychen2828@gmail.com IR Validation: add pointer validation for operands and results 2026-06-26 abdolrashidi@google.com Vulkan: Fix layer index/count for update from FBO 2026-06-26 kbr@chromium.org Increase size of buffer pool for argument buffers. 2026-06-26 merckhung@google.com Consolidate common arch flags 2026-06-26 dneto@google.com [translator] Fix cloning switch case nodes without a condition 2026-06-26 cclao@google.com Vulkan: Fix Uninitialized GPU memory leak in reinitImageAsRenderable 2026-06-26 geofflang@chromium.org Split EGL_PLATFORM_ANGLE_DISPLAY_KEY_ANGLE into a new ext 2026-06-26 kylechar@google.com vulkan: Fix UAF in VertexArrayVk 2026-06-26 geofflang@chromium.org Fix incorrect null check in removeDrawFramebufferBinding 2026-06-26 lehoangquyen@chromium.org Move the ownership of the Metal backend to lehoangquyen@google.com. 2026-06-26 lexa.knyazev@gmail.com Remove unreachable texture validation code 2026-06-26 aaclarke@google.com Adds new pragma for disabling hlsl warnings. 2026-06-26 alex.litvinenko.gm@gmail.com Metal: only allocate native texture storage for defined levels. 2026-06-26 syoussefi@chromium.org Unsuppress fixed deqp test 2026-06-26 lexa.knyazev@gmail.com Refactor CompressedTexSubImage validation 2026-06-26 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 0255eccc9824 to f3e464b1e567 (1 revision) 2026-06-26 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 4cd4bfcf818e to f2b9fece7c67 (11 revisions) 2026-06-26 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 4d151fce616e to 82de21bc9ada (750 revisions) 2026-06-26 cwallez@chromium.org [WGPU] Don't destroy wgpu::Texture in ImageHelper::resetImage If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-dawn-autoroll Please CC angle-team+autoroll@google.com,jrprice@google.com on the revert to ensure that a human is aware of the problem. To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry To file a bug in Dawn: https://bugs.chromium.org/p/dawn/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 Bug: None Tbr: jrprice@google.com Change-Id: Id3ec340db64555c3bb03f3192675a71d5b149be0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/320436 Commit-Queue: dawn-autoroll@skia-public.iam.gserviceaccount.com <dawn-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: dawn-autoroll@skia-public.iam.gserviceaccount.com <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h version that Dawn implements.webgpu.h.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.