| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-29 | Fix various crashes when generating debug info. (#3650) | Yong He | |
| * Fix crash when generating debug info for geometry shaders. * Fix. * Fix source language field in DebugCompilationUnit. * Fix. * Emit DebugEntryPoint inst. * Add trivial test. * Cleanup. * More cleanup. | |||
| 2024-02-27 | Update documentation TOC. (#3641) | Yong He | |
| 2024-02-27 | Update 08-compiling.md | Yong He | |
| 2024-02-27 | Update doc links. (#3640) | Yong He | |
| 2024-02-27 | Add documentation for link-time specialization. (#3638) | Yong He | |
| 2024-02-27 | Update links in user-guide documentation | Yong He | |
| 2024-02-26 | Update documentation on compilation API. (#3634) | Yong He | |
| 2024-02-06 | Improve Capability System (#3555) | Yong He | |
| * Improve capability system. * Update documentation. * Tuning semantics. * LSP: hierarchical diagnostics. * Fix test. * Fix test. | |||
| 2024-02-05 | Add documentation on capability system. (#3549) | Yong He | |
| Fixes #3454. | |||
| 2024-01-24 | Update documentation. (#3492) | Yong He | |
| Co-authored-by: Yong He <yhe@nvidia.com> | |||
| 2024-01-24 | Correctly refer to ComPtr type in documentation (#3485) | chloekek | |
| The user guide refers to `SlangComPtr`, but the type is actually called `ComPtr` and resides in the `Slang` namespace. Co-authored-by: Yong He <yonghe@outlook.com> | |||
| 2024-01-24 | Document that D3D11 fragment stage is optional (#3480) | chloekek | |
| It is not required to specify a pixel shader when rasterizing with D3D11. Omitting it is useful when writing to the depth buffer without writing to any render targets. Co-authored-by: Yong He <yonghe@outlook.com> | |||
| 2024-01-18 | Docs for local vs global uniform parameters (#3459) | Nathan V. Morrical | |
| 2024-01-17 | updated docs to more clearly define differences in sizeof(bool) depending on ↵ | Nathan V. Morrical | |
| the target platform (#3458) Co-authored-by: Yong He <yonghe@outlook.com> | |||
| 2024-01-08 | Update a1-02-slangpy.md | Yong He | |
| 2023-12-15 | Add doc for special scoping syntax. (#3416) | Yong He | |
| Co-authored-by: Yong He <yhe@nvidia.com> | |||
| 2023-12-13 | Polish language server and documentation. (#3410) | Yong He | |
| Co-authored-by: Yong He <yhe@nvidia.com> | |||
| 2023-12-11 | Diagnose for invalid decl nesting + namespace lookup fixes. (#3397) | Yong He | |
| * Diagnose for invalid decl nesting. * Fix. * Fix. * Fix. * Fix `namespace` lookup and `using` resolution. * fix project files. * revert project files. * Enhance namespace syntax, docs. * Fixes. --------- Co-authored-by: Yong He <yhe@nvidia.com> | |||
| 2023-12-06 | Update autodiff doc links. | Yong He | |
| 2023-12-06 | Update 04-modules-and-access-control.md | Yong He | |
| 2023-12-06 | Change default visibility of interface members and update docs. (#3381) | Yong He | |
| * Update behavior around interfaces and docs. * Update toc --------- Co-authored-by: Yong He <yhe@nvidia.com> | |||
| 2023-12-06 | Support visibility control and default to `internal`. (#3380) | Yong He | |
| * Support visibility control and default to `internal`. * Fix wip. * Fixes. * Fix. * Fix test. * Add legacy language detection and compatibility for existing code. * Add doc. --------- Co-authored-by: Yong He <yhe@nvidia.com> | |||
| 2023-11-27 | Update 07-autodiff.md | Yong He | |
| 2023-11-27 | typo in intro doc (#3350) | mighdoll | |
| Co-authored-by: Yong He <yonghe@outlook.com> | |||
| 2023-11-27 | typo re: global variables (#3351) | mighdoll | |
| Co-authored-by: Yong He <yonghe@outlook.com> | |||
| 2023-11-03 | Update 07-autodiff.md | Yong He | |
| 2023-10-13 | Update a1-04-interop.md | Yong He | |
| 2023-10-13 | Update a1-04-interop.md (#3277) | Yong He | |
| 2023-10-13 | Add documentation on target intrinsics. (#3276) | Yong He | |
| Co-authored-by: Yong He <yhe@nvidia.com> | |||
| 2023-09-25 | Update a1-02-slangpy.md (#3237) | Sai Praveen Bangaru | |
| 2023-09-23 | More `slangpy` features + polishing (#3233) | Sai Praveen Bangaru | |
| * Update user-guide with new slangpy features * More polishing of new slangpy docs * Update a1-02-slangpy.md * Only require contiguity for vector element types * Added `loadOnce/storeOnce` and subscript operations * Added docs, `DiffTensorView.dims()` & `DiffTensorView.stride(uint)` * Add constructors, remove storeOnce/loadOnce test * Adjusted intrinsic definitions | |||
| 2023-09-21 | Update a1-02-slangpy.md (#3228) | Yong He | |
| 2023-09-20 | Update a1-02-slangpy.md (#3223) | Yong He | |
| 2023-09-20 | Update user-guide with new slangpy features (#3222) | Sai Praveen Bangaru | |
| 2023-07-14 | Add section on slangpy specialization (#2991) | Sai Praveen Bangaru | |
| Co-authored-by: Yong He <yonghe@outlook.com> | |||
| 2023-07-14 | Run spell-check on autodiff and slangpy docs (#2990) | Sai Praveen Bangaru | |
| 2023-07-12 | Update autodiff documentation. (#2979) | Yong He | |
| Co-authored-by: Yong He <yhe@nvidia.com> | |||
| 2023-06-23 | Fix typo of `i` in default initialization in docs. | jsmall-nvidia | |
| 2023-06-23 | Update 03-convenience-features.md | jsmall-nvidia | |
| 2023-05-04 | Update user-guide. (#2868) | Yong He | |
| Co-authored-by: Yong He <yhe@nvidia.com> | |||
| 2023-05-04 | Update 03-convenience-features.md | Yong He | |
| 2023-04-24 | Update a1-03-obfuscation.md | jsmall-nvidia | |
| 2023-04-21 | Update a1-03-obfuscation.md | jsmall-nvidia | |
| 2023-04-21 | Small obfuscation doc improvements (#2825) | jsmall-nvidia | |
| * #include an absolute path didn't work - because paths were taken to always be relative. * Small improvements to obfuscation doc. | |||
| 2023-04-21 | Initial obfuscation documentation. (#2819) | jsmall-nvidia | |
| * #include an absolute path didn't work - because paths were taken to always be relative. * Initial discussion around obfuscation. * Improve obfuscation documentation. * Spelling fix --------- Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com> | |||
| 2023-04-20 | Update 04-interfaces-generics.md | Yong He | |
| 2023-04-20 | Update a1-01-matrix-layout.md | jsmall-nvidia | |
| 2023-04-12 | Update 02-conventional-features.md | Yong He | |
| 2023-04-11 | Update documentation for `TorchTensor.alloc`. | Yong He | |
| 2023-04-04 | Update a1-02-slangpy.md | Yong He | |
