SPIRV-Cross/shaders-no-opt
Hans-Kristian Arntzen 31be74a853 Add relax_nan_checks options.
Makes codegen from typical D3D emulation SPIR-V more readable.
Also makes cross compilation with NotEqual more sensible.
It's very rare to actually need the strict NaN-checks in practice.

Also, glslang now emits UnordNotEqual by default it seems, so give up
trying to assume OrdNotEqual. Harmonize for UnordNotEqual as the sane
default.
2022-03-03 14:50:56 +01:00
..
asm Add relax_nan_checks options. 2022-03-03 14:50:56 +01:00
comp Test behavior around OpSelect with matrices. 2021-10-13 16:08:29 +02:00
frag Handle Modf/Frexp in more cases. 2021-11-07 11:36:44 +01:00
legacy/frag GLSL: Use for-loop fallback instead of do/while for legacy ESSL. 2020-06-29 12:50:31 +02:00
vert GLSL: Add option to force flattening IO blocks. 2020-07-28 15:16:06 +02:00
vulkan GLSL: Support shading rate builtins. 2021-04-20 13:58:07 +02:00