aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpurenderpassencoder.rs
Commit message (Expand)AuthorAgeFilesLines
* Move script gpu files into webgpu folder (#34415)atbrakhi2024-11-281-250/+0
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Transform convert_* functions in gpuconvert.rs to From/TryFrom implementation...Taym Haddadi2024-09-041-2/+1
* webgpu: Clean up `GPUCommandEncoders` and add some validation (#33223)Samson2024-08-301-22/+5
* webgpu: Update wgpu and revamp RenderPass (#32665)Samson2024-07-041-131/+117
* webgpu: Update wgpu and revamp computepass (#32575)Samson2024-06-281-7/+3
* webgpu: Move errorscopes to WGPU thread (#32304)Samson2024-05-221-7/+4
* webgpu: Refactor webgpu crate (#32255)Samson2024-05-081-1/+1
* webgpu: Update to wgpu 0.20 (#32173)Samson2024-05-081-17/+8
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-16/+16
* Codegen support multiple interfaces in single webidl file & WebGPU single web...Samson2023-09-301-3/+4
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-8/+6
* Upgrade whole webgpu stack (#29795)Samson2023-08-201-11/+25
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+2
* defer encoding errors to finish()Kunal Mohan2020-08-221-2/+1
* Record errors in GPUCommandEncoder.BeginPass() and EncoderPass.endPass()Kunal Mohan2020-08-071-40/+39
* Change ErrorScopeId type to NonZeroU64Kunal Mohan2020-08-031-6/+8
* Report errors from void returning operationsKunal Mohan2020-08-011-0/+2
* Implement GPURenderBundleEncoder and GPURenderBundleKunal Mohan2020-07-241-8/+37
* Update GPUObjectBase webidl and cleanup valid flagsKunal Mohan2020-07-201-4/+4
* Implement GPUBuffer.mapAsync and update wgpu-coreKunal Mohan2020-06-271-102/+76
* Update wgpu-core and wgpu-typesKunal Mohan2020-06-191-3/+8
* Update wgpu-core and wgpu-typesKunal Mohan2020-06-041-10/+8
* Implement GPURenderPassEncoderKunal Mohan2020-06-041-0/+275