-
Notifications
You must be signed in to change notification settings - Fork 713
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule SPIRV-Headers
updated
16 files
Submodule SPIRV-Tools
updated
18 files
+1 −1 | .github/workflows/autoroll.yml | |
+2 −2 | .github/workflows/bazel.yml | |
+2 −2 | .github/workflows/ios.yml | |
+1 −1 | .github/workflows/release.yml | |
+3 −3 | .github/workflows/scorecard.yml | |
+1 −1 | .github/workflows/wasm.yml | |
+3 −3 | DEPS | |
+32 −10 | source/opcode.cpp | |
+20 −1 | source/operand.cpp | |
+11 −8 | source/opt/copy_prop_arrays.cpp | |
+4 −0 | source/table.h | |
+18 −13 | source/val/validate_cfg.cpp | |
+4 −4 | source/val/validate_image.cpp | |
+48 −0 | test/opt/copy_prop_array_test.cpp | |
+86 −0 | test/val/val_cfg_test.cpp | |
+27 −5 | test/val/val_image_test.cpp | |
+64 −9 | utils/generate_grammar_tables.py | |
+6 −0 | utils/generate_vim_syntax.py |