-
Notifications
You must be signed in to change notification settings - Fork 692
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prepare LunarG SDK v2023.4.rc2 release (#5511)
Bumping SPIRV-Tools & SPIRV-Headers version for SDK release. SPIRV-Headers version matches the one SPIRV-Tools uses on the main repo.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule SPIRV-Headers
updated
10 files
+10 −10 | include/spirv/unified1/spirv.bf | |
+17 −17 | include/spirv/unified1/spirv.core.grammar.json | |
+10 −10 | include/spirv/unified1/spirv.cs | |
+10 −10 | include/spirv/unified1/spirv.h | |
+10 −10 | include/spirv/unified1/spirv.hpp | |
+10 −10 | include/spirv/unified1/spirv.hpp11 | |
+5 −5 | include/spirv/unified1/spirv.json | |
+10 −10 | include/spirv/unified1/spirv.lua | |
+10 −10 | include/spirv/unified1/spirv.py | |
+10 −10 | include/spirv/unified1/spv.d |
Submodule SPIRV-Tools
updated
24 files
+1 −1 | .github/workflows/autoroll.yml | |
+1 −0 | Android.mk | |
+2 −0 | BUILD.gn | |
+5 −0 | CHANGES | |
+3 −3 | DEPS | |
+11 −0 | include/spirv-tools/optimizer.hpp | |
+2 −0 | source/opt/CMakeLists.txt | |
+1 −0 | source/opt/aggressive_dead_code_elim_pass.cpp | |
+6 −1 | source/opt/convert_to_half_pass.cpp | |
+6 −3 | source/opt/convert_to_half_pass.h | |
+408 −208 | source/opt/inst_bindless_check_pass.cpp | |
+22 −0 | source/opt/ir_context.h | |
+1 −1 | source/opt/local_access_chain_convert_pass.cpp | |
+55 −56 | source/opt/local_single_block_elim_pass.cpp | |
+52 −53 | source/opt/local_single_store_elim_pass.cpp | |
+5 −0 | source/opt/optimizer.cpp | |
+1 −0 | source/opt/passes.h | |
+320 −0 | source/opt/trim_capabilities_pass.cpp | |
+151 −0 | source/opt/trim_capabilities_pass.h | |
+1 −0 | test/opt/CMakeLists.txt | |
+100 −0 | test/opt/convert_relaxed_to_half_test.cpp | |
+90 −25 | test/opt/inst_bindless_check_test.cpp | |
+746 −0 | test/opt/trim_capabilities_pass_test.cpp | |
+4 −1 | test/val/val_arithmetics_test.cpp |