index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
hlsl.meta.slang
Age
Commit message (
Expand
)
Author
2025-09-26
Add SPV_NV_bindless_texture support (#8534)
Lujin Wang
2025-09-25
Prepare VulkanSDK release Oct 2025 (#8525)
Jay Kwak
2025-09-23
Split overloaded uses of RefType in front-end (#8427)
Theresa Foley
2025-09-17
Fix LSS intrinsics for hit objects in ray tracing tests (#8469)
Harsh Aggarwal (NVIDIA)
2025-09-16
Diagnose error when the function args can't satisfy constexpr parameter requi...
Gangzheng Tong
2025-09-04
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-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-21
Introduce CDataLayout & -fvk-use-c-layout (#8136)
Julius Ikkala
2025-08-20
Fix nextafter() (#8195)
Julius Ikkala
2025-08-20
Add Metal support for WaveGetActiveMask and WaveActiveCountBits (#8218)
Tianyu Li
2025-08-20
Updated support to enable batch3 (#8219)
Harsh Aggarwal (NVIDIA)
2025-08-15
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-14
[Capability System] Fix bug where capabilities do not correctly propegate if ...
ArielG-NV
2025-08-09
Fix atomics error diagnostics (#8117)
venkataram-nv
2025-08-08
Error if super-type capabilities are a super-set of sub-type (#7452)
ArielG-NV
2025-08-07
Fix intrinsic LoadLocalRootTableConstant for optix (#7949)
Harsh Aggarwal (NVIDIA)
2025-08-01
Drain sink when single-argument constructor call fail (#7883)
ArielG-NV
2025-07-30
Lowering 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-29
Improve diagnostics over ambiguous references. (#7930)
Yong He
2025-07-29
Fix CUDA backend missing U32_firstbitlow implementation (#7921)
Copilot
2025-07-18
Lower int/uint/bool matrices to arrays for SPIRV (#7687)
venkataram-nv
2025-07-16
Fix CUDA issues with texture reads and surface writes (#7780)
Mukund Keshava
2025-07-16
Document why failing VVL coop-vec tests cannot be enabled & minor cleanup/bug...
ArielG-NV
2025-07-16
Fix WGSL sign function to return correct int type instead of float (#7739)
Copilot
2025-07-15
Replace [KnownBuiltin] string-based comparisons with enum-based system (#7714)
Copilot
2025-07-12
Add WorkgroupCount function (#7734)
davli-nv
2025-07-10
Fix CommittedRayInstanceCustomIndex generating wrong SPIR-V opcode (#7659)
Julius Ikkala
2025-07-09
Fix typo in image format table (#7661)
aidanfnv
2025-07-04
Make copysign function differentiable (#7585)
Copilot
2025-06-30
Add MLP training examples. (#7550)
Yong He
2025-06-26
Support `mad` in WGSL (#7538)
Mehmet Oguz Derin
2025-06-26
Add matrix operand for OpCooperativeVectorMatrixMulAddNV (#7524)
Gangzheng Tong
2025-06-22
Add default implementation for determinant (#7505)
Julius Ikkala
2025-06-18
Fix coopvector neg intrinsic. (#7481)
Yong He
2025-06-13
Add new capdef for lss intrinsics (#7427)
Mukund Keshava
2025-06-11
Fix an issue in extension override. (#7402)
Yong He
2025-06-10
Add optix support for coopvec (#7286)
Mukund Keshava
2025-06-05
Implement isnan and isinf for WGSL with bitwise operations (#7344)
Jay Kwak
2025-06-02
Use MatrixResultSignedComponents on OpCooperativeVectorMatrixMulNV (#7227)
Jay Kwak
2025-06-02
Fix coopvec::fill to use a simpler expression (#7253)
Jay Kwak
2025-05-31
Add check for the variable requirement (#6677)
Gangzheng Tong
2025-05-30
Enable LSS hit object test (#7273)
Mukund Keshava
2025-05-29
Implement MapElement for CoopMat (#7159)
Jay Kwak
2025-05-28
Change default descriptor binding to be VkMutable (#7224)
ArielG-NV
2025-05-27
Add LSS intrinsics (#7200)
Mukund Keshava
2025-05-26
Implement shader execution reordering support for OptiX (#7211)
Harsh Aggarwal (NVIDIA)
[next]