diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2021-10-27 15:21:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-27 15:21:09 -0400 |
| commit | 95654c371e1b1c1916751d5dcd0d1f3fbfdc12a0 (patch) | |
| tree | 5321adebc05176d4d7df146d770bf3a8cbfef2d7 /external/spirv-tools-generated/generators.inc | |
| parent | 76a1ec517b24a44c97c33d7e1d67adc5bd086b35 (diff) | |
SPIR-V fixes (#1992)
* #include an absolute path didn't work - because paths were taken to always be relative.
* Use updated slang-binaries that have SPIR-V diagnostics improvements.
* Re-enable nv-ray-tracing-motion-blur, because with SPIR-V diagnostic fixes in glslang - there shouldn't be spurious errors from glslang compilation.
* If optimization fails use the SPIR-V we have.
* Update SPIR-V headers and generated files.
Updated documentation.
* Update spirv-headers/tools.
Revert slang-binaries.
* Remove hack around spir-v optimization as no longer needed.
disable nv-ray-tracing-motion-blur.slang
Diffstat (limited to 'external/spirv-tools-generated/generators.inc')
| -rw-r--r-- | external/spirv-tools-generated/generators.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/external/spirv-tools-generated/generators.inc b/external/spirv-tools-generated/generators.inc index 43ed6e9ab..6426b6de0 100644 --- a/external/spirv-tools-generated/generators.inc +++ b/external/spirv-tools-generated/generators.inc @@ -17,7 +17,7 @@ {16, "X-LEGEND", "Mesa-IR/SPIR-V Translator", "X-LEGEND Mesa-IR/SPIR-V Translator"}, {17, "Khronos", "SPIR-V Tools Linker", "Khronos SPIR-V Tools Linker"}, {18, "Wine", "VKD3D Shader Compiler", "Wine VKD3D Shader Compiler"}, -{19, "Clay", "Clay Shader Compiler", "Clay Clay Shader Compiler"}, +{19, "Tellusim", "Clay Shader Compiler", "Tellusim Clay Shader Compiler"}, {20, "W3C WebGPU Group", "WHLSL Shader Translator", "W3C WebGPU Group WHLSL Shader Translator"}, {21, "Google", "Clspv", "Google Clspv"}, {22, "Google", "MLIR SPIR-V Serializer", "Google MLIR SPIR-V Serializer"}, @@ -28,4 +28,5 @@ {27, "Embark Studios", "Rust GPU Compiler Backend", "Embark Studios Rust GPU Compiler Backend"}, {28, "gfx-rs community", "Naga", "gfx-rs community Naga"}, {29, "Mikkosoft Productions", "MSP Shader Compiler", "Mikkosoft Productions MSP Shader Compiler"}, -{30, "SpvGenTwo community", "SpvGenTwo SPIR-V IR Tools", "SpvGenTwo community SpvGenTwo SPIR-V IR Tools"},
\ No newline at end of file +{30, "SpvGenTwo community", "SpvGenTwo SPIR-V IR Tools", "SpvGenTwo community SpvGenTwo SPIR-V IR Tools"}, +{31, "Google", "Skia SkSL", "Google Skia SkSL"},
\ No newline at end of file |
