aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpucommandbuffer.rs
Commit message (Expand)AuthorAgeFilesLines
* Move script gpu files into webgpu folder (#34415)atbrakhi2024-11-281-88/+0
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* webgpu: Clean up `GPUCommandEncoders` and add some validation (#33223)Samson2024-08-301-17/+1
* webgpu: Sync `GPUBuffer` (#33154)Samson2024-08-271-5/+1
* webgpu: Move errorscopes to WGPU thread (#32304)Samson2024-05-221-4/+5
* webgpu: Update wgpu to 0.19 (#31995)Samson2024-04-261-2/+2
* 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-6/+7
* Upgrade whole webgpu stack (#29795)Samson2023-08-201-5/+5
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+2
* Remove entries from error_command_buffers on dropKunal Mohan2020-08-081-1/+15
* Implement GPURenderBundleEncoder and GPURenderBundleKunal Mohan2020-07-241-1/+4
* Update GPUObjectBase webidl and cleanup valid flagsKunal Mohan2020-07-201-4/+4
* Update wgpu-core and wgpu-typesKunal Mohan2020-06-041-3/+3
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-4/+1
* Initial implementation of GPUQueueZakor2020-02-131-3/+35
* Initial implementation of GPUCommandEncoderZakor Gyula2020-02-111-0/+58