aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpu.rs
Commit message (Collapse)AuthorAgeFilesLines
* rename compartment to realmKunal Mohan2020-01-241-7/+3
|
* Support worker for WebGPUIstvan Miklos2020-01-231-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 WebGPUZakor Gyula2020-01-131-7/+2
|
* Only start WebGPU thread if an adapter is requestedZakor Gyula2020-01-131-21/+20
|
* Replace wgpu-native with wgpu-coreZakor Gyula2019-12-061-7/+9
|
* Add WebGPU identity managementIstvan Miklos2019-11-281-0/+3
| | | | Issue: https://github.com/servo/servo/issues/24706#issuecomment-557891841
* Initial implementation of WebGPU APIZakor Gyula2019-11-211-0/+158