Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename compartment to realm | Kunal Mohan | 2020-01-24 | 1 | -7/+3 |
| | |||||
* | Support worker for WebGPU | Istvan Miklos | 2020-01-23 | 1 | -7/+5 |
| | | | | | To create resource ids for the WebGPU we need to access the `IdentityHub`. In order to access the `IdentityHub` from a `Window` or a `Worker` as well, I've moved the `IdentityHub` to the `GlobalScope` from the `Navigator`. | ||||
* | Fix returned error types in WebGPU | Zakor Gyula | 2020-01-13 | 1 | -7/+2 |
| | |||||
* | Only start WebGPU thread if an adapter is requested | Zakor Gyula | 2020-01-13 | 1 | -21/+20 |
| | |||||
* | Replace wgpu-native with wgpu-core | Zakor Gyula | 2019-12-06 | 1 | -7/+9 |
| | |||||
* | Add WebGPU identity management | Istvan Miklos | 2019-11-28 | 1 | -0/+3 |
| | | | | Issue: https://github.com/servo/servo/issues/24706#issuecomment-557891841 | ||||
* | Initial implementation of WebGPU API | Zakor Gyula | 2019-11-21 | 1 | -0/+158 |