From e7b6de334f320429462a0257e2191ccf3cbc9a0d Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 24 Jan 2024 15:36:49 -0800 Subject: [SPIRV] Support `globallycoherent` and `[vk::index()]`. (#3488) * [SPIRV] Support `globallycoherent` modifier. * Fix. * Disable executable cooperative vector tests. * Update expected failure. * [SPIRV] Emit varying output index decoration. * Add test. * Update tests. * Fix test. * Emit `SpvExecutionModeEarlyFragmentTests`. * Lower `StructuredBuffer`. * Support globallycoherent on ByteAddressBuffer. --------- Co-authored-by: Yong He --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3307bd9e1..1d58f6f6d 100644 --- a/.gitignore +++ b/.gitignore @@ -52,7 +52,7 @@ tools/gfx-unit-test/test-tmp-* # Intermediate source files generated during build process /source/slang/slang-generated-*.h -/source/slang/slang-lookup-capability-defs.cpp +/source/slang/slang-lookup-*.cpp /source/slang/*.meta.slang.h prelude/*.h.cpp /source/slang/cpp.hint -- cgit v1.2.3