aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpurenderpipeline.rs
Commit message (Expand)AuthorAgeFilesLines
* Move script gpu files into webgpu folder (#34415)atbrakhi2024-11-281-144/+0
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* clippy: Fix `type_complexity` warnings in `components/script/dom` (#33790)tanishka2024-10-111-4/+3
* chore: Update wgpu (#33506)Samson2024-09-211-8/+2
* webgpu: Move actual Create* implementations from `GPUDevice` to Self (#33320)Samson2024-09-051-1/+31
* webgpu: Implement proper async pipeline creation and GPUPipelineError (#32636)Samson2024-08-081-12/+19
* webgpu: Move errorscopes to WGPU thread (#32304)Samson2024-05-221-4/+5
* webgpu: Update wgpu to 0.19 (#31995)Samson2024-04-261-1/+20
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-3/+3
* Codegen support multiple interfaces in single webidl file & WebGPU single web...Samson2023-09-301-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+5
* Upgrade whole webgpu stack (#29795)Samson2023-08-201-6/+6
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+2
* address review and disable testKunal Mohan2020-09-231-5/+3
* Use Device limits and features provided by userKunal Mohan2020-09-231-3/+9
* Implement GPUPipelineBase for implicit pipeline layoutsKunal Mohan2020-08-191-8/+24
* Implement GPURenderBundleEncoder and GPURenderBundleKunal Mohan2020-07-241-3/+12
* Update GPUObjectBase webidl and cleanup valid flagsKunal Mohan2020-07-201-18/+6
* Update wgpu-core and wgpu-typesKunal Mohan2020-06-041-2/+2
* Implement GPURenderPassEncoderKunal Mohan2020-06-041-0/+6
* Implement GPURenderPipelineKunal Mohan2020-05-301-0/+67