From b4049dcf409f0bb6fa5d61fe02c3242a3352c0e3 Mon Sep 17 00:00:00 2001 From: James Price Date: Thu, 26 Jan 2023 13:02:59 +0000 Subject: [PATCH] tint/docs: Add uniformity entries to release notes Change-Id: Id66969fe22e5afd39ef83692dec5568d5c1aa7a1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/117803 Kokoro: Kokoro Reviewed-by: Ben Clayton Commit-Queue: James Price --- docs/tint/origin-trial-changes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/tint/origin-trial-changes.md b/docs/tint/origin-trial-changes.md index 400027d2fa..93a330b8c1 100644 --- a/docs/tint/origin-trial-changes.md +++ b/docs/tint/origin-trial-changes.md @@ -2,9 +2,17 @@ ## Changes for M111 +### New features + +* The `workgroupUniformLoad` builtin function is now supported. [tint:1780](crbug.com/tint/1780) +* The `diagnostic` directive and `@diagnostic` attribute are now supported. [tint:1809](crbug.com/tint/1809) + * The attribute is currently only supported on function declarations. + ### Breaking changes * You may need to add parentheses to less-than or greater-than binary expressions that now parse as template lists. For example `a(be)` will need parentheses around `be`. [tint:1810](crbug.com/tint/1810). +* Uniformity analysis failures are now an error [tint:880](crbug.com/tint/880) + * The `derivative_uniformity` diagnostic filter can be used to modify the severity if needed. ## Deprecated Features