commit | 294864f9e0b41673c8a892e7ac131a07d9409bda | [log] [tgz] |
---|---|---|
author | Jiang <zhaoming.jiang@intel.com> | Thu Mar 21 02:50:58 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 21 02:50:58 2024 +0000 |
tree | 14c9575a7b1a3ace72d8d31473c54fc94c36f0c9 | |
parent | cafb0703ac508cbb5cdf28426397fd83218667d4 [diff] |
Dawn D3D12: Forbid SM6.6 by default on Intel Gen12 devices This CL distinguishes highest supported shader model version and actual applied shader model version for D3D12 backend, add a adapter toggle D3D12DontUseShaderModel66OrHigher that enforce using SM6.5 or lower for an adapter, and by default enable this toggle for Intel Gen12 devices to workaround issue tint:2189. Bug: dawn:2470, tint:2189 Change-Id: I33c9ab65827836bd139b689149d3adb2c2d1ff9f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/178983 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Jiawei Shao <jiawei.shao@intel.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.