Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 80ebfb1 commit b3f4a65
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
+16 −7 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
+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
+166 −2 include/spirv/unified1/spirv.bf
+2,248 −691 include/spirv/unified1/spirv.core.grammar.json
+166 −2 include/spirv/unified1/spirv.cs
+184 −2 include/spirv/unified1/spirv.h
+192 −2 include/spirv/unified1/spirv.hpp
+192 −2 include/spirv/unified1/spirv.hpp11
+180 −9 include/spirv/unified1/spirv.json
+155 −2 include/spirv/unified1/spirv.lua
+155 −2 include/spirv/unified1/spirv.py
+166 −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
+25 −24 tools/buildHeaders/header.cpp
+1 −1 tools/buildHeaders/header.h
+251 −4 tools/buildHeaders/jsonToSpirv.cpp
+15 −1 tools/buildHeaders/jsonToSpirv.h
+1 −1 tools/buildHeaders/main.cpp

0 comments on commit b3f4a65

Please sign in to comment.