Sylvester Hesp
d78c301799
Update to 2023-01-21
2023-02-16 12:32:11 +02:00
Sylvester Hesp
56ef15c2b5
Blessed tests
2023-02-13 16:10:14 +02:00
Sylvester Hesp
0f9cd391ce
Removed return type inference from Image
API
...
Return types are now always `glam` vectors. This also means that `glam` is required. The "glam" feature toggle is made mandatory, we may want to support other specific vector libraries in the future.
2023-02-13 16:10:14 +02:00
Eduard-Mihai Burtescu
2ccdb4651d
Apply clippy::uninlined_format_args
suggestions for Rust 2021 (panic/assert).
2023-01-30 23:00:43 +02:00
Eduard-Mihai Burtescu
c2084b4568
Switch to Rust 2021.
2023-01-30 23:00:43 +02:00
Sylvester Hesp
33c2f80835
Clippy fixes
2023-01-05 14:50:13 +02:00
Sylvester Hesp
86d6042204
Update to nightly-2022-12-18
...
This nightly includes a clippy fix that we need (https://github.com/rust-lang/rust-clippy/pull/10055 )
2023-01-05 14:50:13 +02:00
Sylvester Hesp
fbbe2f7d2d
Formatting
2023-01-05 14:50:13 +02:00
Sylvester Hesp
2cb10b2771
Update to nightly-2022-11-28
2023-01-05 14:50:13 +02:00
Sylvester Hesp
816c3409e2
Updated to nightly-2022-11-14
2023-01-05 14:50:13 +02:00
Sylvester Hesp
0028a12b75
Blessed tests
2022-12-20 10:43:57 -08:00
Eduard-Mihai Burtescu
3fca36ecb2
tests: run both with and without --spirt
.
2022-12-12 17:14:35 +02:00
Eduard-Mihai Burtescu
78130e1151
tests: clean up the structopt usage slightly.
2022-12-09 08:48:53 -08:00
Sylvester Hesp
fb7e13cdeb
Update to nightly-2022-10-29
2022-12-02 01:58:11 -08:00
Eduard-Mihai Burtescu
d000e9699b
Use Span
s to detect "system crate"s, for error deferral (zombie) purposes.
2022-12-01 17:24:48 +02:00
Sylvester Hesp
fc19ab58fb
Update to nightly-2022-10-15
2022-11-30 09:38:54 -08:00
Eduard-Mihai Burtescu
7a170d3f78
linker/zombies: stop compilation after zombie errors.
2022-11-30 17:02:10 +02:00
Eduard-Mihai Burtescu
5836b83415
Remove fn
/closure #[spirv(unroll_loops)]
attribute.
2022-11-28 07:18:06 -08:00
Sylvester Hesp
e087a5267f
Upgraded compiletest_rs to 0.9.0
2022-11-24 08:15:36 -08:00
Sylvester Hesp
5e7a0755c2
Also applied default-features=false
to spirv-builder
2022-11-22 07:43:06 -08:00
Sylvester Hesp
e7df2feb27
Applied workspace inheritance
2022-11-22 07:43:06 -08:00
Sylvester Hesp
39850120ae
Update to 0.4.0-alpha.17
...
* Specified exact versioning for crates within rust-gpu
* Fixed spirv-std referring to an older version of spirv-std-macros
2022-11-09 15:07:38 +01:00
Sylvester Hesp
c248806bf0
Updated versions to 0.4.0-alpha.16
2022-11-04 20:39:07 +02:00
Eduard-Mihai Burtescu
27e3cfc328
Update to nightly-2022-10-01.
2022-11-04 17:22:42 +02:00
Eduard-Mihai Burtescu
dcf37b75a7
Update to nightly-2022-09-25.
2022-11-04 17:22:42 +02:00
Sylvester Hesp
932cd1d173
Update tests/ui/arch/any.rs
...
Co-authored-by: Eduard-Mihai Burtescu <eddyb@lyken.rs>
2022-11-03 17:03:54 +02:00
Sylvester Hesp
d61f486b9e
Removed some bogus code in all.rs
2022-11-03 17:03:54 +02:00
Sylvester Hesp
83d6c0b9fe
Removed rust-gpu support for Vector bool for glam
2022-11-03 17:03:54 +02:00
Eduard-Mihai Burtescu
53ad54add3
Fix new clippy warnings from the newer nightly.
2022-11-03 17:03:54 +02:00
Eduard-Mihai Burtescu
69cb69d28f
Replace const_{vec,mat}!
usage in tests and examples.
2022-11-03 17:03:54 +02:00
Sylvester Hesp
1053c72575
Blessed these const_mat2 errors
...
`const_mat2` is deprecated in `glam`. We need to fix the tests.
2022-11-03 17:03:54 +02:00
Sylvester Hesp
4b47b82e17
Blessed tests (line number changes)
2022-11-03 17:03:54 +02:00
Eduard-Mihai Burtescu
fbc20c240e
tests: fix a couple mistakes that spirv-val
now catches.
2022-10-28 17:28:50 +03:00
Eduard-Mihai Burtescu
65f892eb50
attr: fix #[spirv(flat)]
checking to match the Vulkan spec.
2022-10-27 11:42:23 +03:00
Sylvester Hesp
68ddddb8c4
Fixed bad imports
2022-10-19 14:12:11 +03:00
Sylvester Hesp
c3a9b9fd3e
Migration from register_attr to register_tool ( #926 )
...
* Accept `#[rust_gpu::spirv()]` attributes rather than `#[spirv()]` in backend
* Implemented `#[spirv(..)]` proc macro attribute for all platforms that conditionally translates to `#[rust_gpu::spirv()]` based on platform
* Changed `SpirvBuilder` to always apply `register_tool(rust_gpu)` attribute to shader crates
* Updated docs
* Added changelog
2022-10-19 09:50:24 +00:00
Sylvester Hesp
08117395b3
Pre-updated invalid-target.rs test ( #929 )
...
This PR adds the commented out use spirv_std::spirv; to invalid-target.rs in preparation for #926
2022-10-19 11:57:47 +03:00
Eduard-Mihai Burtescu
4b10bf5db1
Add codegen backend dylib back into depinfo (.d) post-rust-lang/rust#93969 .
2022-10-14 16:50:36 +03:00
Sylvester Hesp
985007fc08
Version bump to 0.4.0-alpha.15 ( #920 )
2022-09-23 11:36:34 +02:00
Sylvester Hesp
9e2e66729d
Blessed tests
2022-09-21 14:23:11 +03:00
Sylvester Hesp
3fceab26dd
Blessed tests
2022-09-08 13:01:05 +03:00
Sylvester Hesp
2e810bd8c2
Blessed tests
2022-09-08 13:01:05 +03:00
Sylvester Hesp
a7c448988b
Blessed tests
2022-09-08 13:01:05 +03:00
Sylvester Hesp
e9cdc7de51
Blessed tests
2022-09-07 16:03:32 +03:00
Sylvester Hesp
09b3a4cff4
Blessed tests
2022-09-07 16:03:32 +03:00
Sylvester Hesp
c068d49efc
Blessed tests
2022-09-07 16:03:32 +03:00
Sylvester Hesp
869d0cf316
Blessed tests for slightly different output
2022-08-30 13:47:08 +03:00
Sylvester Hesp
26fd725941
Blessed tests
2022-08-29 16:54:38 +03:00
Sylvester Hesp
3d15799f14
Blessed tests because of changed line numbers
2022-08-25 16:10:05 +03:00
Sylvester Hesp
425e377f87
Blessed test
2022-08-25 16:10:05 +03:00