commit | b6b0090b501799fb98f8ca3cae1d87bd991635ed | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Tue Feb 09 23:21:26 2021 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Tue Feb 09 23:21:26 2021 +0000 |
tree | 0989b6f25df1dad6c1741fba6f13b864ff09e571 | |
parent | 4f93a8d47e48b75bed4de48afb1d5db7c1d9dc12 [diff] |
Revert "Vulkan: Fallback to XCB for Xlib surfaces" This reverts commit fb0bf70459c44b31419400598b592eaaae85f932. Reason for revert: Failing build during roll: https://chromium-review.googlesource.com/c/chromium/src/+/2686267/2 Original change's description: > Vulkan: Fallback to XCB for Xlib surfaces > > Chromium builds the Vulkan loader without support Xlib (because it > prefers XCB) which caused Xlib wgpu::SwapChain creation to fail on the > Vulkan backend. > > This CL adds a fallback to use VK_KHR_xcb_surface if VK_KHR_xlib_surface > isn't present. > > Bug: dawn:662 > Change-Id: I0e0128ee6b5c75da03998dbae231d17e48bacc81 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/41180 > Reviewed-by: Austin Eng <enga@chromium.org> > Commit-Queue: Austin Eng <enga@chromium.org> > Auto-Submit: Corentin Wallez <cwallez@chromium.org> TBR=cwallez@chromium.org,jiawei.shao@intel.com,hao.x.li@intel.com,enga@chromium.org Change-Id: Ia8d2ffb715260b1de490ca04cc76f41bb60b1f61 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: dawn:662 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/41343 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kai Ninomiya <kainino@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.