index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
slang
/
hlsl.meta.slang
Commit message (
Expand
)
Author
Age
*
Addition of `Load`/`Store` coherent operations (#8395)
16-Bit-Dog
2025-10-10
*
implement dot products for 1 vectors (#8599)
Ellie Hermaszewska
2025-10-10
*
8503 wgsl depth texture (#8645)
Sami Kiminki (NVIDIA)
2025-10-10
*
Improve texture loads and stores on CUDA (#8644)
Simon Kallweit
2025-10-08
*
Prefer IntegerType over LogicalType integer matrix mul() overloads (#8426)
pdeayton-nv
2025-10-06
*
Fix incorrect binding index assignment for StructuredBuffer and ByteAddressBu...
Copilot
2025-10-01
*
Add SPV_NV_bindless_texture support (#8534)
Lujin Wang
2025-09-26
*
Prepare VulkanSDK release Oct 2025 (#8525)
Jay Kwak
2025-09-25
*
Split overloaded uses of RefType in front-end (#8427)
Theresa Foley
2025-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 Tong
2025-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-NV
2025-08-29
*
[Documentation] optix test coverage #463 (#8311)
Harsh Aggarwal (NVIDIA)
2025-08-28
*
Introduce CDataLayout & -fvk-use-c-layout (#8136)
Julius Ikkala
2025-08-21
*
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-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-NV
2025-08-14
*
Fix atomics error diagnostics (#8117)
venkataram-nv
2025-08-09
*
Error if super-type capabilities are a super-set of sub-type (#7452)
ArielG-NV
2025-08-08
*
Fix intrinsic LoadLocalRootTableConstant for optix (#7949)
Harsh Aggarwal (NVIDIA)
2025-08-07
*
Drain sink when single-argument constructor call fail (#7883)
ArielG-NV
2025-08-01
*
Lowering unsupported matrix types for GLSL/WGSL/Metal targets (#7936)
venkataram-nv
2025-07-30
*
[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-29
*
Lower int/uint/bool matrices to arrays for SPIRV (#7687)
venkataram-nv
2025-07-18
*
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-16
*
Replace [KnownBuiltin] string-based comparisons with enum-based system (#7714)
Copilot
2025-07-15
*
Add WorkgroupCount function (#7734)
davli-nv
2025-07-12
*
Fix CommittedRayInstanceCustomIndex generating wrong SPIR-V opcode (#7659)
Julius Ikkala
2025-07-10
*
Fix typo in image format table (#7661)
aidanfnv
2025-07-09
*
Make copysign function differentiable (#7585)
Copilot
2025-07-04
*
Add MLP training examples. (#7550)
Yong He
2025-06-30
*
Support `mad` in WGSL (#7538)
Mehmet Oguz Derin
2025-06-26
*
Add matrix operand for OpCooperativeVectorMatrixMulAddNV (#7524)
Gangzheng Tong
2025-06-26
*
Add default implementation for determinant (#7505)
Julius Ikkala
2025-06-22
*
Fix coopvector neg intrinsic. (#7481)
Yong He
2025-06-18
*
Add new capdef for lss intrinsics (#7427)
Mukund Keshava
2025-06-13
*
Fix an issue in extension override. (#7402)
Yong He
2025-06-11
*
Add optix support for coopvec (#7286)
Mukund Keshava
2025-06-10
*
Implement isnan and isinf for WGSL with bitwise operations (#7344)
Jay Kwak
2025-06-05
*
Use MatrixResultSignedComponents on OpCooperativeVectorMatrixMulNV (#7227)
Jay Kwak
2025-06-02
*
Fix coopvec::fill to use a simpler expression (#7253)
Jay Kwak
2025-06-02
[next]