aboutsummaryrefslogtreecommitdiffstats
path: root/components/webgpu/identity.rs
Commit message (Collapse)AuthorAgeFilesLines
* webgpu: Update wgpu and revamp RenderPass (#32665)Samson2024-07-041-2/+7
| | | | | | | | | | | | | | | | | | | | | * Update wgpu and revamp RenderPass * Set good expectations * Set one bad expectation * send_render_command * small fixups * docs * doc * Put RenderPass inside PassState * Use Pass enum for ComputePass too * fix docs
* webgpu: Update wgpu and revamp computepass (#32575)Samson2024-06-281-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Do not wait on drop, but rather wake poller thread * Update wgpu and render stuff * Set some good expectations * Update wgpu again * handle IPC error as warning * More good expectations * Some more expectations CTS does not match the spec: https://github.com/gpuweb/cts/issues/3806 * This expectations are due to other changes in servo also happening on main * Explain error_command_encoders and remove RefCell around it * fixup * store validness of passes * More good expectations * More docs * this assert is wrong * This is even more right per CTS/spec Only Command encoder state errors are allowed here, but wgpu does not exposes them. * More good expectations * One bad expectation * Fix my english
* webgpu: Refactor webgpu crate (#32255)Samson2024-05-081-42/+35
| | | | | | | * wgpu(_core) -> wgc * Refactor webgpu crate split lib.rs into multiple modules
* webgpu: Update wgpu to 0.19 (#31995)Samson2024-04-261-121/+2
| | | | | | | | | | | * Update wgpu to https://github.com/gfx-rs/wgpu/commit/32e70bc1635905c508d408eb1cf22b2aa062ffe1 (0.19) * Update expect only good * reexpect * remove dbg stuff * Remove all occurrences of dx11_hub
* Update wgpu to 0.18.1 (#30926)Samson2023-12-251-1/+5
| | | | | | | * Update wgpu to 0.18.1 * Fix webgpu code * tidy
* 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