Teodor Tanasoaia
4bebad706e
Improve CI ( #3453 )
2023-02-09 10:33:53 -05:00
Connor Fitzgerald
f1ef213bbb
Fix CI for merge queues
2023-02-08 19:52:25 -05:00
Jim Blandy
b1d2ec043e
Don't try to build the entire workspace on wasm32. ( #3460 )
2023-02-07 21:56:00 +00:00
Jim Blandy
630c12fe47
Update publish.yml workflow's wasm-bindgen version to 0.2.83. ( #3351 )
...
In order to update wgpu.rs, the version of wasm-bindgen specified in
`.github/workflows/publish.yml` must exactly match that in the main
`Cargo.lock` file. This is currently 0.2.83.
2023-01-04 16:11:08 -08:00
Connor Fitzgerald
9670e9e6b9
Make sure all doctests and tests in wgpu-types run
2022-12-21 17:24:46 -05:00
Harald Reingruber
f0f700c2d9
Test setup for WebAssembly+WebGL ( #3238 )
...
Co-authored-by: Connor Fitzgerald <connorwadefitzgerald@gmail.com>
2022-12-09 01:02:39 +00:00
Jim Blandy
a50836e0cb
Make wgpu-core
users responsible for choosing back ends. ( #3254 )
2022-12-07 20:58:45 -05:00
Erich Gubler
9bb2d28ce2
Add cargo-deny
to CI ( #3185 )
2022-11-30 16:46:58 -05:00
Jim Blandy
9c6a60d97c
Fix surface creation cfgs in example framework. ( #3246 )
2022-11-30 16:46:24 -05:00
Samuel Hurel
d3e5789b95
Fix doc generation ( #3224 )
2022-11-23 16:59:59 -05:00
Jim Blandy
73b23f1c8d
Move minimum supported rust version (MSRV) from 1.65 back to 1.64. ( #3231 )
2022-11-23 21:22:03 +00:00
Erich Gubler
08b160c293
style: strip trailing whitespace from ci.yml
2022-11-07 17:36:04 -08:00
Erich Gubler
6e026c8c0a
style: EOF newline for ctx.yml
2022-11-07 17:36:04 -08:00
Erich Gubler
46af01c302
build: migrate Rust 1.64 -> 1.65
2022-11-07 17:36:04 -08:00
Erich Gubler
3d76979da6
build(ci): use RUST_VERSION
for CTS consistently
2022-11-07 17:36:04 -08:00
Connor Fitzgerald
c4533971c0
Struct Alignment Test ( #3125 )
2022-10-26 23:37:25 +00:00
i509VCB
d81cb46be0
enable doc_auto_cfg for docs.rs ( #3113 )
...
* enable doc_auto_cfg for docs.rs
This should expose more feature labels in the generated documentation and removes the needs for the manually labeling the features for a type, function or enum variants.
* enable docsrs cfg when building docs for master
2022-10-26 17:07:25 -04:00
Jinlei Li
cc448817e7
Use cargo 1.64 workspace inheritance feature ( #3107 )
2022-10-20 01:41:17 -04:00
Connor Fitzgerald
ce081796c8
Rework CI ( #3097 )
2022-10-14 22:55:36 -04:00
daxpedda
02cc2ae234
[BREAKING] Make Shader(Module)Source::Wgsl
optional ( #2890 )
2022-10-08 01:12:50 -04:00
char0313
d5f1941fea
Change msrv and ci
2022-10-07 18:16:23 -04:00
Jim Blandy
7d138e2e76
Avoid overflow in check texture copy bounds. ( #2963 )
2022-08-28 20:07:04 -04:00
Jim Blandy
228998ae0d
Update ci.yml from macos-10.15 to macos-11. ( #2940 )
2022-08-03 19:27:42 -04:00
Jim Blandy
18d053d5af
Specify an exact wasm-bindgen-cli version in publish.yml. ( #2873 )
...
The versions of wasm-bindgen-cli run by `.github/workflows/publish.yml` must
exactly match the version of `wasm-bindgen` used by `wgpu`. At the moment,
`wgpu/Cargo.toml` specifies `0.2.81`, and our `Cargo.lock` agrees, so
that is what `publish.yml` should mention.
2022-07-13 12:37:47 -04:00
Jinlei Li
048a420d82
Remove the default features from wgpu-info ( #2753 )
...
Co-authored-by: Connor Fitzgerald <connorwadefitzgerald@gmail.com>
2022-06-10 19:57:06 +00:00
Hiroaki Yutani
af259aa12a
Exclude dependencies from documents ( #2642 )
2022-05-04 17:35:45 -04:00
Jim Blandy
c226a10329
Specify an exact wasm-bindgen-cli version in publish.yml. ( #2624 )
...
The versions of wasm-bindgen-cli run by `.github/workflows/publish.yml` must
exactly match the version of `wasm-bindgen` used by `wgpu`. At the moment,
`wgpu/Cargo.toml` specifies `0.2.76`, and our `Cargo.lock` says `0.2.78`, so
the latter is what `publish.yml` should mention.
2022-04-21 20:57:35 +00:00
Alphyr
d45e6b4119
Update ash
to 0.37
( #2557 )
2022-03-27 22:15:58 -07:00
Connor Fitzgerald
926bf848cf
hal/gles: Fix compressed texture stride calculations
2022-02-28 21:38:52 -08:00
Connor Fitzgerald
4e44288677
Install vulkan sdk on CI
2022-02-28 21:38:52 -08:00
Connor Fitzgerald
3841353f13
Re-enable GL tests in CI
2022-02-28 21:38:52 -08:00
Connor Fitzgerald
373cc61084
Use cargo nextest for running our tests ( #2495 )
2022-02-19 10:50:17 -05:00
Alexander Guryanov
b19000367c
feature: emscripten
2022-01-27 14:14:29 -05:00
Dzmitry Malyshau
043e36c59a
Test WebGPU backend with extra features
2022-01-06 12:48:40 -05:00
Lucas Kent
b88808b454
Replace run-wasm-example.sh with aliased rust crate (xtask)
2022-01-04 23:56:47 -05:00
Dzmitry Malyshau
873e83c54d
Publish WebGL examples
2021-12-11 17:26:45 -05:00
Dzmitry Malyshau
834eed75d0
Enable macOS and Linux AArch64 targets on CI
2021-12-03 17:11:26 -05:00
Dzmitry Malyshau
3c59d9ec15
Refactor test kinds on CI
2021-12-03 17:11:26 -05:00
Dzmitry Malyshau
cdf948b920
Fix and re-enable player tests
2021-12-03 17:11:26 -05:00
Dzmitry Malyshau
f03c45921e
Only run clippy on MSRV
2021-12-03 17:11:26 -05:00
Dzmitry Malyshau
668bea4cb2
Enforce MSRV
2021-12-03 17:11:26 -05:00
Dzmitry Malyshau
713f7fd7f2
Changelog update for 0.11
2021-10-07 19:15:49 -04:00
Zicklag
312828f12f
Implement WebGL2 Backend ( #1686 )
...
* Implement WebGL Backend
* Add WebGL Fixes by @mrk-its
* Update Limits for WASM and Examples
* Address Review Points
2021-10-07 16:18:09 -04:00
Dzmitry Malyshau
96ed52f4a7
Check Deno build on CI
2021-09-28 11:43:43 -04:00
Connor Fitzgerald
a3d4037fb5
Enable vulkan testing
2021-09-17 09:17:15 -04:00
Connor Fitzgerald
e0a6bffd5c
Revamp the readme
2021-09-15 14:46:01 -04:00
Connor Fitzgerald
a5e6e8f9cc
Split out CTS to its own workflow
2021-09-15 10:26:29 -04:00
Dzmitry Malyshau
c4c359a43d
Only run CTS check if 'needs testing' label is added
2021-09-14 14:41:47 -04:00
Connor Fitzgerald
7766ed194b
Improve CI testing code
2021-09-14 13:34:07 -04:00
Dzmitry Malyshau
bc91048216
Update cts to a44186d, enable blending tests
2021-09-14 09:11:29 -04:00
Dzmitry Malyshau
60142b56da
List CTS tests to run
2021-09-13 19:44:38 -04:00
Dzmitry Malyshau
bbb9968297
Enable WebGPU CTS on CI
2021-09-09 22:21:04 -04:00
Dzmitry Malyshau
ca6fd97c62
Codecoverage CI fix
2021-09-09 12:44:24 -04:00
Dzmitry Malyshau
9da5c1d3a0
Release v0.10 ( #1820 )
...
* Release v0.10
* hal/gles: update glow handles logic
2021-08-18 19:06:21 +00:00
Imbris
6ba30cbc0b
Run tests in the CI for all workspace members
2021-08-17 13:57:29 -04:00
Dzmitry Malyshau
3f42b59ccc
Remove caching from the main action
2021-08-13 23:01:13 -04:00
Dzmitry Malyshau
b9d18a1699
Remove bors config ( #1759 )
2021-08-03 11:57:55 -04:00
Connor Fitzgerald
b2080bf2ad
Add --no-fail-fast to CI
2021-07-29 09:24:07 -04:00
Connor Fitzgerald
3c8de92ba0
Run reftests on WARP
2021-07-29 09:24:03 -04:00
Connor Fitzgerald
d6e386df2d
Check docs in CI
2021-07-12 23:38:06 -04:00
Connor Fitzgerald
130ddcf561
Unify CI and testing
2021-07-04 15:22:51 -04:00
Connor Fitzgerald
861e84b178
Start adjusting CI
2021-07-03 22:15:16 -04:00
Connor Fitzgerald
f1a6fe12db
Fix cargo-tarpaulin
2021-06-24 01:30:17 -04:00
Connor Fitzgerald
7b3a7db72e
Disable CI testing pending further investigation
2021-06-24 00:39:16 -04:00
Connor Fitzgerald
b060bf1afe
Assorted touchups
2021-06-23 20:23:19 -04:00
Connor Fitzgerald
18ac365f79
Please CI
2021-06-23 19:10:11 -04:00
Dzmitry Malyshau
36939477c5
Test wgpu-rs more on CI
2021-06-22 17:23:32 -04:00
grovesNL
ee254291c7
web: restore CI for WebGPU
2021-06-21 01:32:24 -02:30
Dzmitry Malyshau
538097bbca
Remove features from the docs pipeline
2021-06-17 16:44:42 -04:00
Dzmitry Malyshau
5578222685
Switch ubuntu CI to 20.04
2021-06-17 02:41:44 -04:00
Dzmitry Malyshau
54d7391df0
Minor tweaks to make CI happy
2021-06-16 20:28:45 -04:00
Dzmitry Malyshau
4fc478513a
Merge ../wgpu-rs into reunion
2021-06-02 21:31:02 -04:00
Dzmitry Malyshau
19dfcd93ca
Make player automatically start/stop the capture
2021-05-18 17:42:49 -04:00
Dzmitry Malyshau
0135e02ff6
Re-enable bors
2021-05-11 15:00:41 -04:00
Dzmitry Malyshau
8895e28836
Integrate codecov.io on CI
2021-05-06 13:29:14 -04:00
Dzmitry Malyshau
79fcfaa11a
Custom PPA for lavapipe. ( #1365 )
...
Don't run CI on non-master branches.
2021-05-03 21:46:01 -04:00
RichoDemus
46d4492b54
[rs] Use latest version of wasm-bindgen-cli
2021-04-07 18:21:26 +02:00
Joshua Groves
aa3792a68f
[rs] Update wasm-bindgen and web-sys to latest
2021-03-29 22:24:32 -02:30
bors[bot]
d18cc67131
[rs] Merge #785
...
785: Update to latest web-sys bindings r=kvark a=grovesNL
We can wait for https://github.com/rustwasm/wasm-bindgen/pull/2482 first
Co-authored-by: Joshua Groves <josh@joshgroves.com>
2021-03-23 02:56:58 +00:00
Joshua Groves
76f260c7c6
[rs] Update to latest web-sys bindings
2021-03-23 00:22:30 -02:30
Aron Granberg
162fe18e7d
[rs] Fix all the clippy lints and add clippy/fmt CI
2021-03-17 14:40:25 +01:00
Dzmitry Malyshau
231bba03a1
Lint all the things
2021-03-12 12:39:04 -05:00
Dzmitry Malyshau
8f6804caa1
[rs] Fix the web backend in code and CI
2021-01-26 20:58:13 -05:00
Vincent Jousse
0899bb7207
Fix build for wasm32 target
2020-12-18 22:09:20 +01:00
Dzmitry Malyshau
09e589e5a6
[rs] Simplify the CI check script
2020-12-17 16:34:01 -05:00
Dzmitry Malyshau
f07cc8156b
Update naga and gfx, move the shader validation into a shader descriptor bit
2020-12-17 11:33:47 -05:00
Joshua Groves
b278dd2c64
[rs] Specify version for wasm-bindgen-cli
2020-12-01 21:41:46 -03:30
Joshua Groves
3fd6320df9
[rs] Add EGL to docs action
2020-12-01 21:18:16 -03:30
Joshua Groves
6ec1d27ac6
[rs] Publish examples to subdirectory
2020-12-01 21:09:53 -03:30
Dzmitry Malyshau
adbf0c719f
[rs] Update to gfx from master
2020-11-30 23:45:56 -05:00
Dzmitry Malyshau
9e2f6c2f01
Move to gfx master
2020-11-30 22:50:13 -05:00
msiglreith
b09027a74a
export ndk toolchain path
2020-11-15 18:34:55 -05:00
Dzmitry Malyshau
c7273b03d6
Don't install Android NDK
2020-11-14 20:07:50 -05:00
Noah Charlton
5ff6b11daf
CI playtests for Dx12, Vulkan
2020-10-08 17:17:16 -04:00
Dzmitry Malyshau
0779a5ce2f
Allow CI fail on Windows Nightly, for now
2020-08-24 13:48:08 -04:00
Connor Fitzgerald
3eda1c5990
[rs] Enable features in CI to prevent compiler errors
2020-07-29 12:58:08 -04:00
Dzmitry Malyshau
803eb819d8
[rs] Use ACCESS_TOKEN for deployment
2020-07-23 18:24:40 -04:00
Dzmitry Malyshau
2bda45684f
[rs] Change deployment target to wgpu-rs.github.io ( #471 )
2020-07-23 16:51:10 -04:00
Dzmitry Malyshau
1bb52d8104
[rs] Fix Vulkan portability support on macOS
2020-07-21 12:39:40 -04:00
Connor Fitzgerald
355c7662dd
[rs] Build Docs with Nightly
2020-06-23 09:19:40 -04:00
Joshua Groves
7d671389a1
[rs] Make actions more consistent and use GITHUB_TOKEN
2020-06-22 23:23:50 -02:30
bors[bot]
6947184d55
[rs] Merge #389
...
389: build master docs r=grovesNL,kvark a=dakom
builds docs and deploys to `doc/` folder on gh_pages branch
doesn't interfere with other gh_pages contents.
assumes `ACCESS_TOKEN` is set as a github secret (if it isn't, please see https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line )
see live example on my fork: https://dakom.github.io/wgpu-rs/doc/wgpu/index.html
* closes #379
Co-authored-by: David Komer <david.komer@gmail.com>
2020-06-22 13:23:49 +00:00
Joshua Groves
8c3778c2b4
[rs] Re-enable auto-deploy from gecko branch
2020-06-20 21:45:20 -02:30
Dzmitry Malyshau
365f4e8786
Remove peek-poke.
...
There was a lot of highly unsafe use of serialization based on peek-poke that we
weren't entirely happy with. It's replaced by just serializing the passes now.
Also, switch BufferSize to Option<NonZero>.
2020-06-20 00:39:11 -04:00
Dzmitry Malyshau
0c0ecc3b09
Switch to latest nightly
2020-06-19 11:16:29 -04:00
Dzmitry Malyshau
0cd1ec2981
Dummy workspace crate
2020-06-18 14:16:04 -04:00
David Komer
ffd2ffbf45
[rs] build master docs
...
Deploys to gh_pages branch in `doc/` folder
* closes #379
2020-06-18 19:22:25 +03:00
Dzmitry Malyshau
65b1568305
Switch CI to an older nightly for now, fix templates a bit
2020-05-26 10:01:11 -04:00
Dzmitry Malyshau
cfd17fdcbd
[rs] Disable GHA deploy temporarily
2020-05-14 10:12:47 -04:00
Dzmitry Malyshau
5bbe6ec38c
Integrate with RenderDoc on winit-less captures ( #627 )
2020-05-01 15:34:32 -04:00
Igor Shaposhnik
0a0ef9a100
Split CI jobs by OS ( #626 )
2020-05-01 13:32:38 -04:00
Dzmitry Malyshau
f35dd741aa
Android support ( #625 )
2020-05-01 00:22:00 -04:00
Dzmitry Malyshau
77a5eda796
trace: fix reusing object ids
2020-04-30 09:55:52 -04:00
Dzmitry Malyshau
0e533547a1
Split serde feature into trace+replay
2020-04-30 09:55:52 -04:00
Gabriel Majeri
b8f8dd78fd
Run tests in CI
2020-04-24 22:43:14 -02:30
Gabriel Majeri
31726862c9
[rs] Build and deploy examples in CI
2020-04-24 22:32:26 -02:30
Igor Shaposhnik
94c06b0c9b
[rs] Disable fail fast on CI
2020-04-24 22:31:21 -02:30
Igor Shaposhnik
1088683643
Fix windows nightly CI
2020-04-24 10:34:13 -02:30
Igor Shaposhnik
84cb39ee73
Install clippy on CI
2020-04-24 01:22:40 -02:30
Igor Shaposhnik
5c172dd475
Migrate CI to GitHub Actions ( #605 )
2020-04-22 09:03:26 -04:00
Joshua Groves
f35c3fb3cd
[rs] Add wasm to CI
2020-04-18 01:04:28 -02:30
Igor Shaposhnik
877e0016eb
[rs] Migrate CI to GitHub Actions
2020-04-10 10:59:21 -04:00