Sylvester Hesp
ebc143b240
Added nightly update to changelog
2023-01-09 12:08:43 +02:00
Sylvester Hesp
fabcbd9c78
Included 'initial release' for 0.1.0
at the end of the changelog
2022-12-13 16:37:15 +02:00
Sylvester Hesp
b0851644ad
Added 0.2.0
changes from release notes to changelog.md
2022-12-13 16:37:15 +02:00
Sylvester Hesp
df68c036e1
Added 0.3.0
changes from release notes to changelog.md
2022-12-13 16:37:15 +02:00
Eduard-Mihai Burtescu
85e4df3136
Include identifying information (e.g. crate names) in --dump-*
filenames.
2022-12-13 06:18:03 +02:00
Eduard-Mihai Burtescu
8535bb3bf1
Minimally integrate SPIR-T (opt-in via RUSTGPU_CODEGEN_ARGS=--spirt
).
2022-12-12 17:14:35 +02:00
Eduard-Mihai Burtescu
d9d9bd2936
Retroactively filled in CHANGELOG.md entries for all releases after 0.3.0.
2022-12-09 18:47:37 +02:00
Eduard-Mihai Burtescu
e5740d4fae
Migrate CHANGELOG.md to a more "Embark-standard" style (w/ PR links).
2022-12-09 18:47:37 +02:00
Eduard-Mihai Burtescu
b3c280424c
Migrate rustc_codegen_spirv
env vars to codegen args.
2022-12-09 11:46:27 +02:00
Eduard-Mihai Burtescu
47d5577a93
spirv-builder: add RUSTGPU_RUSTFLAGS
/RUSTGPU_CODEGEN_ARGS
env vars.
2022-12-09 11:46:27 +02:00
Sylvester Hesp
0a527f0990
Added changelog
2022-12-02 01:58:11 -08:00
Sylvester Hesp
f2ae220678
Added changelog
2022-11-30 09:38:54 -08:00
Eduard-Mihai Burtescu
6eebe6cb91
Apply suggestions from code review (CHANGELOG emojis)
...
Co-authored-by: Sylvester Hesp <github@oisyn.nl>
2022-11-28 07:18:06 -08:00
Eduard-Mihai Burtescu
5836b83415
Remove fn
/closure #[spirv(unroll_loops)]
attribute.
2022-11-28 07:18: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
Sylvester Hesp
a0e36690c5
Update CHANGELOG.md
2022-11-04 17:22:42 +02:00
Sylvester Hesp
c84cf1ca42
Update CHANGELOG.md
...
Co-authored-by: Eduard-Mihai Burtescu <eddyb@lyken.rs>
2022-11-03 17:03:54 +02:00
Sylvester Hesp
000bc7c79c
Update CHANGELOG.md
2022-11-03 17:03:54 +02: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