commit | 8fac16fc971f547073601b1aaa692e8a2bfd84e8 | [log] [tgz] |
---|---|---|
author | Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com> | Fri Nov 01 06:12:03 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 01 06:12:03 2024 +0000 |
tree | 43b8f6b93490ef629ee1967f403f43588c966027 | |
parent | a0239e7d364cb3dcc1e504aea3ab8ceb88bf6132 [diff] |
Roll ANGLE from 2df8d32b9c69 to 7c99c225401d (15 revisions) https://chromium.googlesource.com/angle/angle.git/+log/2df8d32b9c69..7c99c225401d 2024-11-01 r.khurram@samsung.com CL/Vulkan: Implement clEnqueue APIs involving images 2024-11-01 kkinnunen@apple.com Metal: Make ToposortStructs compile on c++17 2024-11-01 angle-autoroll@skia-public.iam.gserviceaccount.com Manual roll Chromium from ada7221c4738 to c0123634901e (3970 revisions) 2024-10-31 abdolrashidi@google.com Vulkan: Optimize full texture clears 2024-10-31 cnorthrop@google.com scripts: Add restricted_trace_perf as data dep 2024-10-31 abdolrashidi@google.com Vulkan: Remove extra non-conformant flag check 2024-10-31 solti@google.com Improve CanSupportAEP Error Reporting 2024-10-31 kkinnunen@apple.com Make separated anonymous in/out structs work better 2024-10-31 romanl@google.com Add llvm-libc BUILD.gn 2024-10-31 kkinnunen@apple.com Fix immutable string concats with ints 2024-10-31 syoussefi@chromium.org Vulkan: Re-enable dynamic rendering on newer ARM drivers 2024-10-31 cnorthrop@google.com restricted_trace_perf: Allow use of system ANGLE libs 2024-10-31 neil.zhang@arm.com Add fix for create multi-window surfaces cause crash 2024-10-31 romanl@google.com Add llvm-libc dependency, now required for libc++ 2024-10-31 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from a5edfbb83552 to 977783acab11 (10 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: Id30f9c029b0b0cd7db3acf2d45a9db4c09ee6df3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/213335 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.