commit | 23bb5c06534109dcbdcf41174be544f2836b430f | [log] [tgz] |
---|---|---|
author | Loko Kung <lokokung@google.com> | Sun Dec 22 20:10:05 2024 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Dec 22 20:10:05 2024 -0800 |
tree | 6bc54f070f604180bf809edfcc771d5d49bcf3d3 | |
parent | ef00af577667d4163df4e134e7ab8ebced694492 [diff] |
Revert "[dawn] Removes old non-overridden non-Future entry." This reverts commit fa07f3046419775df4d2f8fb5b0a9c5078399d4e. Reason for revert: Breaking Dawn->Chromium roll, need to update MLDrift. Original change's description: > [dawn] Removes old non-overridden non-Future entry. > > - Removes/Renames the following entry points and their > corresponding old Callbacks and CallbackInfos: > - ShaderModule::GetCompilationInfo > - Device::Create*PipelineAsync > - Device::PopErrorScope > - Buffer::MapAsync > - Queue::OnSubmittedWorkDone > - Note that "overridden" entry points will be removed in > multi-CL changes since those refer to entry points > where users may be manually overriding the C proc table. > > Bug: 369445924 > Change-Id: I074cac71587b64555288e44c9f483d9426c7abd0 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/216314 > Reviewed-by: Kai Ninomiya <kainino@chromium.org> > Commit-Queue: Loko Kung <lokokung@google.com> Bug: 369445924 Change-Id: Ia93ea22936c5a37ba9d86fb9a34d10b1c5ebcbff Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/220294 Commit-Queue: Loko Kung <lokokung@google.com> Reviewed-by: Jiawei Shao <jiawei.shao@intel.com> Reviewed-by: Loko Kung <lokokung@google.com> Auto-Submit: Loko Kung <lokokung@google.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.