| Age | Commit message (Collapse) | Author |
|
* 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>
|
|
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.
* Fix
---------
Co-authored-by: Yong He <yongh@outlook.com>
|
|
* 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
* Fix dxcapi license.
---------
Co-authored-by: James Riordon <jriordon@outofcontrol.ca>
|