Commit ab51836
4 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
Submodule SPIRV-Cross updated 392 files
Submodule SPIRV-Tools updated 318 files
- Android.mk+5-5
- BUILD.bazel-311
- CHANGES.md+18
- CMakeLists.txt+10-9
- README-spirv-remap.txt+1-1
- README.md+26-12
- SECURITY.md+6
- SPIRV/CMakeLists.txt+10-6
- SPIRV/GLSL.std.450.h+1-1
- SPIRV/GlslangToSpv.cpp+72-55
- SPIRV/GlslangToSpv.h+2-2
- SPIRV/NonSemanticDebugPrintf.h+5-5
- SPIRV/NonSemanticShaderDebugInfo100.h+5-5
- SPIRV/SpvBuilder.cpp+9-2
- SPIRV/SpvBuilder.h+1-1
- SPIRV/disassemble.cpp+1-1
- SPIRV/doc.cpp+1.5k-1.5k
- SPIRV/doc.h+1-1
- SPIRV/spirv.hpp+7-7
- SPIRV/spvIR.h+3-1
- StandAlone/CMakeLists.txt+31-16
- StandAlone/StandAlone.cpp+8-7
- Test/baseResults/hlsl.conditional.frag.out+267-102
- Test/baseResults/hlsl.function.frag.out+96-60
- Test/baseResults/hlsl.init2.frag.out+152-152
- Test/baseResults/hlsl.numericsuffixes.frag.out+225-145
- Test/baseResults/hlsl.numericsuffixes.negative.frag.out+109
- Test/baseResults/size+1-1
- Test/baseResults/spv.bufferhandle8.frag.out+68-49
- Test/baseResults/spv.debuginfo.const_params.glsl.comp.out+85-73
- Test/baseResults/spv.debuginfo.glsl.comp.out+1.2k-1.1k
- Test/baseResults/spv.debuginfo.glsl.frag.out+1.1k-930
- Test/baseResults/spv.debuginfo.glsl.geom.out+350-318
- Test/baseResults/spv.debuginfo.glsl.tesc.out+702-608
- Test/baseResults/spv.debuginfo.glsl.tese.out+436-412
- Test/baseResults/spv.debuginfo.glsl.vert.out+532-475
- Test/baseResults/spv.debuginfo.hlsl.comp.out+1.2k-1.1k
- Test/baseResults/spv.debuginfo.hlsl.frag.out+1.1k-973
- Test/baseResults/spv.debuginfo.hlsl.geom.out+484-443
- Test/baseResults/spv.debuginfo.hlsl.tesc.out+902-794
- Test/baseResults/spv.debuginfo.hlsl.tese.out+613-576
- Test/baseResults/spv.debuginfo.hlsl.vert.out+632-564
- Test/baseResults/spv.intrinsicsSpirvTypeWithTypeSpecifier.vert.out+35
- Test/baseResults/tokenLength.vert.out+6-3
- Test/glsl.versionOverride.geom+1-1
- Test/glsl.versionOverride.tesc+1-1
- Test/glsl.versionOverride.tese+1-1
- Test/glslangValidator+1-1
- Test/hlsl.conditional.frag+4
- Test/hlsl.function.frag+8-3
- Test/hlsl.init2.frag+11-10
- Test/hlsl.numericsuffixes.frag+10-1
- Test/hlsl.numericsuffixes.negative.frag+15
- Test/makeDoc+1-1
- Test/runtests+2-2
- Test/spv.bufferhandle8.frag+2
- Test/spv.intrinsicsSpirvTypeWithTypeSpecifier.vert+25
- Test/tokenLength.vert+2
- Test/validate-shaders.sh+1-1
- Test/web.runtests+1-1
- glslang/CMakeLists.txt+2-2
- glslang/HLSL/hlslGrammar.cpp+28-3
- glslang/HLSL/hlslGrammar.h+3-1
- glslang/Include/SpirvIntrinsics.h+14-3
- glslang/Include/Types.h+3-2
- glslang/Include/glslang_c_interface.h+3-3
- glslang/MachineIndependent/ParseHelper.h+1
- glslang/MachineIndependent/SpirvIntrinsics.cpp+17-3
- glslang/MachineIndependent/SymbolTable.cpp+1-1
- glslang/MachineIndependent/Versions.cpp+1-1
- glslang/MachineIndependent/glslang.m4+3
- glslang/MachineIndependent/glslang.y+3
- glslang/MachineIndependent/glslang_tab.cpp+1.3k-1.3k
- glslang/MachineIndependent/iomapper.cpp+19-14
- glslang/MachineIndependent/iomapper.h+2
- glslang/MachineIndependent/linkValidate.cpp+33-33
- glslang/MachineIndependent/preprocessor/PpScanner.cpp+106-1
- glslang/OSDependent/Web/CMakeLists.txt+15-2
- glslang/OSDependent/Web/glslang.js.cpp+9
- glslang/OSDependent/Web/glslang.pre.js+1-1
- gtests/Hlsl.FromFile.cpp+1
- gtests/Spv.FromFile.cpp+1
- gtests/TestFixture.h+7-7
- hlsl/CMakeLists.txt+5-3
- known_good.json+2-2
- kokoro/android-ndk-build/build-docker.sh+1
- kokoro/linux-clang-release-bazel/build.sh-60
- kokoro/linux-clang-release-bazel/continuous.cfg-35
- kokoro/linux-clang-release-bazel/presubmit.cfg-35
- kokoro/macos-clang-release-bazel/build.sh-60
- kokoro/macos-clang-release-bazel/continuous.cfg-35
- kokoro/macos-clang-release-bazel/presubmit.cfg-35
- kokoro/windows-msvc-2019-release-bazel/build.bat-75
- kokoro/windows-msvc-2019-release-bazel/continuous.cfg-35
- kokoro/windows-msvc-2019-release-bazel/presubmit.cfg-35
- ndk_test/Android.mk+1-1
- ndk_test/jni/Application.mk+1-1
0 commit comments