commit | 7a3ce915f86fd616538615a3003e239f5e33baf5 | [log] [tgz] |
---|---|---|
author | Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com> | Thu May 15 17:00:33 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 15 17:00:33 2025 -0700 |
tree | 20cbf6e263c53ee07d9dddd03c20ba478f91698c | |
parent | aa89a2a4103f3872b898381688533bd1d86e5d8a [diff] |
Roll ANGLE from cc02a537e965 to 1fea2d12cefb (16 revisions) https://chromium.googlesource.com/angle/angle.git/+log/cc02a537e965..1fea2d12cefb 2025-05-15 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 6511b87fb086 to 924b8c206ea6 (678 revisions) 2025-05-15 geofflang@chromium.org WebGPU: Remove last references to cpp API 2025-05-15 geofflang@chromium.org WebGPU: Use WebGPU C API for Display and error utils 2025-05-15 geofflang@chromium.org WebGPU: Use WebGPU C API for Programs and Buffers 2025-05-15 geofflang@chromium.org WebGPU: Pack render pass descriptors 2025-05-15 abdolrashidi@google.com Vulkan: Use GS input prim type for warmup pipeline 2025-05-15 geofflang@chromium.org WebGPU: Use WebGPU C API for Textures and Framebuffers 2025-05-15 angle-autoroll@skia-public.iam.gserviceaccount.com Manual roll vulkan-deps from 2a67a9b1a73a to bac8bd2de3c4 (12 revisions) 2025-05-15 solti@google.com roll rapidjson src to Android 2025-05-15 timvp@google.com Tests: Skip VerifyMutableRenderBufferKHR on Intel+Win 2025-05-15 geofflang@chromium.org WebGPU: Add missing destructor for object wrappers. 2025-05-15 lexa.knyazev@gmail.com Vulkan: Fix debug marker handling 2025-05-15 lexa.knyazev@gmail.com Fix KHR_debug operations 2025-05-15 lexa.knyazev@gmail.com Metal: Implement InsertEventMarker 2025-05-15 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 930d46d31b5d to 96085ee3c6cc (1 revision) 2025-05-15 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from 80915f99de91 to c9d2e24d1a6d (2 revisions) 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,rharrison@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: rharrison@google.com Change-Id: I9508e867b80799778736279b079f29772c7e2e10 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/242515 Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: Dawn Autoroller <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.