aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgpu/gpu.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-1/+1
* constellation: Rename messages sent to the `Constellation` (#36341)Martin Robinson2025-04-041-2/+2
* script: Remove dependency on `webgpu` (#36332)Martin Robinson2025-04-041-3/+2
* webgpu: Add a `webgpu_traits` crate (#36320)Martin Robinson2025-04-041-1/+2
* webgpu: leverage routed_promise in calls returning promises (#35859)webbeef2025-03-231-65/+14
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* refactor: add CanGc as argument to Promise::reject_error (#35646)Yerkebulan Tulibergenov2025-02-251-1/+1
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-231-3/+3
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-2/+2
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* Update wgpu and impl `WGSLLanguageFeatures` (#34928)Samson2025-01-101-2/+12
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-5/+5
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-5/+3
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-10/+3
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-2/+5
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+1
* Add `webgpu` feature flag (#34444)atbrakhi2024-12-051-1/+1
* Move script gpu files into webgpu folder (#34415)atbrakhi2024-11-281-0/+180