Eduard-Mihai Burtescu
76a1606617
Try to get CI to pass (Cargo 1.70.0 has a dep:
bug, cargo deny
found a yanked crate).
2023-07-15 01:03:08 +03:00
Eduard-Mihai Burtescu
cfaabbab08
Bump version to 0.8.0
.
2023-06-02 18:55:33 +03:00
Joel Nises
5903b5af2d
Use range for glam dependency
2023-05-30 10:38:51 +03:00
Joel Nises
8a835e05d4
Update glam to 0.24
2023-05-30 10:38:51 +03:00
Eduard-Mihai Burtescu
174692bd8d
Update wgpu
to 0.16.0
and naga
to 0.12.1
.
2023-05-19 03:17:38 +03:00
Eduard-Mihai Burtescu
2db2fd6bcf
Switch to wgpu 0.15.0
from crates.io
.
2023-05-19 03:17:38 +03:00
dependabot[bot]
3d138ba605
build(deps): bump bumpalo from 3.8.0 to 3.12.1
...
Bumps [bumpalo](https://github.com/fitzgen/bumpalo ) from 3.8.0 to 3.12.1.
- [Release notes](https://github.com/fitzgen/bumpalo/releases )
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fitzgen/bumpalo/commits )
---
updated-dependencies:
- dependency-name: bumpalo
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-24 21:17:55 +03:00
Eduard-Mihai Burtescu
63899d3af6
Bump version to 0.7.0
.
2023-04-21 23:28:31 +03:00
Eduard-Mihai Burtescu
f559a6b16e
Integrate the SPIR-T qptr
experiment.
2023-04-21 21:26:00 +03:00
Eduard-Mihai Burtescu
c7351f9107
decorations: use line & column instead of a Span
's BytePos
.
2023-04-21 10:31:46 +03:00
Eduard-Mihai Burtescu
c4c736c127
example-runner-wgpu: bump android_logger
to unbreak Android logging.
2023-04-17 10:35:05 +03:00
Sylvester Hesp
3e2df025e0
Updated crossbeam-channel
2023-04-13 10:25:52 +03:00
Eduard-Mihai Burtescu
9cd0b2759f
example-runner-wgpu: transition from ndk-glue
to android-activity
.
2023-03-22 20:51:18 +02:00
Eduard-Mihai Burtescu
a9472a0743
Update wgpu (and ash, to avoid duplicate deps).
2023-03-22 20:51:18 +02:00
Eduard-Mihai Burtescu
849e82e4af
Update wayland-client
dependency to fix wl_shm
errors.
2023-03-21 15:12:48 +02:00
Eduard-Mihai Burtescu
d35fa4219b
Update minifb
dependency.
2023-03-21 10:57:08 +02:00
Sylvester Hesp
7771fe7187
Bumped version to 0.6.1
2023-03-20 07:51:11 -07:00
Sylvester Hesp
17a1249dee
Version update to 0.6.0
2023-03-15 03:35:03 -07:00
Sylvester Hesp
2f1a102c36
Updated tempfile
to 0.3.4
2023-03-14 07:44:53 -07:00
Sylvester Hesp
547309a73c
Changed current version to 0.5.0
2023-02-03 03:34:51 +01:00
Eduard-Mihai Burtescu
27c698b302
spirt-passes: add reduce
pass for replacing ops with their inputs/constants.
2023-02-01 11:08:36 +02:00
Sylvester Hesp
8fcb61e82a
Updated versions to 0.4.0
2022-12-21 16:25:51 +01:00
Eduard-Mihai Burtescu
985cce77da
Use spirt 0.1.0
from crates.io
2022-12-19 15:48:54 +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
11c7aaccaa
Bump bytemuck
and update deny.toml
for syn
's move to unicode-ident
.
2022-12-06 01:30:59 +02:00
Eduard-Mihai Burtescu
d76211384e
Replace bimap
dependency with a more efficient pair of maps.
2022-11-30 17:03:58 +02:00
Sylvester Hesp
e087a5267f
Upgraded compiletest_rs to 0.9.0
2022-11-24 08:15:36 -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
a45fbc943e
Update glam to 0.22 because of remove_attr
2022-11-03 17:03:54 +02:00
Jake Shadle
fc202cb3c5
Update spirv-tools
2022-10-28 17:28:50 +03:00
Eduard-Mihai Burtescu
6dc23afaf8
Avoid rebuilding rustc_codegen_spirv between example runners.
2022-10-13 17:01:52 +03:00
Sylvester Hesp
985007fc08
Version bump to 0.4.0-alpha.15 ( #920 )
2022-09-23 11:36:34 +02:00
Sylvester Hesp
f00f267160
Added toolchain check to rustc_codegen_spirv ( #919 )
...
* Added toolchain check to rustc_codegen_spirv
* Removed unused dependency
* Reworked the toolchain check
* Removed some debug code
2022-09-23 11:35:23 +02:00
Sylvester Hesp
b7774f715b
Updated libc to latest in Cargo.lock
2022-08-17 20:54:04 +03:00
dependabot[bot]
5feee3b701
Bump regex from 1.5.4 to 1.6.0
...
Bumps [regex](https://github.com/rust-lang/regex ) from 1.5.4 to 1.6.0.
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/compare/1.5.4...1.6.0 )
---
updated-dependencies:
- dependency-name: regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-08-14 15:25:33 +03:00
Sylvester Hesp
805297146b
Update to 0.4.0-alpha.14 ( #905 )
...
* Changed version of all unpublished crates to 0.0.0
* New version: v0.4.0-alpha.14
* Fixed versions in deny.toml
2022-08-12 12:38:45 +02:00
Sylvester Hesp
f41625d70a
Renamed spirv-types to spirv-std-types ( #904 )
2022-08-12 01:49:50 +00:00
Sylvester Hesp
fde567ed2d
Updated versions to 0.4.0-alpha.13 ( #899 )
...
* (cargo-release) version 0.4.0-alpha.13
* (cargo-release) version 0.4.0-alpha.13
* (cargo-release) version 0.4.0-alpha.13
* (cargo-release) version 0.4.0-alpha.13
* (cargo-release) version 0.4.0-alpha.13
* (cargo-release) version 0.4.0-alpha.13
* (cargo-release) version 0.4.0-alpha.13
* (cargo-release) version 0.4.0-alpha.13
* (cargo-release) version 0.4.0-alpha.13
* (cargo-release) version 0.4.0-alpha.13
* (cargo-release) version 0.4.0-alpha.13
* (cargo-release) version 0.4.0-alpha.13
* (cargo-release) version 0.4.0-alpha.13
* (cargo-release) version 0.4.0-alpha.13
* (cargo-release) version 0.4.0-alpha.13
* (cargo-release) version 0.4.0-alpha.13
* (cargo-release) version 0.4.0-alpha.13
* (cargo-release) version 0.4.0-alpha.13
* (cargo-release) version 0.4.0-alpha.13
* Updated versions in local dependencies as well
2022-08-11 12:34:07 +02:00
Johan Andersson
f0a51bd71c
Update crossbeam-utils
v0.8.5 -> v0.8.11
...
Just updates the lockfile. `cargo deny` was locally failing for me with the previous version that had https://rustsec.org/advisories/RUSTSEC-2022-0041 filed on it.
Odd that `cargo deny` CI step was not failing on it
2022-08-11 06:42:24 +03:00
Johan Andersson
0693243619
Upgrade sanitize-filename
v0.3.0 -> v0.4.0
...
No code changes needed
2022-08-11 06:41:31 +03:00
Ashley Ruglys
a9ae4d235b
Revert to just the spirv-std Cargo.toml range increase
2022-08-09 04:05:07 +03:00
Ashley Ruglys
c36be918ba
Bump the latest allowed glam version to 0.21
2022-08-09 04:05:07 +03:00
Eduard-Mihai Burtescu
5ac500d5b9
Split out a new -types
crate so spirv-builder
stops loading LLVM via dylibs. ( #856 )
...
* Split out a new `-types` crate so `spirv-builder` stops loading LLVM via dylibs.
* example-wgpu-runner: halve `max_push_constant_size` so it works on RADV/Fiji.
2022-03-30 09:07:14 +02:00
andrusha
94ad8a5f6b
Enable Vulkan for WGPU runner ( #852 )
...
* Enable Vulkan for WGPU runner
Metal doesn't support SPIR-V shader passthrough, so on macOS using WGPU runner you get following error with any example:
```
Features SPIRV_SHADER_PASSTHROUGH are required but not enabled on the device
```
Vulkan supports shader passthrough, but requires compatibility layer of MoltenVK to work, which needs to be installed on the host machine. Currently this feature is only available on master.
* Update examples Cargo lockfile
2022-03-10 15:59:46 +01:00
David Craven
31a0be3c0a
Add reduce example.
2022-02-09 18:10:22 +02:00
Jake Shadle
7e7fdb4a4b
Update spirv-tools to 0.8.0
2022-02-05 04:40:21 +02:00
Ashley Hauck
b99fc516e6
Update deps ( #833 )
2022-01-04 08:02:14 +00:00
Emil Ernerfeldt
3067848d1c
Update to glam 0.20 ( #831 )
2021-12-27 09:52:18 +01:00