commit | 133f5f71bdc092d519d4826487af1ac5cb771ea1 | [log] [tgz] |
---|---|---|
author | Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com> | Wed Jan 26 23:56:21 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 26 23:56:21 2022 +0000 |
tree | e5bc3a3e7db58dc7ed95e8db59ed61efc3ee907b | |
parent | 22612fb3f3da7ae615b2dffd10d9b650cb56239f [diff] |
Roll ANGLE from 54f8a8f71621 to aadc6434331e (13 revisions) https://chromium.googlesource.com/angle/angle.git/+log/54f8a8f71621..aadc6434331e 2022-01-26 b.schade@samsung.com Vulkan: Fix to correctly redefine gl_PerVertex in GS 2022-01-26 gbeaty@chromium.org [infra] Use python3 for run_presubmit recipe. 2022-01-26 cclao@google.com Vulkan: Use queue instead of vector for mSharedGarbageList 2022-01-26 syoussefi@chromium.org Vulkan: Support different SCBs for outside and inside RP 2022-01-26 jmadill@chromium.org Revert "Vulkan: Enable framebuffer fetch on SwiftShader." 2022-01-26 jmadill@chromium.org Vulkan: Consolidate uniforms code in ProgramExecutableVk. 2022-01-26 jmadill@chromium.org Program: Add generic uniform update methods. 2022-01-26 jmadill@chromium.org ProgramPipeline: Remove mHas members. 2022-01-26 jmadill@chromium.org Re-land: "Vulkan: Remove "fillProgramStateMap"." 2022-01-26 jmadill@chromium.org Vulkan: Enable framebuffer fetch on SwiftShader. 2022-01-26 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 4ec99dddf407 to ae6a4b829252 (11 revisions) 2022-01-26 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 366db5aedd90 to 711968667748 (8 revisions) 2022-01-26 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 94c8695167c4 to 7b890e4b915b (100 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 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: I03cc8f31ad3841446e745663582cbf23dcb74ad8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/78342 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 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.