summaryrefslogtreecommitdiffstats
path: root/tests/nv-extensions/nv-ray-tracing-motion-blur.slang
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2021-10-27 15:21:09 -0400
committerGitHub <noreply@github.com>2021-10-27 15:21:09 -0400
commit95654c371e1b1c1916751d5dcd0d1f3fbfdc12a0 (patch)
tree5321adebc05176d4d7df146d770bf3a8cbfef2d7 /tests/nv-extensions/nv-ray-tracing-motion-blur.slang
parent76a1ec517b24a44c97c33d7e1d67adc5bd086b35 (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 'tests/nv-extensions/nv-ray-tracing-motion-blur.slang')
-rw-r--r--tests/nv-extensions/nv-ray-tracing-motion-blur.slang4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/nv-extensions/nv-ray-tracing-motion-blur.slang b/tests/nv-extensions/nv-ray-tracing-motion-blur.slang
index f01d2186c..d87400ae1 100644
--- a/tests/nv-extensions/nv-ray-tracing-motion-blur.slang
+++ b/tests/nv-extensions/nv-ray-tracing-motion-blur.slang
@@ -1,6 +1,4 @@
-// Note: this test is disabled because it causes an "error:xxx" line being printed by
-// glsl-validator to the console output, this will leads to github actions to terminate
-// the job and return failure status.
+// Disable until we are using updated glslang that correctly supports
//DISABLE_TEST:CROSS_COMPILE: -profile glsl_460+GL_EXT_ray_tracing -stage raygeneration -entry main -target spirv-assembly
#define TRACING_EPSILON 1e-6