commit | 1f8cb4f0ccd9680a6f93463fecb5c824b78ed48b | [log] [tgz] |
---|---|---|
author | Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com> | Sat Feb 18 00:02:21 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Feb 18 00:02:21 2023 +0000 |
tree | ab26a1add37c6ea7cb92176a76a274c9f0e17b16 | |
parent | c713005b14cfea3433a39c04451d98a36e714eae [diff] |
Roll ANGLE from a6dba4b475f5 to e1dfc00aa66b (11 revisions) https://chromium.googlesource.com/angle/angle.git/+log/a6dba4b475f5..e1dfc00aa66b 2023-02-17 cclao@google.com Vulkan: Make waitForPendingPresent drain work in the calling thread 2023-02-17 cclao@google.com Vulkan: Clean up CommandProcessor::queuePresent 2023-02-17 cclao@google.com Vulkan: Rename hasUnfinishedUse to hasResourceUseFinished 2023-02-17 cclao@google.com Vulkan: CommandProcessor API name clean up 2023-02-17 solti@google.com Disable supportsSwapchainMaintenance1 feature on Android 2023-02-17 cclao@google.com Vulkan: Add ostream operator for ResourceUse/QueueSerial 2023-02-17 angle-autoroll@skia-public.iam.gserviceaccount.com Manual roll Chromium from ab83a5e1b973 to 3919c700dd2c (169 revisions) 2023-02-17 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 63251d7a0997 to ab83a5e1b973 (573 revisions) 2023-02-17 cnorthrop@google.com Update GL_ARM_shader_framebuffer_fetch token support 2023-02-17 i.nazarov@samsung.com Fix "RefCountObjectReleaser" move-assignment operator. 2023-02-17 i.nazarov@samsung.com Vulkan: Fix incorrect "SharedPresent" barrier. 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,bajones@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Bug: None Tbr: bajones@google.com Change-Id: Iaa94b8b3a730e1e669b514de46090ed89381ee50 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/120420 Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.