aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpucommandencoder.rs
Commit message (Expand)AuthorAgeFilesLines
* webgpu: Move errorscopes to WGPU thread (#32304)Samson2024-05-221-54/+33
* webgpu: Refactor webgpu crate (#32255)Samson2024-05-081-1/+1
* webgpu: Update to wgpu 0.20 (#32173)Samson2024-05-081-1/+1
* webgpu: Update wgpu to 0.19 (#31995)Samson2024-04-261-1/+1
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-2/+2
* Move convert_* functions into gpuconvert.rs (#31521)eri2024-03-061-68/+8
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-9/+9
* Update wgpu to 0.18.1 (#30926)Samson2023-12-251-0/+3
* Codegen support multiple interfaces in single webidl file & WebGPU single web...Samson2023-09-301-9/+6
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-15/+15
* Upgrade whole webgpu stack (#29795)Samson2023-08-201-110/+125
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+2
* defer encoding errors to finish()Kunal Mohan2020-08-221-78/+14
* upgrade wgpu to v0.6Kunal Mohan2020-08-221-0/+1
* Record errors in GPUCommandEncoder.BeginPass() and EncoderPass.endPass()Kunal Mohan2020-08-071-93/+124
* Change ErrorScopeId type to NonZeroU64Kunal Mohan2020-08-031-37/+53
* Report errors from void returning operationsKunal Mohan2020-08-011-5/+41
* Refactor and improve GPUErrorScopesKunal Mohan2020-07-301-7/+9
* Implement GPURenderBundleEncoder and GPURenderBundleKunal Mohan2020-07-241-6/+20
* update wgpu, use serializable descriptorsKunal Mohan2020-07-221-50/+53
* Implement GPUCommandEncoder.copy commandsKunal Mohan2020-07-211-34/+166
* Update GPUObjectBase webidl and cleanup valid flagsKunal Mohan2020-07-201-7/+5
* Implement Async Error reporting for WebGPU and update wgpu-coreKunal Mohan2020-07-161-17/+18
* Implement GPUBuffer.mapAsync and update wgpu-coreKunal Mohan2020-06-271-54/+32
* Add GPUSampler and GPUTextureView to BindingResourceKunal Mohan2020-06-171-2/+2
* Update wgpu-core and wgpu-typesKunal Mohan2020-06-041-0/+2
* Implement GPURenderPassEncoderKunal Mohan2020-06-041-11/+110
* Make WebGPU resource creation fully asyncKunal Mohan2020-05-261-9/+6
* Upgrade wgpu-core version to 0.5.0 and implement server-side logic for wgpu i...Kunal Mohan2020-05-211-1/+1
* Validate copybuffertobuffer() + some spec updateKunal Mohan2020-05-151-6/+87
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+1
* Fixing some style related issues in WebGPU.Istvan Miklos2020-02-271-8/+8
* Implement GPUComputePassEncoder functionsIstvan Miklos2020-02-191-6/+2
* Initial implementation of GPUQueueZakor2020-02-131-2/+14
* Initial implementation of GPUCommandEncoderZakor Gyula2020-02-111-0/+114