From 8174713752b16468630b39dad77b155ca515ef3c Mon Sep 17 00:00:00 2001 From: Ben Clayton Date: Thu, 9 Jun 2022 16:45:05 +0000 Subject: [PATCH] docs/tint: Update origin trial changes for abstract-numerics Bug: tint:1504 Change-Id: I2807051c1e0abd170607e2786eb9295f7b9d7e4f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/93240 Auto-Submit: Ben Clayton Reviewed-by: Dan Sinclair Commit-Queue: Ben Clayton Kokoro: Kokoro --- docs/tint/origin-trial-changes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/tint/origin-trial-changes.md b/docs/tint/origin-trial-changes.md index 85a12efa61..08f651f25c 100644 --- a/docs/tint/origin-trial-changes.md +++ b/docs/tint/origin-trial-changes.md @@ -9,6 +9,9 @@ ## Changes for M104 +### New features + +* Tint now supports abstract-numerics, removing the need to always suffix unsigned integers with `u` [tint:1504](crbug.com/tint/1504) * Parsing of `@compute`, `@fragment` and `@vertex` added. ## Changes for M103 @@ -20,6 +23,7 @@ builtins in non-uniform control flow [tint:880](crbug.com/tint/880) * Matrix identity constructors and constructors for a single scalar value are now supported [tint:1545](crbug.com/tint/1545) ### Breaking changes + * Builtin `atomicCompareExchangeWeak` returns a struct instead of a vec2. [tint:1185](crbug.com/tint/1185) ## Changes for M102