Add-support-for-SPV_NVX_raytracing
authorChao Chen <chaoc@nvidia.com>
Wed, 19 Sep 2018 18:42:24 +0000 (11:42 -0700)
committerChao Chen <chaoc@nvidia.com>
Wed, 19 Sep 2018 20:07:43 +0000 (13:07 -0700)
commitb50c02ef53973e3e09565ed7066d2b39edc36b17
treed85b5e6a70c16e5c079935359f9a0128cb6fe968
parent3c3669904c4e6816974293ae9301f24de22ea336
Add-support-for-SPV_NVX_raytracing
50 files changed:
SPIRV/GLSL.ext.NV.h
SPIRV/GlslangToSpv.cpp
SPIRV/SpvBuilder.cpp
SPIRV/SpvBuilder.h
SPIRV/doc.cpp
StandAlone/StandAlone.cpp
Test/baseResults/spv.AnyHitShader.rahit.out [new file with mode: 0644]
Test/baseResults/spv.AnyHitShader_Errors.rahit.out [new file with mode: 0644]
Test/baseResults/spv.ClosestHitShader.rchit.out [new file with mode: 0644]
Test/baseResults/spv.ClosestHitShader_Errors.rchit.out [new file with mode: 0644]
Test/baseResults/spv.IntersectShader.rint.out [new file with mode: 0644]
Test/baseResults/spv.IntersectShader_Errors.rint.out [new file with mode: 0644]
Test/baseResults/spv.MissShader.rmiss.out [new file with mode: 0644]
Test/baseResults/spv.MissShader_Errors.rmiss.out [new file with mode: 0644]
Test/baseResults/spv.RayConstants.rgen.out [new file with mode: 0644]
Test/baseResults/spv.RayGenShader.rgen.out [new file with mode: 0644]
Test/baseResults/spv.RayGenShader_Errors.rgen.out [new file with mode: 0644]
Test/spv.AnyHitShader.rahit [new file with mode: 0644]
Test/spv.AnyHitShader_Errors.rahit [new file with mode: 0644]
Test/spv.ClosestHitShader.rchit [new file with mode: 0644]
Test/spv.ClosestHitShader_Errors.rchit [new file with mode: 0644]
Test/spv.IntersectShader.rint [new file with mode: 0644]
Test/spv.IntersectShader_Errors.rint [new file with mode: 0644]
Test/spv.MissShader.rmiss [new file with mode: 0644]
Test/spv.MissShader_Errors.rmiss [new file with mode: 0644]
Test/spv.RayConstants.rgen [new file with mode: 0644]
Test/spv.RayGenShader.rgen [new file with mode: 0644]
Test/spv.RayGenShader_Errors.rgen [new file with mode: 0644]
glslang/Include/BaseTypes.h
glslang/Include/Types.h
glslang/Include/intermediate.h
glslang/MachineIndependent/Initialize.cpp
glslang/MachineIndependent/Intermediate.cpp
glslang/MachineIndependent/ParseContextBase.cpp
glslang/MachineIndependent/ParseHelper.cpp
glslang/MachineIndependent/ParseHelper.h
glslang/MachineIndependent/Scan.cpp
glslang/MachineIndependent/ShaderLang.cpp
glslang/MachineIndependent/SymbolTable.cpp
glslang/MachineIndependent/Versions.cpp
glslang/MachineIndependent/Versions.h
glslang/MachineIndependent/glslang.y
glslang/MachineIndependent/glslang_tab.cpp
glslang/MachineIndependent/glslang_tab.cpp.h
glslang/MachineIndependent/intermOut.cpp
glslang/MachineIndependent/linkValidate.cpp
glslang/MachineIndependent/localintermediate.h
glslang/Public/ShaderLang.h
gtests/Spv.FromFile.cpp
gtests/TestFixture.cpp