File tree
6 files changed
+7
-6
lines changed- external
- spirv-tools-generated
6 files changed
+7
-6
lines changed- .github/workflows/continuous_integration.yml+28
- SPIRV/CMakeLists.txt+3-1
- StandAlone/StandAlone.cpp+1
- StandAlone/spirv-remap.cpp+1-1
- Test/baseResults/spv.bufferhandle3.frag.out-106
- Test/baseResults/spv.bufferhandle3_Errors.frag.out+6
- Test/baseResults/spv.ext.RayPrimCull_Errors.rgen.out+1-1
- Test/baseResults/spv.ext.ShaderTileImage.subpassinput.frag.out+1-1
- Test/find_package/CMakeLists.txt+86
- Test/find_package/example.c+118
- Test/find_package/stub.cpp+33
- Test/spv.bufferhandle3_Errors.frag
- glslang/MachineIndependent/ParseHelper.cpp+14-4
- glslang/MachineIndependent/Scan.cpp+4-3
- gtests/Spv.FromFile.cpp+1-1
- kokoro/android-ndk-build/build.sh+1-1
- kokoro/license-check/build-docker.sh-39
- kokoro/license-check/build.sh+1-4
- kokoro/linux-clang-cmake/build.sh+1-1
- kokoro/linux-clang-gn/build.sh+1-1
- kokoro/linux-gcc-cmake/build.sh+1-1
Submodule spirv-tools updated 33 files
- .github/workflows/bazel.yml+2-2
- .github/workflows/ios.yml+1-1
- .github/workflows/scorecard.yml+3-3
- CHANGES+35
- DEPS+4-4
- include/spirv-tools/libspirv.h+4
- include/spirv-tools/libspirv.hpp+5
- kokoro/check-format/build-docker.sh+26
- kokoro/check-format/build.sh+9-30
- kokoro/scripts/linux/build.sh+1-1
- source/diff/diff.cpp+4
- source/link/linker.cpp+4-2
- source/opt/ir_builder.h+1-1
- source/spirv_target_env.cpp+8-1
- source/spirv_validator_options.cpp+5
- source/spirv_validator_options.h+2
- source/val/validate_bitwise.cpp+2-2
- source/val/validate_decorations.cpp+1-1
- source/val/validate_memory.cpp+29-4
- source/val/validation_state.cpp+2-2
- test/diff/diff_files/diff_test_files_autogen.cmake+1
- test/diff/diff_files/string_in_ext_inst_autogen.cpp+205
- test/diff/diff_files/string_in_ext_inst_dst.spvasm+25
- test/diff/diff_files/string_in_ext_inst_src.spvasm+26
- test/link/linker_fixture.h+14-9
- test/link/matching_imports_to_exports_test.cpp+14
- test/opt/ir_builder.cpp+32
- test/val/val_bitwise_test.cpp+12-4
- test/val/val_decoration_test.cpp+1-1
- test/val/val_memory_test.cpp+221-1
- tools/util/flags.cpp+1
- tools/val/val.cpp+4
- utils/check_code_format.sh+24-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + | |
| 48 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1263 | 1263 |
| |
1264 | 1264 |
| |
1265 | 1265 |
| |
1266 |
| - | |
| 1266 | + | |
1267 | 1267 |
| |
1268 | 1268 |
| |
1269 | 1269 |
| |
|
0 commit comments