File tree
3 files changed
+3
-3
lines changed- external
- tools/clang/test/CodeGenSPIRV
3 files changed
+3
-3
lines changedSubmodule SPIRV-Tools updated 51 files
- .github/workflows/bazel.yml+2-2
- .github/workflows/ios.yml+1-1
- .github/workflows/scorecard.yml+2-2
- CMakeLists.txt+1-1
- DEPS+4-4
- README.md+4-7
- docs/downloads.md+9-11
- kokoro/scripts/linux/build-docker.sh+3-3
- kokoro/scripts/windows/build.bat+7-9
- kokoro/windows-msvc-2022-debug/build.bat
- kokoro/windows-msvc-2022-debug/continuous.cfg+1-1
- kokoro/windows-msvc-2022-debug/presubmit.cfg+1-1
- kokoro/windows-msvc-2022-release/build.bat+2-2
- kokoro/windows-msvc-2022-release/continuous.cfg+2-2
- kokoro/windows-msvc-2022-release/presubmit.cfg+2-2
- source/CMakeLists.txt+1-1
- source/enum_set.h+3
- source/link/linker.cpp+17-2
- source/opcode.cpp+2
- source/opt/aggressive_dead_code_elim_pass.cpp+1
- source/opt/local_single_store_elim_pass.cpp+2-1
- source/opt/optimizer.cpp+1
- source/spirv_target_env.cpp+1-1
- source/val/function.h+1
- source/val/validate_annotation.cpp+1
- source/val/validate_builtins.cpp+265-75
- source/val/validate_decorations.cpp+14
- source/val/validate_extensions.cpp+3-2
- source/val/validate_image.cpp+1
- source/val/validate_instruction.cpp+4
- source/val/validate_mesh_shading.cpp+50-1
- source/val/validate_mode_setting.cpp+55
- source/val/validation_state.cpp+36-2
- source/val/validation_state.h+22
- test/link/matching_imports_to_exports_test.cpp+107
- test/opt/aggressive_dead_code_elim_test.cpp+64
- test/opt/local_single_store_elim_test.cpp+50
- test/target_env_test.cpp+1
- test/val/val_builtins_test.cpp+969-1
- test/val/val_ext_inst_debug_test.cpp+22-4
- test/val/val_mesh_shading_test.cpp+384
- test/val/val_modes_test.cpp+317
- utils/vim/README.md+87
- utils/vim/generate_syntax.py
- utils/vscode/README.md+3-2
- utils/vscode/build_lsp.sh+28
- utils/vscode/install_vscode.bat
- utils/vscode/install_vscode.sh
- utils/vscode/spirv.json+114-24
- utils/vscode/src/langsvr.go+54-4
- utils/vscode/src/schema/schema.go+16.0k-6.8k
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + |
0 commit comments