commit | 238716e8337439fe1e84fce9713a832128eabcad | [log] [tgz] |
---|---|---|
author | jchen10 <jie.a.chen@intel.com> | Wed Jun 01 01:10:29 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 01 01:10:29 2022 +0000 |
tree | fbb43b3e3c4b84b8bff89a514f4514214e37d570 | |
parent | 37d92ca244bfef3de3d6f550fef4cf8547186397 [diff] |
Explicit vkImage create to wrap video frame This uses VkImageDrmFormatModifierExplicitCreateInfoEXT instead of VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_LIST_CREATE_INFO_EXT to import mulit-planar external images. More discussions about this change can be found at this Mesa issue: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6530 Bug: chromium:1258986 Change-Id: Ifde3d89e7ddf37d6a295c9d7fcc7c762f8da1e81 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/91940 Reviewed-by: Jie A Chen <jie.a.chen@intel.com> Commit-Queue: Jie A Chen <jie.a.chen@intel.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Loko Kung <lokokung@google.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.