summaryrefslogtreecommitdiff
path: root/docs/user-guide
AgeCommit message (Expand)Author
2025-05-29Language version + tuple syntax. (#7230)Yong He
2025-05-28fix doc's website table & grammer (#7268)ArielG-NV
2025-05-28Change default descriptor binding to be VkMutable (#7224)ArielG-NV
2025-05-27Add LSS intrinsics (#7200)Mukund Keshava
2025-05-25Add full support for SPV_NV_shader_subgroup_partitioned (#7103)Darren Wihandi
2025-05-23Implement throw & catch statements (#6916)Julius Ikkala
2025-05-22adjust docs as per review (#7168)ArielG-NV
2025-05-22Initial `dyn` keyword support & `-lang 2026` compiler option (#7172)ArielG-NV
2025-05-19Map `SV_VertexID` to `gl_VertexIndex-gl_BaseVertex`, add `SV_Vulkan*ID` seman...Darren Wihandi
2025-05-16Support Vulkan memory model (#7057)Jay Kwak
2025-05-16Fix correct bindings for bindless resource model [SPIRV and GLSL] (#7131)ArielG-NV
2025-05-15Support tensor addressing (#7060)Jay Kwak
2025-05-14Add new coopmat2 functions: Reduce and Transpose (#7027)Jay Kwak
2025-05-14Support the new CoopVec builtins (#7108)Jay Kwak
2025-05-14Add explanation for SV_InstanceID usage difference from SPIR-V (#7072)aidanfnv
2025-05-12Make CUDA version capabilities reach NVRTC (#7074)Theresa Foley
2025-05-12Cleanups related to RIFF support (#7041)Theresa Foley
2025-05-12cluster acceleration structure optix 6431 (#7028)Harsh Aggarwal (NVIDIA)
2025-05-08Fix broken links in Slang docs (#7039)aidanfnv
2025-05-05Remove extra User Guide readthedocs TOC entries by turning extra H1 headings ...aidanfnv
2025-05-02Add tables of contents to user guide for use on readthedocs (#6979)aidanfnv
2025-04-30Add `IOpaqueDescriptor::descriptorAccess`. (#6967)Yong He
2025-04-28Add Slang Byte Code generation and interpreter. (#6896)Yong He
2025-04-22Implement shader subgroup rotate intrinsics (#6878)Darren Wihandi
2025-04-22Add a new SM profile 6.9 (#6879)Jay Kwak
2025-04-16Remove support for ad hoc Slang IR compression (#6834)Theresa Foley
2025-04-15Add cooperative matrix 1 support (#6565)Darren Wihandi
2025-04-14Add SV_PointCoord to match gl_PointCoord (#6795)Julius Ikkala
2025-04-11Fix user-guide typos (#6789)Gangzheng Tong
2025-04-06Add defer statement (#6619)Julius Ikkala
2025-04-01Update hyperlinks in User Guide's Reference section (#6715)Sruthik P
2025-03-31[docs] Admonish slangc entry points / shader attributes (#6033)Ben-Fields
2025-03-19Output SPV_KHR_compute_shader_derivatives extension string instead of the NV ...Darren Wihandi
2025-03-18Implement floating-point pack/unpack intrinsics for all targets (#6503)Darren Wihandi
2025-03-05Add module organization suggestion doc (#6509)cheneym2
2025-02-27Document bug with global session teardown in user guide (#6479)Anders Leino
2025-02-26Improve entry point lookup function documentation (#6451)Anders Leino
2025-02-06Mark slangpy as deprecated and remove from user-guide. (#6300)Yong He
2025-02-06Update a3-reference.md (#6309)KoT
2025-02-05Fix inline markdown rendering (#6294)Sai Praveen Bangaru
2025-02-02Add support for WGSL subgroup operations (#6213)Darren Wihandi
2025-01-30[Docs] Auto-diff documentation overhaul (#6202)Sai Praveen Bangaru
2025-01-30Support cooperative vector (#6223)Jay Kwak
2025-01-29Fix combined sampler documentation and warning (#6207)cheneym2
2025-01-29Implement WaveMultiPrefix* for SPIRV and GLSL (#6182)Darren Wihandi
2025-01-22Cache and reuse glsl module. (#6152)Yong He
2025-01-17Implement Quad Control intrinsics (#5981)Darren Wihandi
2025-01-14Fix inaccurate documentation in member function mutability. (#6065)Entropy Lost
2025-01-10Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)Yong He
2024-12-28Fix tiny typos (#5944)Yuki Nishidate