commit | 4809ca5a0a18f5242848eff192cdb5df166670b1 | [log] [tgz] |
---|---|---|
author | Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com> | Tue Sep 23 03:00:04 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 23 03:00:04 2025 -0700 |
tree | b818c1b7440196e8c3b6082983a45624bd37b065 | |
parent | 2901a2a13348784cf867eece8e93e900a322d1dc [diff] |
Roll ANGLE from 3c5880448c99 to 453c24784d9d (34 revisions) https://chromium.googlesource.com/angle/angle.git/+log/3c5880448c99..453c24784d9d 2025-09-23 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from d6b89a2a25f7 to 5b7c14199915 (611 revisions) 2025-09-23 msta@google.com Add missing include for windows 2025-09-23 s.manohar@samsung.com CL/Vulkan: Zero-copy support added for CL Images 2025-09-23 g.tammana@samsung.com CL/Vulkan: Add helper routine to calculate VkBufferImageCopy 2025-09-22 cclao@google.com Vulkan:Improve ContextVk::handleDirtyGraphicsDefaultAttribs 2025-09-22 m.maiya@samsung.com Update documentation for ANGLE_AHB_FORMAT_* 2025-09-22 m.maiya@samsung.com Vulkan: Disable convertLowpAndMediumpFloatUniformsTo16Bits for Samsung 2025-09-22 geofflang@chromium.org Metal: Gate mathMode usage on compile time SDK versions. 2025-09-22 m.maiya@samsung.com Vulkan: Add externallySynchronizePipelineCacheAccess feature 2025-09-22 mark@lunarg.com Trace/Replay: Fix context grouping issues 2025-09-22 panfeng.hou@arm.com Vulkan: Return length=0 if the bufSize of glGetActiveAttrib is 0 2025-09-22 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 129abbaa76d7 to d6b89a2a25f7 (1428 revisions) 2025-09-22 mark@lunarg.com Trace/Replay: Allow for ignored uniform locations 2025-09-22 cnorthrop@google.com Tests: Add trace batch for 2025-09-19 2025-09-20 yuxinhu@google.com Fix README.chromium for llvm 2025-09-19 abdolrashidi@google.com Vulkan: Use size in BindVertexBuffers2 2025-09-19 j.vigil@samsung.com Vulkan: Disable supportsShaderFramebufferFetch for Samsung 2025-09-19 g.tammana@samsung.com CL/Vulkan: Don't serialize on external CQ events 2025-09-19 solti@google.com Vulkan: Fix UBSan by initializing CopyImageParameters 2025-09-19 ynovikov@chromium.org Add Pixel 10 experimental builders 2025-09-19 renewitt@google.com Adds a freshness exemption for StalkWalker. 2025-09-19 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from ce5b85176a89 to 7dd631d218ad (1 revision) 2025-09-19 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 86b0a2e14a4d to 8ff085ff814f (2 revisions) 2025-09-18 g.tammana@samsung.com CL: Consolidate cl::{Offset,Extents} types 2025-09-18 g.tammana@samsung.com CL/Vulkan: Fix the rect size calculation 2025-09-18 cclao@google.com Vulkan: add check for vertexAttributeInstanceRateZeroDivisor 2025-09-18 cclao@google.com Vulkan: Remove VertexArrayVk::updateActiveAttribInfo 2025-09-18 cclao@google.com Vulkan: Add fast path for supportsVertexInputDynamicState 2025-09-18 cclao@google.com Fix DrawWithMismatchedComponentCountLocationSpecified test bug 2025-09-18 yuxinhu@google.com Re-enable the feature that transforms float uniforms to 16 bits 2025-09-18 geofflang@chromium.org Metal: Avoid deprecated fastMathEnabled on newer MacOS. 2025-09-18 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 59d1ef64176c to 86b0a2e14a4d (10 revisions) 2025-09-18 syoussefi@chromium.org Vulkan: Fix SPIR-V gen for invariant structs 2025-09-18 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 8e8081831607 to 129abbaa76d7 (640 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 amaiorano@google.com,angle-team+autoroll@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: amaiorano@google.com Change-Id: I742d63d483562b96c76f8ddadf7f7504a1d9b6a2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/262975 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.