commit | 9435068a364ca70d4a74fe567ca0647ce470bd2d | [log] [tgz] |
---|---|---|
author | Brandon Jones <brandon1.jones@intel.com> | Fri Jun 12 08:17:41 2020 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Fri Jun 12 08:17:41 2020 +0000 |
tree | 3a4f6dd5dab5fc936481d912bb999403fa10362d | |
parent | 82027bd8acc223f73997cff7eace6e18ff84f251 [diff] |
Track ShaderVisibleDescriptorHeap Upon Allocation Fixes bug where a newly allocated ShaderVisibleDescriptorHeap would be untracked in the residency LRU upon allocation, causing Dawn's residency manager to become out of sync with D3D12's internal residency refcount by calling MakeResident once more than needed. Bug: dawn:193 Change-Id: I47804471b41df476db989634e50bded6006e05aa Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/23125 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Rafael Cintron <rafael.cintron@microsoft.com> Reviewed-by: Corentin Wallez <cwallez@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 webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.