HLSL: pass tessellation execution modes through to SPIR-V
The SPIR-V generator had assumed tessellation modes such as primitive type and vertex order would only appear in tess eval (domain) shaders. SPIR-V allows either, and HLSL allows and possibly requires them to be in the hull shader. This change: 1. Passes them through for either tessellation stage, and, 2. Does not set up defaults in the domain stage for HLSl compilation, to avoid conflicting definitions.
Showing
- SPIRV/GlslangToSpv.cpp 11 additions, 5 deletionsSPIRV/GlslangToSpv.cpp
- Test/baseResults/hlsl.domain.1.tese.out 393 additions, 0 deletionsTest/baseResults/hlsl.domain.1.tese.out
- Test/baseResults/hlsl.hull.1.tesc.out 4 additions, 0 deletionsTest/baseResults/hlsl.hull.1.tesc.out
- Test/baseResults/hlsl.hull.2.tesc.out 4 additions, 0 deletionsTest/baseResults/hlsl.hull.2.tesc.out
- Test/baseResults/hlsl.hull.ctrlpt-1.tesc.out 7 additions, 0 deletionsTest/baseResults/hlsl.hull.ctrlpt-1.tesc.out
- Test/baseResults/hlsl.hull.void.tesc.out 4 additions, 0 deletionsTest/baseResults/hlsl.hull.void.tesc.out
- Test/hlsl.domain.1.tese 32 additions, 0 deletionsTest/hlsl.domain.1.tese
- glslang/MachineIndependent/intermOut.cpp 7 additions, 0 deletionsglslang/MachineIndependent/intermOut.cpp
- glslang/MachineIndependent/linkValidate.cpp 6 additions, 4 deletionsglslang/MachineIndependent/linkValidate.cpp
- gtests/Hlsl.FromFile.cpp 1 addition, 0 deletionsgtests/Hlsl.FromFile.cpp
- hlsl/hlslParseHelper.cpp 6 additions, 3 deletionshlsl/hlslParseHelper.cpp
- hlsl/hlslParseHelper.h 1 addition, 1 deletionhlsl/hlslParseHelper.h
Loading
Please register or sign in to comment