aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgpu/gpucommandencoder.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Remove dependency on `webgpu` (#36332)Martin Robinson2025-04-041-4/+3
* webgpu: Add a `webgpu_traits` crate (#36320)Martin Robinson2025-04-041-2/+3
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-3/+3
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-1/+2
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-1/+6
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-6/+6
* chore: Update wgpu (#34795)Samson2025-01-021-11/+18
* Update wgpu for supporting TextureView.usage (#34721)Samson2024-12-211-2/+2
* Update wgpu to better handle optional attachment load/store ops (#34646)Samson2024-12-161-13/+12
* Update wgpu to trunk (#34607)Samson2024-12-131-6/+2
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+2
* Rewrite From/TryFrom conversions on generated types to avoid future orphan ru...Josh Matthews2024-12-111-14/+15
* Add `webgpu` feature flag (#34444)atbrakhi2024-12-051-6/+6
* Move script gpu files into webgpu folder (#34415)atbrakhi2024-11-281-0/+319