Skip to content

Commit

Permalink
Bump external/SPIRV-Tools from 08d8fae to 5ed21eb (#67)
Browse files Browse the repository at this point in the history
* Bump external/SPIRV-Tools from `08d8fae` to `5ed21eb`

Bumps [external/SPIRV-Tools](https://github.com/KhronosGroup/SPIRV-Tools) from `08d8fae` to `5ed21eb`.
- [Release notes](https://github.com/KhronosGroup/SPIRV-Tools/releases)
- [Commits](KhronosGroup/SPIRV-Tools@08d8fae...5ed21eb)

---
updated-dependencies:
- dependency-name: external/SPIRV-Tools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix build

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kévin Petit <kpet@free.fr>
  • Loading branch information
dependabot[bot] and kpet committed Jun 1, 2023
1 parent 717839b commit b7972d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ else()
endif()

# Add SPIRV-Tools
set(SPIRV_SKIP_TESTS ON)
set(SPIRV-Headers_SOURCE_DIR ${PROJECT_SOURCE_DIR}/external/SPIRV-Headers)
set(SPIRV_TOOLS_DIR ${PROJECT_SOURCE_DIR}/external/SPIRV-Tools)
set(SPIRV_TOOLS_BINARY_DIR ${CMAKE_BINARY_DIR}/external/SPIRV-Tools)
Expand Down
2 changes: 1 addition & 1 deletion external/SPIRV-Tools
Submodule SPIRV-Tools updated 51 files
+4 −0 .bazelrc
+4 −4 .github/workflows/bazel.yml
+1 −0 .gitignore
+23 −0 CHANGES
+3 −1 CMakeLists.txt
+43 −79 CONTRIBUTING.md
+9 −4 DEPS
+10 −11 README.md
+13 −0 WORKSPACE
+1 −1 android_test/jni/Application.mk
+9 −0 external/CMakeLists.txt
+19 −13 include/spirv-tools/instrument.hpp
+1 −5 kokoro/macos-clang-release-bazel/build.sh
+2 −1 kokoro/scripts/linux/build-docker.sh
+13 −4 kokoro/scripts/windows/build.bat
+102 −16 source/diff/diff.cpp
+3 −1 source/opt/aggressive_dead_code_elim_pass.cpp
+76 −12 source/opt/const_folding_rules.cpp
+8 −0 source/opt/convert_to_half_pass.cpp
+1 −0 source/opt/convert_to_half_pass.h
+6 −2 source/opt/folding_rules.cpp
+34 −13 source/opt/inst_bindless_check_pass.cpp
+10 −8 source/opt/inst_bindless_check_pass.h
+2 −1 source/opt/local_access_chain_convert_pass.cpp
+56 −53 source/opt/local_single_block_elim_pass.cpp
+53 −50 source/opt/local_single_store_elim_pass.cpp
+80 −82 source/opt/scalar_replacement_pass.cpp
+17 −0 source/opt/scalar_replacement_pass.h
+2 −2 source/opt/type_manager.cpp
+1 −2 source/opt/types.cpp
+9 −5 source/opt/types.h
+2 −1 source/text.cpp
+0 −1 source/val/validate_image.cpp
+28 −6 source/val/validate_interfaces.cpp
+4 −2 source/val/validation_state.cpp
+17 −27 test/diff/diff_files/different_decorations_fragment_autogen.cpp
+32 −39 test/diff/diff_files/different_decorations_vertex_autogen.cpp
+10 −12 test/diff/diff_files/different_function_parameter_count_autogen.cpp
+3 −6 test/diff/diff_files/multiple_same_entry_points_autogen.cpp
+27 −0 test/opt/aggressive_dead_code_elim_test.cpp
+43 −0 test/opt/convert_relaxed_to_half_test.cpp
+90 −3 test/opt/fold_test.cpp
+331 −315 test/opt/inst_bindless_check_test.cpp
+48 −0 test/opt/scalar_replacement_test.cpp
+2 −7 test/opt/types_test.cpp
+3 −3 test/text_to_binary.pipe_storage_test.cpp
+0 −2 test/val/val_image_test.cpp
+84 −0 test/val/val_interfaces_test.cpp
+5 −5 tools/sva/package.json
+954 −1,258 tools/sva/yarn.lock
+0 −1 utils/roll_deps.sh

0 comments on commit b7972d0

Please sign in to comment.