commit | f4f62971f6397f9b51eced1d4030530f4af1d7ce | [log] [tgz] |
---|---|---|
author | Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com> | Tue Jul 29 21:01:05 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 29 21:01:05 2025 -0700 |
tree | 35fd7322a6a31a6f5b437111ae3f464b1d99fe0f | |
parent | 87ae884a3c56a8b7ea781764090233185e0ac8d1 [diff] |
Roll ANGLE from 9635df8e9269 to e286ef784996 (11 revisions) https://chromium.googlesource.com/angle/angle.git/+log/9635df8e9269..e286ef784996 2025-07-30 solti@google.com ANGLE: Add validation test for GL_RENDERER string format 2025-07-29 cclao@google.com Move Buffer from VertexBinding to VertexArray 2025-07-29 cclao@google.com Replace VertexArray::DIRTY_BIT_LOST_OBSERVATION with API call 2025-07-29 m.maiya@samsung.com Vulkan: Don't allocate ExternalFormatIDs for sampling usecases 2025-07-29 cclao@google.com Track mElementArrayBuffer in std::vector<VertexBinding> 2025-07-29 cclao@google.com Add test for mapBuffer and disable/enable attrib interaction 2025-07-29 tingwei.guo@arm.com Reset index buffer offset between indirect GL_LINE_LOOP draws 2025-07-29 mark@lunarg.com Disable texture_compression_astc_decode_mode exts during capture 2025-07-29 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from aef5b0045b59 to 03166deacb9d (8 revisions) 2025-07-29 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 8802b4ec130b to 4bd5bd8d51e4 (1 revision) 2025-07-29 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 2f075e19fc00 to 1beec4a855e7 (711 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,lokokung@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: lokokung@google.com Change-Id: I46778066cc01458a4bf07416f9611860b2425c65 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/255317 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.