Implement NonSemantic.Shader.DebugInfo.100
authorJeremy Hayes <jeremy@lunarg.com>
Thu, 9 Dec 2021 23:26:48 +0000 (16:26 -0700)
committerJeremy Hayes <jeremy@lunarg.com>
Fri, 26 Aug 2022 22:17:54 +0000 (16:17 -0600)
commit7a914ce9261dd591ec793df42b5aba11d6c02848
treed90d70c28d957b972f1117759bd8e05056394592
parent9e78bc8108a13d4d4ed860b2c5547092059ed83e
Implement NonSemantic.Shader.DebugInfo.100

See https://github.com/KhronosGroup/SPIRV-Registry.
55 files changed:
BUILD.bazel
BUILD.gn
SPIRV/CInterface/spirv_c_interface.cpp
SPIRV/CMakeLists.txt
SPIRV/GlslangToSpv.cpp
SPIRV/NonSemanticShaderDebugInfo100.h [new file with mode: 0644]
SPIRV/SpvBuilder.cpp
SPIRV/SpvBuilder.h
SPIRV/SpvTools.h
SPIRV/spvIR.h
StandAlone/StandAlone.cpp
Test/baseResults/spv.debugInfo.1.1.frag.out
Test/baseResults/spv.debugInfo.frag.out
Test/baseResults/spv.debuginfo.glsl.comp.out [new file with mode: 0644]
Test/baseResults/spv.debuginfo.glsl.frag.out [new file with mode: 0644]
Test/baseResults/spv.debuginfo.glsl.geom.out [new file with mode: 0644]
Test/baseResults/spv.debuginfo.glsl.tesc.out [new file with mode: 0644]
Test/baseResults/spv.debuginfo.glsl.tese.out [new file with mode: 0644]
Test/baseResults/spv.debuginfo.glsl.vert.out [new file with mode: 0644]
Test/baseResults/spv.debuginfo.hlsl.comp.out [new file with mode: 0644]
Test/baseResults/spv.debuginfo.hlsl.frag.out [new file with mode: 0644]
Test/baseResults/spv.debuginfo.hlsl.geom.out [new file with mode: 0644]
Test/baseResults/spv.debuginfo.hlsl.tesc.out [new file with mode: 0644]
Test/baseResults/spv.debuginfo.hlsl.tese.out [new file with mode: 0644]
Test/baseResults/spv.debuginfo.hlsl.vert.out [new file with mode: 0644]
Test/spv.debuginfo.glsl.comp [new file with mode: 0644]
Test/spv.debuginfo.glsl.frag [new file with mode: 0644]
Test/spv.debuginfo.glsl.geom [new file with mode: 0644]
Test/spv.debuginfo.glsl.tesc [new file with mode: 0644]
Test/spv.debuginfo.glsl.tese [new file with mode: 0644]
Test/spv.debuginfo.glsl.vert [new file with mode: 0644]
Test/spv.debuginfo.hlsl.comp [new file with mode: 0644]
Test/spv.debuginfo.hlsl.frag [new file with mode: 0644]
Test/spv.debuginfo.hlsl.geom [new file with mode: 0644]
Test/spv.debuginfo.hlsl.tesc [new file with mode: 0644]
Test/spv.debuginfo.hlsl.tese [new file with mode: 0644]
Test/spv.debuginfo.hlsl.vert [new file with mode: 0644]
glslang/HLSL/hlslGrammar.cpp
glslang/HLSL/hlslParseHelper.cpp
glslang/HLSL/hlslParseHelper.h
glslang/Include/glslang_c_interface.h
glslang/Include/intermediate.h
glslang/MachineIndependent/Intermediate.cpp
glslang/MachineIndependent/ShaderLang.cpp
glslang/MachineIndependent/glslang.m4
glslang/MachineIndependent/glslang.y
glslang/MachineIndependent/glslang_tab.cpp
glslang/MachineIndependent/intermOut.cpp
glslang/MachineIndependent/linkValidate.cpp
glslang/MachineIndependent/localintermediate.h
glslang/Public/ShaderLang.h
gtests/Hlsl.FromFile.cpp
gtests/Spv.FromFile.cpp
gtests/TestFixture.h
license-checker.cfg