aboutsummaryrefslogtreecommitdiffstats
path: root/components/webgpu/identity.rs
Commit message (Collapse)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-10/+11
| | | | | * strict imports formatting * Reformat all imports
* remove `extern crate` (#30311)Samson2023-09-081-6/+6
| | | | | | | | | | | * remove extern crate * Update components/script_plugins/lib.rs Co-authored-by: Martin Robinson <mrobinson@igalia.com> --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
* Update wgpu to 0.17 (#30147)Samson2023-08-211-1/+1
|
* Upgrade whole webgpu stack (#29795)Samson2023-08-201-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow noidl files in script/dom/webidls * Upgrade wgpu to 0.16 and refresh whole webgpu implementation * Update WebGPU test expectations * misc * MutNullableDom -> DomRefCell<Option<Dom for GPUTexture * Direct use of GPUTextureDescriptor * Remove config from GPUCanvasContext * misc * finally blue color * gpubuffer "handle" error * GPU object have non-null label * gpu limits and info * use buffer_size * fix warnings * Cleanup * device destroy * fallback adapter * mach update-webgpu write webgpu commit hash in file * Mising deps in CI for webgpu tests * Updated expectations * Fixups * early reject * DomRefCell<Option<Dom -> MutNullableDom for GPUTexture
* Change ErrorScopeId type to NonZeroU64Kunal Mohan2020-08-031-8/+10
| | | | And extract it from WebGPURequest
* Refactor and improve GPUErrorScopesKunal Mohan2020-07-301-1/+1
| | | | Remove use of equivalent BGLs
* Ensure GPUDevice cleanup in GlobalScopeKunal Mohan2020-07-171-3/+29
|
* Implement Async Error reporting for WebGPU and update wgpu-coreKunal Mohan2020-07-161-2/+17
|
* Update wgpu-core and wgpu-typesKunal Mohan2020-06-191-2/+4
|
* Make WebGPU resource creation fully asyncKunal Mohan2020-05-261-0/+1
| | | | | Remove some garbage code in adapter id checks Prevent panic during shutdown if using WebGPU
* Upgrade wgpu-core version to 0.5.0 and implement server-side logic for wgpu ↵Kunal Mohan2020-05-211-0/+114
id recycling Remove current implementation of MapReadAsync