aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/identityhub.rs
Commit message (Expand)AuthorAgeFilesLines
* webgpu: Enable gles support (#32452)Hieu Do2024-06-091-0/+8
* webgpu: Refactor webgpu crate (#32255)Samson2024-05-081-3/+3
* Fix some clippy warnings in `components/gfx` and `components/script` (#32215)Pi-Cla2024-05-021-0/+6
* webgpu: Update wgpu to 0.19 (#31995)Samson2024-04-261-37/+67
* Fixed some clippy warning by adding default implementations (#31989)komuhangi2024-04-041-38/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-7/+5
* Update wgpu to 0.17 (#30147)Samson2023-08-211-1/+1
* Update rustc.Josh Matthews2021-12-021-2/+2
* Implement GPURenderBundleEncoder and GPURenderBundleKunal Mohan2020-07-241-2/+12
* Implement GPUTexture and GPUTextureViewKunal Mohan2020-06-011-1/+22
* Implement GPURenderPipelineKunal Mohan2020-05-301-1/+11
* Add GPUSampler to WebGPU implementationKunal Mohan2020-05-261-61/+33
* Implement client-side logic for WebGPU id recyclingKunal Mohan2020-05-221-1/+37
* Upgrade wgpu-core version to 0.5.0 and implement server-side logic for wgpu i...Kunal Mohan2020-05-211-1/+1
* Initial implementation of GPUCommandEncoderZakor Gyula2020-02-111-2/+12
* Initial implementation of GPUComputePipelineIstvan Miklos2020-02-111-2/+12
* Initial implementation of GPUShaderModuleIstvan Miklos2020-02-111-12/+15
* Auto merge of #25637 - szeged:wgpu_crete_bind_group, r=jdmbors-servo2020-01-301-1/+21
|\
| * Initial implementation of GPUBindGroup for WebGPUIstvan Miklos2020-01-301-1/+21
* | Remove code duplication from IdentityHubIstvan Miklos2020-01-301-44/+18
|/
* Initial implementation of GPUPipelineLayout for WebGPUIstvan Miklos2020-01-211-1/+21
* Initial implementation of GPUBindGroupLayout for WebGPUIstvan Miklos2020-01-161-2/+22
* Initial implementation of GPUBuffer for WebGPUIstvan Miklos2019-12-171-1/+21
* Replace wgpu-native with wgpu-coreZakor Gyula2019-12-061-21/+72
* Initial implementation of GPUDevice for WebGPUIstvan Miklos2019-12-051-0/+4
* Add WebGPU identity managementIstvan Miklos2019-11-281-0/+47