aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpucanvascontext.rs
Commit message (Expand)AuthorAgeFilesLines
* 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