summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAge
* Introduce CDataLayout & -fvk-use-c-layout (#8136)Julius Ikkala2025-08-21
* Implement SV_VulkanSamplePosition (#8236)davli-nv2025-08-21
* Add multiple slang installations note to doc (#8231)Gangzheng Tong2025-08-19
* Update capability atoms reference page (#8138)Sam Estep2025-08-17
* Error if super-type capabilities are a super-set of sub-type (#7452)ArielG-NV2025-08-08
* Update LLVM from 13.0.1 to 14.0.6 (#8031)Sam Estep2025-08-07
* Add a new option to use hash for release-note script (#8096)Jay Kwak2025-08-07
* Implement SPV_EXT_fragment_invocation_density (SPV_NV_shading_rate) (#8037)davli-nv2025-08-05
* Clarify downstream and direct compilation paths in design overview doc (#8021)aidanfnv2025-08-05
* Omit "Invalid" capability from slangc -h output (#8020)aidanfnv2025-08-01
* msvc style bitfield packing (#7963)Ellie Hermaszewska2025-07-31
* Fix broken links in User Guide (#7938)aidanfnv2025-07-27
* Fix metallib-asm target parsing by adding missing comma (#7902)Jay Kwak2025-07-25
* Document how to use LLDB in the Slang codebase (#7809)Sam Estep2025-07-24
* Remove unnecessary processing in the release note script (#7884)Jay Kwak2025-07-23
* Update document to include lua build step (#7886)Jay Kwak2025-07-23
* Added small section about default values of `struct` members (#7844)Šimon2025-07-23
* Fix capability generator to sort capabilities alphabetically within header gr...aidanfnv2025-07-22
* slang: Update ir-instruction-definition.md to reflect changes to operand spec...Sruthik P2025-07-17
* mention adding new stable names manually (#7802)Ellie Hermaszewska2025-07-17
* Document IR changes (#7781)Ellie Hermaszewska2025-07-17
* Correct help text for `-dump-intermediate-prefix` (#7768)Sam Estep2025-07-16
* Let `flake.nix` users run `extras/formatting.sh` (#7682)Sam Estep2025-07-14
* Fix `slangc --help` text for `-reflection-json` (#7653)Sam Estep2025-07-09
* Stable names and backwards compat for serialized IR modules (#7644)Ellie Hermaszewska2025-07-09
* Add <help-category> list and hint on usage in slangc -h (#7638)aidanfnv2025-07-08
* add task shader alias (#7372)Sirox2025-07-02
* extend fiddle to allow custom lua splices in more places (#7559)Ellie Hermaszewska2025-07-01
* Add arguments for controlling floating point denormal mode (#7461)aidanfnv2025-07-01
* Remove some cruft/complexity from IR serialization (#7483)Theresa Foley2025-07-01
* Reset minimum cmake version to 3.22 (#7548)Gangzheng Tong2025-06-30
* Support the GLSL/SPIR-V Built-in variable `DeviceIndex` (#7552)ArielG-NV2025-06-29
* Minimal optional constraints (#7422)Julius Ikkala2025-06-28
* Move separate-debug-info arg to target options (#7540)jarcherNV2025-06-27
* Document supported compiler versions in building.md (#7512)Ellie Hermaszewska2025-06-24
* Fix a small typo in CPU target docs (#7507)Mehmet Oguz Derin2025-06-22
* Delete GFX User Guide (#7474)aidanfnv2025-06-18
* Require `override` keyword for overriding default interface methods. (#7458)Yong He2025-06-16
* Allow interface methods to have default implementations. (#7439)Yong He2025-06-13
* Add new capdef for lss intrinsics (#7427)Mukund Keshava2025-06-13
* Fix IR layout of 3-element vectors in cbuffers for -fvk-use-dx-layout (#7282)James Helferty (NVIDIA)2025-06-10
* Add optix support for coopvec (#7286)Mukund Keshava2025-06-10
* Add command line option for separate debug info (#7178)jarcherNV2025-06-06
* Disable Link-Time-Optimization by default (#7345)Jay Kwak2025-06-06
* Update user-guide toc. (#7349)Yong He2025-06-04
* Add legalization for 0-sized arrays. (#7327)Yong He2025-06-04
* Make interface types non c-style in Slang2026. (#7260)Yong He2025-06-04
* Fix grammer for auto-diff doc (#7215)ArielG-NV2025-06-03
* Add a memory-mappable binary serialization format (#7222)Theresa Foley2025-05-30
* Language version + tuple syntax. (#7230)Yong He2025-05-29