commit | 9077636b60a004540e93a29de43c1b8193e0a8de | [log] [tgz] |
---|---|---|
author | Jie Chen <jie.a.chen@intel.com> | Tue Apr 09 14:19:54 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 09 14:19:54 2024 +0000 |
tree | 77ce80cbd1d8e629bf45ee2230f50e9cfba7de4f | |
parent | aae22bdd5489ba0f58e33655861f854dfc623d79 [diff] |
d3d11: Loosen size requirements for full-size buffer write As long as the write size is no less than the buffer size, we can treat it as a full-size write. As a result, writes with the allocated size can also take advantage of full-size write optimization. Bug: chromium:1485789 Change-Id: I9990dbf8a37aa364c988e5d761b92d605b9070c0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/182720 Commit-Queue: Jie A Chen <jie.a.chen@intel.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Peng Huang <penghuang@chromium.org>
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.