Roll ANGLE from 2e484954bb49 to 272d37f4cc0c (16 revisions) https://chromium.googlesource.com/angle/angle.git/+log/2e484954bb49..272d37f4cc0c 2026-08-02 syoussefi@chromium.org Remove Own* types and rename Source* types to Owner* 2026-08-02 geofflang@chromium.org GL: Fix BindBufferRange and BindImage not setting dirty bits 2026-08-01 geofflang@chromium.org GL: Add printing functions for ContextStateGL 2026-07-31 g.tammana@samsung.com OpenCL: Update the format conversion query to use type 2026-07-31 ynovikov@chromium.org Skip new OcclusionQueriesTest on Win Intel Vulkan 2026-07-31 zmo@chromium.org ANGLE: Reattach texture layer to FBO after layer count increase 2026-07-31 geofflang@chromium.org GL: Use a framebuffer with a stencil buffer to querying state 2026-07-31 syoussefi@chromium.org IR: Add new validation TODOs 2026-07-31 abdolrashidi@google.com Update context version mismatch message for tests 2026-07-31 wangra@google.com Introduce ResultAccumulator to aggregate results 2026-07-31 lexa.knyazev@gmail.com Expose GL_OES_stencil8 2026-07-31 cnorthrop@google.com Tests: Limit CQ testing to representative ANGLE traces 2026-07-31 cclao@google.com Vulkan: Log driverVersion in Renderer::initFeatures 2026-07-31 syoussefi@chromium.org Translator: Disallow arrays of external samplers 2026-07-31 syoussefi@chromium.org Vulkan: Use SourceLayer throughout the backend 2026-07-31 syoussefi@chromium.org Vulkan: Use SourceLevel throughout the backend 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,dsinclair@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: dsinclair@google.com Change-Id: Ic32fb04d6c204d8006fc36f7dd3fccad41d6da2c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/329436 Bot-Commit: dawn-autoroll@skia-public.iam.gserviceaccount.com <dawn-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: 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.