Skip to content

Commit

Permalink
Bump external/SPIRV-Headers from 8e2ad27 to cb6b2c3
Browse files Browse the repository at this point in the history
Bumps [external/SPIRV-Headers](https://github.com/KhronosGroup/SPIRV-Headers) from `8e2ad27` to `cb6b2c3`.
- [Commits](KhronosGroup/SPIRV-Headers@8e2ad27...cb6b2c3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 833e11e commit f21e64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/SPIRV-Headers
Submodule SPIRV-Headers updated 49 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 −0 SECURITY.md
+25 −11 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
+3 −2 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
+11 −1 include/spirv/unified1/extinst.nonsemantic.clspvreflection.grammar.json
+1 −1 include/spirv/unified1/extinst.nonsemantic.shader.debuginfo.100.grammar.json
+138 −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
+324 −2 include/spirv/unified1/spirv.bf
+3,049 −1,400 include/spirv/unified1/spirv.core.grammar.json
+324 −2 include/spirv/unified1/spirv.cs
+2,171 −4 include/spirv/unified1/spirv.h
+2,187 −4 include/spirv/unified1/spirv.hpp
+2,187 −4 include/spirv/unified1/spirv.hpp11
+280 −9 include/spirv/unified1/spirv.json
+307 −2 include/spirv/unified1/spirv.lua
+253 −2 include/spirv/unified1/spirv.py
+324 −2 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
+2 −0 tools/buildHeaders/bin/makeHeaders
+102 −54 tools/buildHeaders/header.cpp
+1 −1 tools/buildHeaders/header.h
+311 −9 tools/buildHeaders/jsonToSpirv.cpp
+29 −11 tools/buildHeaders/jsonToSpirv.h
+1 −1 tools/buildHeaders/main.cpp

0 comments on commit f21e64c

Please sign in to comment.