aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpucanvascontext.rs
Commit message (Expand)AuthorAgeFilesLines
* suppress build warnings when disabling webgpu and webxr (#35379)webbeef2025-02-081-7/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-2/+2
* tidy: Update pattern for checking for missing specification links. (#34552)Josh Matthews2024-12-111-0/+1
* Add `webgpu` feature flag (#34444)atbrakhi2024-12-051-0/+41
* Move script gpu files into webgpu folder (#34415)atbrakhi2024-11-281-389/+0
* Support custom derives for generated types (#34356)Josh Matthews2024-11-241-54/+0
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* webgpu: Move supported context format to content timeline (#34028)Samson2024-10-281-5/+25
* clippy: Fix warnings in `components/script` & `components/webgpu` (#33653)tanishka2024-10-051-1/+1
* clippy: Fix several warnings in `components/script` and `components/webgpu` (...tanishka2024-10-041-1/+1
* webgpu: renovate gpucanvascontext and webgpu presentation to match the spec (...Samson2024-10-011-105/+227
* reuse ImageKey for gpucanvascontext (#33517)Samson2024-09-221-19/+9
* chore: Update wgpu (#33506)Samson2024-09-211-9/+2
* webgpu: Support more `TextureFormat`s in `GPUCanvasContext.configure()` (#33504)Samson2024-09-201-16/+25
* webgpu: Factor out swapchain to separate file (#33367)Samson2024-09-091-29/+9
* webgpu: Sync various parts of spec (#33009)Samson2024-08-191-3/+12
* separate Queue&Device Id (#32966)Samson2024-08-081-0/+1
* webgpu: Remove mutex around Identities (#32682)派卡 (pi-cla)2024-07-031-2/+0
* webgpu: Move errorscopes to WGPU thread (#32304)Samson2024-05-221-27/+18
* webgpu: Refactor webgpu crate (#32255)Samson2024-05-081-1/+1
* webgpu: Update to wgpu 0.20 (#32173)Samson2024-05-081-2/+8
* Fixe some clippy warnings (#32131)komuhangi2024-04-291-21/+18
* webgpu: Update wgpu to 0.19 (#31995)Samson2024-04-261-1/+1
* script: Reduce the use of `unsafe` in LayoutDom (#31979)Martin Robinson2024-04-031-2/+1
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-221-3/+3
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-6/+6
* Codegen support multiple interfaces in single webidl file & WebGPU single web...Samson2023-09-301-9/+6
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-18/+19
* Upgrade whole webgpu stack (#29795)Samson2023-08-201-81/+182
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+3
* Try to `use` WebRender types moreMartin Robinson2023-07-101-9/+13
* Update arrayvec.Josh Matthews2022-04-011-1/+1
* Change ErrorScopeId type to NonZeroU64Kunal Mohan2020-08-031-14/+22
* Implement GPURenderBundleEncoder and GPURenderBundleKunal Mohan2020-07-241-1/+7
* Remove segfaults in WebGPU threadsKunal Mohan2020-07-071-3/+3
* WebGPU update presentation data asynchronouslyKunal Mohan2020-07-031-8/+12
* Implement GPUSwapChain and GPUCanvasContext and interface with WebrenderKunal Mohan2020-06-131-0/+204