summaryrefslogtreecommitdiffstats
path: root/source/slang/hlsl.meta.slang
Commit message (Expand)AuthorAge
* Addition of `Load`/`Store` coherent operations (#8395)16-Bit-Dog2025-10-10
* implement dot products for 1 vectors (#8599)Ellie Hermaszewska2025-10-10
* 8503 wgsl depth texture (#8645)Sami Kiminki (NVIDIA)2025-10-10
* Improve texture loads and stores on CUDA (#8644)Simon Kallweit2025-10-08
* Prefer IntegerType over LogicalType integer matrix mul() overloads (#8426)pdeayton-nv2025-10-06
* Fix incorrect binding index assignment for StructuredBuffer and ByteAddressBu...Copilot2025-10-01
* Add SPV_NV_bindless_texture support (#8534)Lujin Wang2025-09-26
* Prepare VulkanSDK release Oct 2025 (#8525)Jay Kwak2025-09-25
* Split overloaded uses of RefType in front-end (#8427)Theresa Foley2025-09-23
* Fix LSS intrinsics for hit objects in ray tracing tests (#8469)Harsh Aggarwal (NVIDIA)2025-09-17
* Diagnose error when the function args can't satisfy constexpr parameter requi...Gangzheng Tong2025-09-16
* Fix#8128 LSS and sphere hit object intrinsics fail to compile (#8339)Harsh Aggarwal (NVIDIA)2025-09-04
* Enable CUDA support for additional HLSL intrinsic tests (#8293)Harsh Aggarwal (NVIDIA)2025-09-04
* [CBP] Pointer frontend changes + groupshared pointer support (#7848)ArielG-NV2025-08-29
* [Documentation] optix test coverage #463 (#8311)Harsh Aggarwal (NVIDIA)2025-08-28
* Introduce CDataLayout & -fvk-use-c-layout (#8136)Julius Ikkala2025-08-21
* Fix nextafter() (#8195)Julius Ikkala2025-08-20
* Add Metal support for WaveGetActiveMask and WaveActiveCountBits (#8218)Tianyu Li2025-08-20
* Updated support to enable batch3 (#8219)Harsh Aggarwal (NVIDIA)2025-08-20
* Use 64bit int instead of emulation on metal (#8180)James Helferty (NVIDIA)2025-08-15
* Prohibit use of buffer.GetDimensions on metal (#8156)James Helferty (NVIDIA)2025-08-15
* [Capability System] Fix bug where capabilities do not correctly propegate if ...ArielG-NV2025-08-14
* Fix atomics error diagnostics (#8117)venkataram-nv2025-08-09
* Error if super-type capabilities are a super-set of sub-type (#7452)ArielG-NV2025-08-08
* Fix intrinsic LoadLocalRootTableConstant for optix (#7949)Harsh Aggarwal (NVIDIA)2025-08-07
* Drain sink when single-argument constructor call fail (#7883)ArielG-NV2025-08-01
* Lowering unsupported matrix types for GLSL/WGSL/Metal targets (#7936)venkataram-nv2025-07-30
* [Language Server]: Show signature help on generic parameters. (#7913)Yong He2025-07-29
* Improve diagnostics over ambiguous references. (#7930)Yong He2025-07-29
* Fix CUDA backend missing U32_firstbitlow implementation (#7921)Copilot2025-07-29
* Lower int/uint/bool matrices to arrays for SPIRV (#7687)venkataram-nv2025-07-18
* Fix CUDA issues with texture reads and surface writes (#7780)Mukund Keshava2025-07-16
* Document why failing VVL coop-vec tests cannot be enabled & minor cleanup/bug...ArielG-NV2025-07-16
* Fix WGSL sign function to return correct int type instead of float (#7739)Copilot2025-07-16
* Replace [KnownBuiltin] string-based comparisons with enum-based system (#7714)Copilot2025-07-15
* Add WorkgroupCount function (#7734)davli-nv2025-07-12
* Fix CommittedRayInstanceCustomIndex generating wrong SPIR-V opcode (#7659)Julius Ikkala2025-07-10
* Fix typo in image format table (#7661)aidanfnv2025-07-09
* Make copysign function differentiable (#7585)Copilot2025-07-04
* Add MLP training examples. (#7550)Yong He2025-06-30
* Support `mad` in WGSL (#7538)Mehmet Oguz Derin2025-06-26
* Add matrix operand for OpCooperativeVectorMatrixMulAddNV (#7524)Gangzheng Tong2025-06-26
* Add default implementation for determinant (#7505)Julius Ikkala2025-06-22
* Fix coopvector neg intrinsic. (#7481)Yong He2025-06-18
* Add new capdef for lss intrinsics (#7427)Mukund Keshava2025-06-13
* Fix an issue in extension override. (#7402)Yong He2025-06-11
* Add optix support for coopvec (#7286)Mukund Keshava2025-06-10
* Implement isnan and isinf for WGSL with bitwise operations (#7344)Jay Kwak2025-06-05
* Use MatrixResultSignedComponents on OpCooperativeVectorMatrixMulNV (#7227)Jay Kwak2025-06-02
* Fix coopvec::fill to use a simpler expression (#7253)Jay Kwak2025-06-02