mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-25 08:14:12 +00:00
Add CHANGELOG
entry for --spirt-passes=...
.
This commit is contained in:
parent
8bde624b74
commit
402afd7403
@ -29,6 +29,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Added ⭐
|
||||||
|
- [PR#988](https://github.com/EmbarkStudios/rust-gpu/pull/988) added a couple of (highly experimental)
|
||||||
|
`SPIR-🇹` optimization passes, and `--spirt-passes=...` codegen args as a way to enable them
|
||||||
|
(see also [the `--spirt-passes` codegen args docs](docs/src/codegen-args.md#--spirt-passes-PASSES))
|
||||||
|
|
||||||
### Changed 🛠️
|
### Changed 🛠️
|
||||||
- [PR#982](https://github.com/EmbarkStudios/rust-gpu/pull/982) updated toolchain to `nightly-2022-12-18`
|
- [PR#982](https://github.com/EmbarkStudios/rust-gpu/pull/982) updated toolchain to `nightly-2022-12-18`
|
||||||
- [PR#953](https://github.com/EmbarkStudios/rust-gpu/pull/953) migrated to the Rust 2021 edition, and fixed Rust 2021 support for shader crates to be on par with Rust 2018 (discrepancies having been limited to/caused by `panic!` changes in Rust 2021)
|
- [PR#953](https://github.com/EmbarkStudios/rust-gpu/pull/953) migrated to the Rust 2021 edition, and fixed Rust 2021 support for shader crates to be on par with Rust 2018 (discrepancies having been limited to/caused by `panic!` changes in Rust 2021)
|
||||||
|
@ -151,9 +151,10 @@ For more information, also see [the `SPIR-🇹` repository](https://github.com/E
|
|||||||
|
|
||||||
### `--spirt-passes PASSES`
|
### `--spirt-passes PASSES`
|
||||||
|
|
||||||
Enable additional `SPIR-🇹` passes, as listed in `PASSES` (comma-separated).
|
Enable additional `SPIR-🇹` passes, as listed in `PASSES` (comma-separated).
|
||||||
_Note: passes that are not already enabled by default are considered experimental
|
Their implementation can be found in [`rustc_codegen_spirv::linker::spirt_passes`](../../crates/rustc_codegen_spirv/src/linker/spirt_passes).
|
||||||
and likely not ready for production use, this flag exists primarily for testing.*
|
|
||||||
|
_Note: passes that are not already enabled by default are considered experimental and likely not ready for production use, this flag exists primarily for testing._
|
||||||
|
|
||||||
### `--dump-spirt-passes DIR`
|
### `--dump-spirt-passes DIR`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user