aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpusampler.rs
Commit message (Expand)AuthorAgeFilesLines
* Move script gpu files into webgpu folder (#34415)atbrakhi2024-11-281-143/+0
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* chore: Update wgpu (#33506)Samson2024-09-211-4/+1
* Move convert_label to Into implementation (#33348)Taym Haddadi2024-09-061-2/+1
* webgpu: Move actual Create* implementations from `GPUDevice` to Self (#33320)Samson2024-09-051-2/+53
* webgpu: Move errorscopes to WGPU thread (#32304)Samson2024-05-221-1/+1
* webgpu: Update wgpu to 0.19 (#31995)Samson2024-04-261-1/+20
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-2/+2
* 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-2/+3
* Upgrade whole webgpu stack (#29795)Samson2023-08-201-5/+5
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+2
* Implement GPURenderBundleEncoder and GPURenderBundleKunal Mohan2020-07-241-3/+14
* Update GPUObjectBase webidl and cleanup valid flagsKunal Mohan2020-07-201-24/+6
* Remove validation for GPUBindGroup, GPUBindGroupLayout, GPUPipelineLayoutKunal Mohan2020-06-191-4/+0
* Update wgpu-core and wgpu-typesKunal Mohan2020-06-191-7/+1
* Add GPUSampler and GPUTextureView to BindingResourceKunal Mohan2020-06-171-0/+14
* Update wgpu-core and wgpu-typesKunal Mohan2020-06-041-2/+2
* Add GPUSampler to WebGPU implementationKunal Mohan2020-05-261-0/+77