aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpudevice.rs
Commit message (Expand)AuthorAgeFilesLines
* Move script gpu files into webgpu folder (#34415)atbrakhi2024-11-281-654/+0
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-6/+9
* Multiple CanGc fixes in components/script/dom (#33924)tanishka2024-10-201-1/+1
* CanGc fixes in components/script/dom (#33891)tanishka2024-10-171-1/+2
* More CanGc fixes (#33888)chickenleaf2024-10-171-0/+1
* CanGc fixes in components/script/dom (#33843)tanishka2024-10-151-0/+4
* clippy: Fix `type_complexity` warnings in `components/script/dom` (#33790)tanishka2024-10-111-18/+32
* Various CanGc fixes (#33800)webbeef2024-10-111-2/+2
* More CanGc fixes: Range, Event, gpu error, Header (#33774)webbeef2024-10-101-3/+4
* webgpu: renovate gpucanvascontext and webgpu presentation to match the spec (...Samson2024-10-011-0/+4
* chore: Update wgpu (#33506)Samson2024-09-211-8/+2
* clippy: Fix suggestions in `script`, `libservo`, and `servoshell` (#33453)Ali2024-09-141-2/+2
* Move convert_label to Into implementation (#33348)Taym Haddadi2024-09-061-2/+1
* webgpu: Move actual Create* implementations from `GPUDevice` to Self (#33320)Samson2024-09-051-449/+22
* Transform convert_* functions in gpuconvert.rs to From/TryFrom implementation...Taym Haddadi2024-09-041-38/+27
* webgpu: Support pipeline-overridable constants (#33291)Samson2024-09-041-44/+6
* webgpu: Clean up `GPUCommandEncoders` and add some validation (#33223)Samson2024-08-301-118/+39
* webgpu: Sync `GPUBuffer` (#33154)Samson2024-08-271-20/+17
* webgpu: Sync various parts of spec (#33009)Samson2024-08-191-116/+194
* webgpu: Implement proper async pipeline creation and GPUPipelineError (#32636)Samson2024-08-081-130/+215
* webgpu: Update wgpu to 22.0 (#32827)Samson2024-07-251-16/+6
* Less nesting in webgpu response (#32799)Samson2024-07-171-3/+3
* clippy: Fix a bunch of warnings in `script` (#32680)Martin Robinson2024-07-041-2/+2
* webgpu: Remove mutex around Identities (#32682)派卡 (pi-cla)2024-07-031-12/+0
* webgpu: Implement ShaderCompilationInfo (#32642)Samson2024-07-021-10/+13
* webgpu: Update wgpu and revamp computepass (#32575)Samson2024-06-281-0/+5
* Proper GPUDevice cleanup (#32520)Samson2024-06-201-7/+0
* 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