aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpudevice.rs
Commit message (Expand)AuthorAgeFilesLines
* webgpu: Implement device lost (#32354)Samson2024-06-171-21/+21
* webgpu: Move errorscopes to WGPU thread (#32304)Samson2024-05-221-274/+117
* webgpu: Refactor webgpu crate (#32255)Samson2024-05-081-4/+3
* webgpu: Update to wgpu 0.20 (#32173)Samson2024-05-081-3/+11
* webgpu: Update wgpu to 0.19 (#31995)Samson2024-04-261-9/+28
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-0/+2
* fix redundant closures in component/script/dom (#31917)Ekta Siwach2024-03-281-1/+1
* clippy: Fix collapsible_else_if warnings (#31853)Oluwatobi Sofela2024-03-261-4/+2
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-2/+2
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-6/+6
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-1/+1
* rustdoc: Convert url text to anchor link (#31755)Oluwatobi Sofela2024-03-191-1/+1
* Add pseudo async Create*PipelineAsync methods (#31695)Samson2024-03-191-14/+23
* Move convert_* functions into gpuconvert.rs (#31521)eri2024-03-061-266/+13
* WebIDL: Use `ArrayBuffer` instead of raw `JSObject` in bindings (#31202)Taym Haddadi2024-02-131-2/+3
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-23/+23
* Update WebGPU CTS (#30954)Samson2023-12-281-4/+6
* Compile Servo with the latest version of rust stable (#30831)Martin Robinson2023-12-061-4/+4
* Codegen support multiple interfaces in single webidl file & WebGPU single web...Samson2023-09-301-34/+13
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1
* Add GPUSupportedFeatures and update GPUSupportedLimits (#30359)Samson2023-09-141-1/+12
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-25/+26
* Upgrade whole webgpu stack (#29795)Samson2023-08-201-311/+367
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+2
* Remove global argument from Promise::new_in_current_realm.Josh Matthews2023-05-201-2/+2
* Use Device limits and features provided by userKunal Mohan2020-09-231-25/+63
* update wgpuKunal Mohan2020-09-221-0/+1
* defer encoding errors to finish()Kunal Mohan2020-08-221-9/+0
* upgrade wgpu to v0.6Kunal Mohan2020-08-221-0/+8
* Implement GPUPipelineBase for implicit pipeline layoutsKunal Mohan2020-08-191-4/+50
* update wgpu and some cleanupKunal Mohan2020-08-171-52/+15
* update wgpuKunal Mohan2020-08-161-37/+83
* Implement GPUUncapturedErrorEventKunal Mohan2020-08-111-11/+26
* fix ErrorScope modelKunal Mohan2020-08-071-15/+33
* Register invalid resources separatelyKunal Mohan2020-08-061-132/+163
* Change ErrorScopeId type to NonZeroU64Kunal Mohan2020-08-031-55/+73
* Report errors from void returning operationsKunal Mohan2020-08-011-3/+5
* Refactor and improve GPUErrorScopesKunal Mohan2020-07-301-52/+87
* Implement GPURenderBundleEncoder and GPURenderBundleKunal Mohan2020-07-241-31/+93
* update wgpu, use serializable descriptorsKunal Mohan2020-07-221-149/+161
* Implement GPUCommandEncoder.copy commandsKunal Mohan2020-07-211-4/+8
* Update GPUObjectBase webidl and cleanup valid flagsKunal Mohan2020-07-201-44/+53
* address review commentsKunal Mohan2020-07-171-106/+97
* Use existing BindGroupLayout if an equivalent BGL already existsKunal Mohan2020-07-161-2/+23
* Implement Async Error reporting for WebGPU and update wgpu-coreKunal Mohan2020-07-161-1/+164
* Implement GPUQueue.writeBuffer and GPUQueue.writeTextureKunal Mohan2020-07-041-2/+2
* Encapsulate buffer map fields in a separate structKunal Mohan2020-07-011-10/+13
* Implement GPUBuffer.getMappedRange()Kunal Mohan2020-07-011-15/+7
* Fix ArrayBuffer creation in buffer mappingKunal Mohan2020-06-271-4/+6
* address review commentsKunal Mohan2020-06-271-3/+3