commit | a7272868332339ed2e2c5f231bd4719da06625c2 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Tue Apr 29 20:24:05 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 29 20:24:05 2025 -0700 |
tree | 5c5480b333dfa53d9438114b48bcd18e3a8b1b96 | |
parent | 75e3709cfd2c8c7557983e1a8d65e136d51af8b8 [diff] |
Implement default "<=>" operator for Windows Intel driver versions This patch implements the default operator "<=>" for the comparisons between Windows Intel driver versions so that we can directly compare them with any comparison operators. Bug: 343500108 Test: dawn_unittests Change-Id: Iba1a6a2e3903b0b75567e9037fdf07f1c231116e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/239174 Reviewed-by: Loko Kung <lokokung@google.com> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: 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.