commit | ba1feb07bc5fabc008294cae762c99c1d4f85910 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Mon Sep 06 07:46:49 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 06 07:46:49 2021 +0000 |
tree | efcbece5b4082738e00035c48c0c266d0abe9379 | |
parent | 2e40f90e8cb9bcefa2a2424988d37e45890923dc [diff] |
Always point to own members in FlatComputePipelineDescriptor This patch fixes a use-after-free issue in FlatComputePipelineDescriptor by always making its pointer members point to its own members. BUG=dawn:529, chromium:1246158, chromium:1246748 TEST=dawn_end2end_tests Change-Id: I49b98357444edcdb1b225e961d1e4d6e5b11e978 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/63366 Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> Reviewed-by: Austin Eng <enga@chromium.org>
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.