From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../tests/cts/checkout/src/external/README.md | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 dom/webgpu/tests/cts/checkout/src/external/README.md (limited to 'dom/webgpu/tests/cts/checkout/src/external/README.md') diff --git a/dom/webgpu/tests/cts/checkout/src/external/README.md b/dom/webgpu/tests/cts/checkout/src/external/README.md new file mode 100644 index 0000000000..84fbf9c732 --- /dev/null +++ b/dom/webgpu/tests/cts/checkout/src/external/README.md @@ -0,0 +1,31 @@ +# External Modules + +This directory contains external modules that are used by the WebGPU +CTS. These are included in the repo, as opposed to being fetched via a +package manager or CDN, so that there is a single canonical source of +truth for the CTS tests and the CTS tests can be run as a standalone +suite without needing to pull from a CDN or similar process. + +## Adding modules + +Each module that is added should be done consciously with a clear +reasoning on what the module is providing, since the bar for adding +new modules should be relatively high. + +The module will need to be licensed via a compatible license to the +BSD-3 clause & W3C CTS licenses that the CTS currently is covered by. + +It is preferred to use a single source build of the module if possible. + +In addition to the source for the module a LICENSE file should be +included in the directory clearly identifying the owner of the module +and the license it is covered by. + +Details of the specific module, including version, origin and purpose +should be listed below. + +## Current Modules + +| **Name** | **Origin** | **License** | **Version** | **Purpose** | +|----------------------|--------------------------------------------------|-------------|-------------|------------------------------------------------| +| petamoriken/float16 | [github](https://github.com/petamoriken/float16) | MIT | 3.6.6 | Fluent support for f16 numbers via TypedArrays | -- cgit v1.2.3