aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpuadapter.rs
Commit message (Expand)AuthorAgeFilesLines
* webgpu: Move errorscopes to WGPU thread (#32304)Samson2024-05-221-11/+8
* webgpu: Update wgpu to 0.19 (#31995)Samson2024-04-261-32/+61
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-0/+1
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-5/+5
* Fix failed request for adapter when not available (#31002)Taym Haddadi2024-01-091-25/+25
* Codegen support multiple interfaces in single webidl file & WebGPU single web...Samson2023-09-301-1/+1
* Add GPUSupportedFeatures and update GPUSupportedLimits (#30359)Samson2023-09-141-39/+34
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-9/+9
* Upgrade whole webgpu stack (#29795)Samson2023-08-201-73/+144
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+2
* Remove global argument from Promise::new_in_current_realm.Josh Matthews2023-05-201-1/+1
* Use Device limits and features provided by userKunal Mohan2020-09-231-4/+56
* Change ErrorScopeId type to NonZeroU64Kunal Mohan2020-08-031-8/+11
* Error handling for promise returning operationsKunal Mohan2020-08-021-5/+12
* Implement GPURenderBundleEncoder and GPURenderBundleKunal Mohan2020-07-241-0/+3
* Implement Async Error reporting for WebGPU and update wgpu-coreKunal Mohan2020-07-161-1/+4
* Update wgpu-core and wgpu-typesKunal Mohan2020-07-041-1/+1
* Update wgpu-core and wgpu-typesKunal Mohan2020-06-191-0/+2
* Update wgpu-core and wgpu-typesKunal Mohan2020-06-041-6/+4
* Upgrade wgpu-core version to 0.5.0 and implement server-side logic for wgpu i...Kunal Mohan2020-05-211-4/+4
* Share single gpu_id_hub among all threads in a processKunal Mohan2020-05-151-0/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+1
* Fixing some style related issues in WebGPU.Istvan Miklos2020-02-271-3/+13
* Initial implementation of GPUQueueZakor2020-02-131-1/+2
* rename compartment to realmKunal Mohan2020-01-241-3/+3
* Support worker for WebGPUIstvan Miklos2020-01-231-17/+10
* Fix returned error types in WebGPUZakor Gyula2020-01-131-7/+3
* Only start WebGPU thread if an adapter is requestedZakor Gyula2020-01-131-8/+19
* Initial implementation of GPUBuffer for WebGPUIstvan Miklos2019-12-171-2/+1
* Replace wgpu-native with wgpu-coreZakor Gyula2019-12-061-4/+6
* Initial implementation of GPUDevice for WebGPUIstvan Miklos2019-12-051-2/+62
* Initial implementation of WebGPU APIZakor Gyula2019-11-211-0/+63