dawn-cmake/test
James Price d0ec88ce61 Add support for override keyword and @id attribute
This replaces the @override keyword that was previously used for
pipeline-overridable constants.

Support for pipeline-overridable constants in Dawn is hidden behind
the "disallow-unsafe-APIs" toggle, so we can make this change directly
instead of deprecating and continuing to support the old syntax.

Fixed: tint:1403
Change-Id: I9b2957a1e33b12772bfe449c0f3a31d929f8aa8b
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/80480
Reviewed-by: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: James Price <jrprice@google.com>
2022-02-15 16:36:57 +00:00
..
access GLSL: only emit default precision qualifier for frag shader. 2022-02-07 18:49:46 +00:00
array writers: Use the new sem::Module::DependencyOrderedDeclarations 2022-02-09 23:55:51 +00:00
benchmark GLSL: call renamer transform from GLSL transform. 2022-02-10 16:22:28 +00:00
buffer writers: Use the new sem::Module::DependencyOrderedDeclarations 2022-02-09 23:55:51 +00:00
bug GLSL: fix frexp and modf builtins. 2022-02-11 13:41:23 +00:00
builtins GLSL: fix isNormal. 2022-02-11 14:35:14 +00:00
expressions writers: Use the new sem::Module::DependencyOrderedDeclarations 2022-02-09 23:55:51 +00:00
identifiers/underscore writers: Use the new sem::Module::DependencyOrderedDeclarations 2022-02-09 23:55:51 +00:00
layout/storage/mat2x2 writers: Use the new sem::Module::DependencyOrderedDeclarations 2022-02-09 23:55:51 +00:00
let writers: Use the new sem::Module::DependencyOrderedDeclarations 2022-02-09 23:55:51 +00:00
loops GLSL: only emit default precision qualifier for frag shader. 2022-02-07 18:49:46 +00:00
out_of_order_decls resolver: Enable support of out of order declarations 2022-02-11 12:59:08 +00:00
ptr_ref GLSL: only emit default precision qualifier for frag shader. 2022-02-07 18:49:46 +00:00
samples writers: Use the new sem::Module::DependencyOrderedDeclarations 2022-02-09 23:55:51 +00:00
shader_io writers: Use the new sem::Module::DependencyOrderedDeclarations 2022-02-09 23:55:51 +00:00
shadowing writers: Use the new sem::Module::DependencyOrderedDeclarations 2022-02-09 23:55:51 +00:00
statements writers: Use the new sem::Module::DependencyOrderedDeclarations 2022-02-09 23:55:51 +00:00
struct writers: Use the new sem::Module::DependencyOrderedDeclarations 2022-02-09 23:55:51 +00:00
types writers: Use the new sem::Module::DependencyOrderedDeclarations 2022-02-09 23:55:51 +00:00
unittest/reader/spirv GLSL: only emit default precision qualifier for frag shader. 2022-02-07 18:49:46 +00:00
var Add support for override keyword and @id attribute 2022-02-15 16:36:57 +00:00
vk-gl-cts GLSL: only emit default precision qualifier for frag shader. 2022-02-07 18:49:46 +00:00
BUILD.gn Add support for override keyword and @id attribute 2022-02-15 16:36:57 +00:00
extract-spvasm.py
test-all.sh