-
Notifications
You must be signed in to change notification settings - Fork 54
spirv_builder
feature compile_codegen
to disable building rustc_codegen_spirv
#245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 22 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
30c6502
compile_codegen: add compile_codegen feature
Firestar99 a30c580
compile_codegen: panic when `rustc_codegen_spirv_location` is not set
Firestar99 dd056a3
gitignore: .idea
Firestar99 7e3a7b5
compile_codegen: make SpirvBuilderError use thiserror
Firestar99 49a962b
compile_codegen: make SpirvBuilder fields pub, reuse spirv-tools structs
Firestar99 1c0baee
compile_codegen: forward missing codegen backend error
Firestar99 fe42c46
compile_codegen: fix watch feature
Firestar99 674214b
compile_codegen: fix lint
Firestar99 879338b
compile_codegen: validate `rustc_codegen_spirv_location` on build
Firestar99 bb5d2e0
compile_codegen: rename feature from `compile_codegen` to `rustc_code…
Firestar99 5235161
compile_codegen: add serde derives
Firestar99 de2cef8
compile_codegen: add clap feature, make SpirvBuilder args the same as…
Firestar99 d643a65
compile_codegen: derive Debug for SpirvBuilder
Firestar99 6a518ac
compile_codegen: make clip skip variables not previously exposed
Firestar99 744c844
compile_codegen: serde flatten
Firestar99 9a9ebc1
compile_codegen: add warning in build.rs about cargo gpu parsing
Firestar99 da624d1
compile_codegen: make SpirvBuilder::build() no longer consume self
Firestar99 b619665
compile_codegen: add SpirvBuilder.toolchain_overwrite
Firestar99 dcbdc52
compile_codegen: include_str! all target_spec jsons for cargo gpu
Firestar99 e040ab9
compile_codegen: SpirvBuilder: remove RUSTC env var before calling cargo
Firestar99 b8f659b
compile_codegen: SpirvBuilder: only use target_spec json when compile…
Firestar99 eca83df
compile_codegen: SpirvBuilder: fix `query_rustc_version()` for stable…
Firestar99 5db761e
compile_codegen: change default MetadataPrintout to None
Firestar99 3c9a7d7
compile_codegen: refactor watcher to call on_compilation_finishes() e…
Firestar99 74d1c66
compile_codegen: allow SpirvBuilder watch to return something on firs…
Firestar99 d8f0398
compile_codegen: fix typo
Firestar99 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ target/ | |
tests/Cargo.lock | ||
.github/install-spirv-tools/Cargo.lock | ||
rustc-ice-*.txt | ||
.idea |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.