Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #24 from shader-slang/kai/update_spirv-tools
Browse files Browse the repository at this point in the history
update spirv-tool

Update external/spirv-headers and external/spirv-tools
repos.
    external/spirv-tools is updated to
        branch: main
        commit: 3983d15a1d34fb95656818af0fc89c6260cbf316

    external/spirv-headers is updated to
        tag: vulkan-sdk-1.3.280.0
        commit: 8b246ff75c6615ba4532fe4fde20f1be090c3764

    external/slang is updated to:
        branch: master
        commit: 0970c8d1a4c3974df5cad0c3345ce91e60177e88
        This commit update spirv-tools and spirv-headers repos
        under slang to the same commits as above respectively.
  • Loading branch information
kaizhangNV authored Apr 9, 2024
2 parents 69a4098 + 49670d9 commit f8280d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion external/slang
Submodule slang updated 699 files
2 changes: 1 addition & 1 deletion external/spirv-headers
Submodule spirv-headers updated 46 files
+10 −0 .github/dependabot.yml
+7 −7 .github/workflows/presubmit.yml
+6 −0 BUILD.bazel
+2 −1 BUILD.gn
+8 −6 CMakeLists.txt
+79 −1 LICENSE
+1 −1 README.md
+5 −3 include/spirv/spir-v.xml
+1 −1 include/spirv/unified1/AMD_gcn_shader.h
+1 −1 include/spirv/unified1/AMD_shader_ballot.h
+1 −1 include/spirv/unified1/AMD_shader_explicit_vertex_parameter.h
+1 −1 include/spirv/unified1/AMD_shader_trinary_minmax.h
+1 −1 include/spirv/unified1/DebugInfo.h
+1 −1 include/spirv/unified1/GLSL.std.450.h
+1 −1 include/spirv/unified1/NonSemanticClspvReflection.h
+1 −1 include/spirv/unified1/NonSemanticDebugBreak.h
+1 −1 include/spirv/unified1/NonSemanticDebugPrintf.h
+1 −1 include/spirv/unified1/NonSemanticShaderDebugInfo100.h
+57 −0 include/spirv/unified1/NonSemanticVkspReflection.h
+1 −1 include/spirv/unified1/OpenCL.std.h
+1 −1 include/spirv/unified1/OpenCLDebugInfo100.h
+1 −1 include/spirv/unified1/extinst.debuginfo.grammar.json
+1 −1 include/spirv/unified1/extinst.glsl.std.450.grammar.json
+1 −1 include/spirv/unified1/extinst.nonsemantic.shader.debuginfo.100.grammar.json
+135 −0 include/spirv/unified1/extinst.nonsemantic.vkspreflection.grammar.json
+1 −1 include/spirv/unified1/extinst.opencl.debuginfo.100.grammar.json
+1 −1 include/spirv/unified1/extinst.opencl.std.100.grammar.json
+50 −1 include/spirv/unified1/spirv.bf
+302 −46 include/spirv/unified1/spirv.core.grammar.json
+50 −1 include/spirv/unified1/spirv.cs
+58 −1 include/spirv/unified1/spirv.h
+62 −1 include/spirv/unified1/spirv.hpp
+62 −1 include/spirv/unified1/spirv.hpp11
+51 −6 include/spirv/unified1/spirv.json
+47 −1 include/spirv/unified1/spirv.lua
+47 −1 include/spirv/unified1/spirv.py
+50 −1 include/spirv/unified1/spv.d
+4 −4 tests/CMakeLists.txt
+1 −1 tests/example.cpp
+2 −2 tools/buildHeaders/bin/generate_language_headers.py
+1 −0 tools/buildHeaders/bin/makeExtinstHeaders.py
+25 −24 tools/buildHeaders/header.cpp
+1 −1 tools/buildHeaders/header.h
+11 −1 tools/buildHeaders/jsonToSpirv.cpp
+3 −1 tools/buildHeaders/jsonToSpirv.h
+1 −1 tools/buildHeaders/main.cpp
2 changes: 1 addition & 1 deletion external/spirv-tools
Submodule spirv-tools updated 117 files

0 comments on commit f8280d7

Please sign in to comment.