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

Commit

Permalink
update spirv-tool to upstream/main
Browse files Browse the repository at this point in the history
Update slang to head of master
spirv-headers is updated to vulkan-sdk-1.3.280.0
  • Loading branch information
kaizhangNV committed Apr 9, 2024
1 parent 69a4098 commit 49670d9
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 49670d9

Please sign in to comment.