summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
Commit message (Collapse)AuthorAge
* Delete GFX User Guide (#7474)aidanfnv2025-06-18
| | | | | | | Closes #6817 This change deletes the GFX User Guide, as GFX is being deprecated. It also removes the rebuild of its TOC from the TOC rebuilding scripts and replaces the link to the guide in the README with a note that it is being deprecated in favor of slang-rhi. Co-authored-by: Gangzheng Tong <tonggangzheng@gmail.com>
* Use GITHUB_TOKEN for fetching prebuilt (#6712)Gangzheng Tong2025-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | * Use GITHUB_TOKEN for fetching prebuilt This PR extends Commit c6b702c to use GITHUB_TOKEN if set for fetching prebuilt binaries. This allows webgpu-dawn and slang-tint to be downloaded for certain IPs where the github API rate is limited. Fixes #6689 * Don't ignore download failure if github token is provided * Update readme for getting github access token * format code * combine cmake_parse_arguments calls * format code --------- Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com> Co-authored-by: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>
* Update CONTRIBUTING License from MIT to Apache 2.0 (#6673)aidanfnv2025-03-31
| | | | | | | | Fixes #5856 This commit updates the out-of-date license information in https://github.com/shader-slang/slang/blob/master/CONTRIBUTING.md#license to state that contributions are licensed under the Apache License 2.0 with LLVM Exception instead of the MIT License.
* Fix native Windows ARM64 build. (#6244)Yong He2025-02-03
| | | | | | | | | * Fix native Windows ARM64 build. * Fix --------- Co-authored-by: Yong He <yongh@outlook.com>
* Add more details on PR process to CONTRIBUTING.md (#5812)Jay Kwak2024-12-10
| | | | | | | * Add more details on PR process This commit adds more detailed explanations on the PR process. It also fixed a few typos and grammar mistakes identified by LLM.
* Add reuse and related files (#5622)Yong He2024-11-21
* Add reuse and related files * Fix dxcapi license. --------- Co-authored-by: James Riordon <jriordon@outofcontrol.ca>