commit | d87aec4366ad77fd6973f07bac9d3f66c89dda65 | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Fri Apr 12 05:16:38 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 12 05:16:38 2024 +0000 |
tree | 9d09cf36dfbea650a9139818f8c0852e098f9a6c | |
parent | 00dd5a68ac099d4ebc8976075b169fc9be5ae655 [diff] |
Replace all 'ventura'/'sonoma' expectations with 'mac'. Currently the mac configurations may be either ventura or sonoma so there is no meaningful difference between the two tags. This _may_ fix an issue where the roller keeps generating conflicting expectations like: [ apple-angle-metal-renderer:-apple-m2 dawn-backend-validation ventura ] [ apple-angle-metal-renderer:-apple-m2 ventura ] But I'm not sure. This change: - Find and replace ventura|sonoma with mac - Remove duplicate lines if they start with crbug by piping through: awk '!/^crbug/ || !seen[$0]++' - Fix resulting conflicting expectations (e.g. where tags were in a different order or one was more specific than the other) - Also triage a few expectations while I'm at it Bug: dawn:2506 Change-Id: I3f57519b2c516038e6b9fe0d3ac7f57548fbbe6a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/183369 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Kai Ninomiya <kainino@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.