commit | b68ca071f39218fbce7e624b5d3a5ad04a5da1ba | [log] [tgz] |
---|---|---|
author | Hao Li <hao.x.li@intel.com> | Wed Jun 09 01:33:46 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 09 01:33:46 2021 +0000 |
tree | 57146ebd6450c8f952dbf477b73ce3d947530f0c | |
parent | c9a6df32972372e0ad572d6af54426ba42cabe55 [diff] |
Disable timestamp query on macOS 10.15 on AMD On macOS 10.15 on AMD GPU, WriteTimestamp cannot be called without any copy commands on MTLBlitCommandEncoder, otherwise crash occurs. But this issue is not reproduced on macOS 11.0, just disable timestamp query on the bad version on AMD. BUG: dawn:545 Change-Id: I69a012b2091b8ccd251d23ddb26b72e06c07492f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/53581 Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Hao Li <hao.x.li@intel.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.