summaryrefslogtreecommitdiff
path: root/source/slang/hlsl.meta.slang
AgeCommit message (Expand)Author
2025-09-26Add SPV_NV_bindless_texture support (#8534)Lujin Wang
2025-09-25Prepare VulkanSDK release Oct 2025 (#8525)Jay Kwak
2025-09-23Split overloaded uses of RefType in front-end (#8427)Theresa Foley
2025-09-17Fix LSS intrinsics for hit objects in ray tracing tests (#8469)Harsh Aggarwal (NVIDIA)
2025-09-16Diagnose error when the function args can't satisfy constexpr parameter requi...Gangzheng Tong
2025-09-04Fix#8128 LSS and sphere hit object intrinsics fail to compile (#8339)Harsh Aggarwal (NVIDIA)
2025-09-04Enable CUDA support for additional HLSL intrinsic tests (#8293)Harsh Aggarwal (NVIDIA)
2025-08-29[CBP] Pointer frontend changes + groupshared pointer support (#7848)ArielG-NV
2025-08-28[Documentation] optix test coverage #463 (#8311)Harsh Aggarwal (NVIDIA)
2025-08-21Introduce CDataLayout & -fvk-use-c-layout (#8136)Julius Ikkala
2025-08-20Fix nextafter() (#8195)Julius Ikkala
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-15Prohibit use of buffer.GetDimensions on metal (#8156)James Helferty (NVIDIA)
2025-08-14[Capability System] Fix bug where capabilities do not correctly propegate if ...ArielG-NV
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-07Fix intrinsic LoadLocalRootTableConstant for optix (#7949)Harsh Aggarwal (NVIDIA)
2025-08-01Drain sink when single-argument constructor call fail (#7883)ArielG-NV
2025-07-30Lowering unsupported matrix types for GLSL/WGSL/Metal targets (#7936)venkataram-nv
2025-07-29[Language Server]: Show signature help on generic parameters. (#7913)Yong He
2025-07-29Improve diagnostics over ambiguous references. (#7930)Yong He
2025-07-29Fix CUDA backend missing U32_firstbitlow implementation (#7921)Copilot
2025-07-18Lower int/uint/bool matrices to arrays for SPIRV (#7687)venkataram-nv
2025-07-16Fix CUDA issues with texture reads and surface writes (#7780)Mukund Keshava
2025-07-16Document why failing VVL coop-vec tests cannot be enabled & minor cleanup/bug...ArielG-NV
2025-07-16Fix WGSL sign function to return correct int type instead of float (#7739)Copilot
2025-07-15Replace [KnownBuiltin] string-based comparisons with enum-based system (#7714)Copilot
2025-07-12Add WorkgroupCount function (#7734)davli-nv
2025-07-10Fix CommittedRayInstanceCustomIndex generating wrong SPIR-V opcode (#7659)Julius Ikkala
2025-07-09Fix typo in image format table (#7661)aidanfnv
2025-07-04Make copysign function differentiable (#7585)Copilot
2025-06-30Add MLP training examples. (#7550)Yong He
2025-06-26Support `mad` in WGSL (#7538)Mehmet Oguz Derin
2025-06-26Add matrix operand for OpCooperativeVectorMatrixMulAddNV (#7524)Gangzheng Tong
2025-06-22Add default implementation for determinant (#7505)Julius Ikkala
2025-06-18Fix coopvector neg intrinsic. (#7481)Yong He
2025-06-13Add new capdef for lss intrinsics (#7427)Mukund Keshava
2025-06-11Fix an issue in extension override. (#7402)Yong He
2025-06-10Add optix support for coopvec (#7286)Mukund Keshava
2025-06-05Implement isnan and isinf for WGSL with bitwise operations (#7344)Jay Kwak
2025-06-02Use MatrixResultSignedComponents on OpCooperativeVectorMatrixMulNV (#7227)Jay Kwak
2025-06-02Fix coopvec::fill to use a simpler expression (#7253)Jay Kwak
2025-05-31Add check for the variable requirement (#6677)Gangzheng Tong
2025-05-30Enable LSS hit object test (#7273)Mukund Keshava
2025-05-29Implement MapElement for CoopMat (#7159)Jay Kwak
2025-05-28Change default descriptor binding to be VkMutable (#7224)ArielG-NV
2025-05-27Add LSS intrinsics (#7200)Mukund Keshava
2025-05-26Implement shader execution reordering support for OptiX (#7211)Harsh Aggarwal (NVIDIA)