aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpuqueue.rs
Commit message (Expand)AuthorAgeFilesLines
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-251-4/+3
* Move convert_* functions into gpuconvert.rs (#31521)eri2024-03-061-2/+5
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-5/+5
* Codegen support multiple interfaces in single webidl file & WebGPU single web...Samson2023-09-301-6/+4
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-7/+8
* Upgrade whole webgpu stack (#29795)Samson2023-08-201-12/+13
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+2
* Use Device limits and features provided by userKunal Mohan2020-09-231-7/+12
* Change ErrorScopeId type to NonZeroU64Kunal Mohan2020-08-031-19/+25
* Report errors from void returning operationsKunal Mohan2020-08-011-4/+21
* Implement GPUCommandEncoder.copy commandsKunal Mohan2020-07-211-27/+8
* Update GPUObjectBase webidl and cleanup valid flagsKunal Mohan2020-07-201-7/+6
* Implement GPUQueue.writeBuffer and GPUQueue.writeTextureKunal Mohan2020-07-041-2/+112
* Implement GPUBuffer.mapAsync and update wgpu-coreKunal Mohan2020-06-271-1/+1
* Update wgpu-core and wgpu-typesKunal Mohan2020-06-041-2/+2
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+2
* Fixing some style related issues in WebGPU.Istvan Miklos2020-02-271-2/+5
* Initial implementation of GPUQueueZakor2020-02-131-0/+73