Skip to content

Commit bcf1169

Browse files
bors[bot]kvark
andauthored
Merge #358
358: Remove all the IPC r=grovesNL a=kvark Closes #146 Closes #22 We have decided to use Gecko IPC for Firefox. `wgpu-remote` will therefore provide all the Rust glue that Gecko needs for client and server: - initialization/termination of client/server - ID management for the client - pass encoding blobs In Servo, we'd need to enable `serde` feature of `wgpu-native` and potentially roll out a different remoting crate that would establish a protocol based on `ipc-channel`, as we wanted originally. Co-authored-by: Dzmitry Malyshau <[email protected]>
2 parents c8d0da6 + 538c23b commit bcf1169

File tree

16 files changed

+353
-484
lines changed

16 files changed

+353
-484
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ before_install:
5858
script:
5959
- cargo test
6060
# TODO: enable GL backend
61-
- (cd wgpu-native && cargo check --features local)
61+
- (cd wgpu-native && cargo check --all-features)
6262
- if [[ $TRAVIS_OS_NAME == "osx" ]]; then (cd wgpu-native && cargo check --features gfx-backend-vulkan); fi
6363
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then cargo check --release; fi
6464
- if [[ $TRAVIS_RUST_VERSION == "nightly" ]]; then cargo +nightly install cbindgen; fi

0 commit comments

Comments
 (0)