aboutsummaryrefslogtreecommitdiffstats
path: root/components/webgpu/swapchain.rs
Commit message (Expand)AuthorAgeFilesLines
* `compositing`: Combine `webrender_traits` and `compositing_traits` (#36372)Martin Robinson2025-04-061-1/+1
* webgpu: Add a `webgpu_traits` crate (#36320)Martin Robinson2025-04-041-23/+4
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* deps: Upgrade to `webrender@0.66` (#35325)Martin Robinson2025-02-071-0/+1
* webgpu: implement get image for webgpu canvas (#35237)Samson2025-01-311-1/+17
* Update wgpu to trunk (#34607)Samson2024-12-131-6/+6
* webgpu: Move supported context format to content timeline (#34028)Samson2024-10-281-11/+16
* clippy: Fix warnings in `components/script` & `components/webgpu` (#33653)tanishka2024-10-051-8/+5
* chore: Update wgpu again (#33635)Samson2024-10-041-1/+1
* clippy: Fix too_many_arguments warnings (#33648)tanishka2024-10-041-0/+1
* clippy: Fix several warnings in `components/script` and `components/webgpu` (...tanishka2024-10-041-2/+2
* webgpu: Introduce PresentationId to ensure updates with newer presentation (#...Samson2024-10-041-31/+48
* replaced `.map` with `.and_then` and removed `.flatten()` (#33631)Mercy Bassey2024-10-031-2/+1
* webgpu: renovate gpucanvascontext and webgpu presentation to match the spec (...Samson2024-10-011-155/+307
* reuse ImageKey for gpucanvascontext (#33517)Samson2024-09-221-3/+5
* webgpu: Use `PresentationBufferState` instead of bucketing buffer_ids per sta...Samson2024-09-161-39/+93
* webgpu: Do one allocation less on presentation by keeping GPUBuffer mapped (#...Samson2024-09-131-31/+74
* webgpu: Factor out swapchain to separate file (#33367)Samson2024-09-091-0/+337