aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpurenderbundleencoder.rs
Commit message (Expand)AuthorAgeFilesLines
* Move script gpu files into webgpu folder (#34415)atbrakhi2024-11-281-279/+0
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* chore: Update wgpu (#33506)Samson2024-09-211-5/+2
* clippy: Fix suggestions in `script`, `libservo`, and `servoshell` (#33453)Ali2024-09-141-1/+1
* Move convert_label to Into implementation (#33348)Taym Haddadi2024-09-061-3/+2
* webgpu: Move actual Create* implementations from `GPUDevice` to Self (#33320)Samson2024-09-051-2/+57
* webgpu: Sync various parts of spec (#33009)Samson2024-08-191-1/+1
* webgpu: Remove mutex around Identities (#32682)派卡 (pi-cla)2024-07-031-1/+0
* webgpu: Move errorscopes to WGPU thread (#32304)Samson2024-05-221-9/+6
* webgpu: Refactor webgpu crate (#32255)Samson2024-05-081-1/+1
* Move convert_* functions into gpuconvert.rs (#31521)eri2024-03-061-1/+2
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-11/+11
* Codegen support multiple interfaces in single webidl file & WebGPU single web...Samson2023-09-301-3/+4
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-7/+5
* Upgrade whole webgpu stack (#29795)Samson2023-08-201-8/+20
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+2
* update wgpu and some cleanupKunal Mohan2020-08-171-7/+2
* update wgpuKunal Mohan2020-08-161-1/+6
* Change ErrorScopeId type to NonZeroU64Kunal Mohan2020-08-031-7/+9
* Refactor and improve GPUErrorScopesKunal Mohan2020-07-301-8/+11
* Implement GPURenderBundleEncoder and GPURenderBundleKunal Mohan2020-07-241-0/+213