aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpu.rs
Commit message (Expand)AuthorAgeFilesLines
* webgpu: Refactor webgpu crate (#32255)Samson2024-05-081-2/+2
* Fix failed request for adapter when not available (#31002)Taym Haddadi2024-01-091-31/+34
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Codegen support multiple interfaces in single webidl file & WebGPU single web...Samson2023-09-301-2/+2
* Add GPUSupportedFeatures and update GPUSupportedLimits (#30359)Samson2023-09-141-0/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-12/+14
* Upgrade whole webgpu stack (#29795)Samson2023-08-201-3/+19
* Remove global argument from Promise::new_in_current_realm.Josh Matthews2023-05-201-1/+1
* Error handling for promise returning operationsKunal Mohan2020-08-021-12/+13
* Upgrade wgpu-core version to 0.5.0 and implement server-side logic for wgpu i...Kunal Mohan2020-05-211-8/+9
* Share single gpu_id_hub among all threads in a processKunal Mohan2020-05-151-1/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+2
* Fixing some style related issues in WebGPU.Istvan Miklos2020-02-271-4/+8
* rename compartment to realmKunal Mohan2020-01-241-7/+3
* Support worker for WebGPUIstvan Miklos2020-01-231-7/+5
* 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
* Initial implementation of WebGPU APIZakor Gyula2019-11-211-0/+158