Skip to content

Commit

Permalink
Update SPIRV-Headers to match Vulkan SDK 1.3.290. (#4)
Browse files Browse the repository at this point in the history
*(This won't pass CI until #3 lands)*

Similar to EmbarkStudios/spirt#61, the main
reason for the bump is to avoid being stuck behind on definitions in a
new release (even when there's not much going on).
  • Loading branch information
eddyb authored Oct 4, 2024
2 parents 6c12f5a + 83010cb commit 13e47a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "khronos-spec/SPIRV-Headers"]
path = khronos-spec/SPIRV-Headers
url = https://github.com/KhronosGroup/SPIRV-Headers
branch = vulkan-sdk-1.3.275
branch = vulkan-sdk-1.3.290
2 changes: 1 addition & 1 deletion khronos-spec/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
+13 −9 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
+136 −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
+58 −1 include/spirv/unified1/spirv.bf
+436 −108 include/spirv/unified1/spirv.core.grammar.json
+58 −1 include/spirv/unified1/spirv.cs
+1,853 −3 include/spirv/unified1/spirv.h
+1,857 −3 include/spirv/unified1/spirv.hpp
+1,857 −3 include/spirv/unified1/spirv.hpp11
+60 −7 include/spirv/unified1/spirv.json
+55 −1 include/spirv/unified1/spirv.lua
+55 −1 include/spirv/unified1/spirv.py
+58 −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
+78 −32 tools/buildHeaders/header.cpp
+1 −1 tools/buildHeaders/header.h
+71 −4 tools/buildHeaders/jsonToSpirv.cpp
+3 −1 tools/buildHeaders/jsonToSpirv.h
+1 −1 tools/buildHeaders/main.cpp

0 comments on commit 13e47a1

Please sign in to comment.