summaryrefslogtreecommitdiff
path: root/tests/hlsl-intrinsic
AgeCommit message (Expand)Author
2025-09-25Prepare VulkanSDK release Oct 2025 (#8525)Jay Kwak
2025-09-05Disable a few WGSL testing using Wave functions in branches (#8386)Jay Kwak
2025-09-04Enable CUDA support for additional HLSL intrinsic tests (#8293)Harsh Aggarwal (NVIDIA)
2025-09-02render-test: Change D3D12 default to sm_6_5 (#8320)James Helferty (NVIDIA)
2025-08-26Fix Metal 8-bit vector type names: emit char/uchar instead of int8_t/uint8_t ...Copilot
2025-08-25Fix#8082: Batch-6: Enable cuda tests (#8266)Harsh Aggarwal (NVIDIA)
2025-08-25Fix#8081: Batch-5: Enable cuda tests (#8263)Harsh Aggarwal (NVIDIA)
2025-08-25Fix#8080: Batch-4: Enable cuda tests (#8261)Harsh Aggarwal (NVIDIA)
2025-08-20Add Metal support for WaveGetActiveMask and WaveActiveCountBits (#8218)Tianyu Li
2025-08-20Updated support to enable batch3 (#8219)Harsh Aggarwal (NVIDIA)
2025-08-15Use 64bit int instead of emulation on metal (#8180)James Helferty (NVIDIA)
2025-08-09Fix atomics error diagnostics (#8117)venkataram-nv
2025-08-08Error if super-type capabilities are a super-set of sub-type (#7452)ArielG-NV
2025-08-07Add warning for comma operators used outside for-loops and expand expressions...Copilot
2025-07-31Add matrix select intrinsic (#7566)venkataram-nv
2025-07-29Fix CUDA backend missing U32_firstbitlow implementation (#7921)Copilot
2025-07-03Enable tests for CUDA (#7593)Mukund Keshava
2025-06-26Fix tuple AST & IR layout size queries (#7502)Julius Ikkala
2025-06-18Fix additional VVL violations (#7377)Gangzheng Tong
2025-06-12Diagnose on use of struct inheritance. (#7419)Yong He
2025-06-06Address issues with GLSL style global in/out vars (#6669) (#6998)sricker-nvidia
2025-05-27Add LSS intrinsics (#7200)Mukund Keshava
2025-05-26Implement shader execution reordering support for OptiX (#7211)Harsh Aggarwal (NVIDIA)
2025-05-25Add full support for SPV_NV_shader_subgroup_partitioned (#7103)Darren Wihandi
2025-05-22Make sizeof(T) & alignof(T) of generic types work as compile-time constants (...Julius Ikkala
2025-05-16Fix broken -emit-spirv-via-glsl test option (#7091)sricker-nvidia
2025-05-14Remove readonly keyword from buffer pointer definitions (#7068)aidanfnv
2025-05-12cluster acceleration structure optix 6431 (#7028)Harsh Aggarwal (NVIDIA)
2025-05-05Add countbits 16-bit and 8-bit support (#6433) (#6897)sricker-nvidia
2025-05-02Disable an always failing test, partial resident test with dx12 (#6983)Jay Kwak
2025-05-01Add fwidth_coarse and fwidth_fine functions (#6941)pdeayton-nv
2025-04-24update slang-rhi (#6587)Simon Kallweit
2025-04-22Implement shader subgroup rotate intrinsics (#6878)Darren Wihandi
2025-04-21Fix quad control required SPIRV version for emit-spirv-via-glsl (#6869)Darren Wihandi
2025-04-19Implement 64bit countbits intrinsic (#6433) (#6845)sricker-nvidia
2025-04-12Add slang-test check for D3D11 double support (#6761)aidanfnv
2025-04-04Implement subgroup quad operations for Metal (#6745)Darren Wihandi
2025-04-03Add sparse texture Load intrinsic for SPIRV (#6702)DarrelFW321
2025-04-01Use coopvec supporting dxcompiler.dll and dxil.dll (#6719)Jay Kwak
2025-03-26Fix SPV_KHR_maximal_reconvergence extension name spelling (#6687)Pavel Asyutchenko
2025-03-18Implement floating-point pack/unpack intrinsics for all targets (#6503)Darren Wihandi
2025-03-06Update SPIRV-Tools and fix new validation errors. (#6511)Yong He
2025-02-28Implement sparse texture Sample* intrinsics for SPIRV (#6377)Darren Wihandi
2025-02-28Add Slang-specific intrinsics for integer pack/unpack (#6459)Darren Wihandi
2025-02-28Add WaveGetLane* support for Metal and WGSL (#6371)Darren Wihandi
2025-02-27Add inner texture type to reflection json (#6416)Devon
2025-02-27Map `SV_InstanceID` to `gl_InstanceIndex-gl_BaseInstance` (#6468)Yong He
2025-02-10Add support for Metal subgroup/simd operations (#6247)Darren Wihandi
2025-02-02Add support for WGSL subgroup operations (#6213)Darren Wihandi
2025-01-29Implement WaveMultiPrefix* for SPIRV and GLSL (#6182)Darren Wihandi