aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgpu
Commit message (Expand)AuthorAgeFilesLines
* webgpu: leverage routed_promise in calls returning promises (#35859)webbeef2025-03-238-191/+157
* crown: Do not check trait item projections. (#36095)Josh Matthews2025-03-223-5/+0
* feat: add can_gc argument to to_frozen_array (#36043)Arya Nair2025-03-191-2/+2
* Cleanups for future script crate split (#35987)Josh Matthews2025-03-165-5/+10
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-1/+1
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-0329-47/+47
* refactor: add CanGc as argument to Promise::reject_error (#35646)Yerkebulan Tulibergenov2025-02-255-22/+23
* refactor: add CanGc as argument to Promise::reject_native (#35640)Yerkebulan Tulibergenov2025-02-251-18/+26
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-236-28/+38
* refactor: add CanGc as argument to DataBlock::view (#35610)Yerkebulan Tulibergenov2025-02-231-1/+2
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-2313-23/+35
* script: Add `CanvasContext` trait (#35448)Samson2025-02-211-45/+14
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-2025-33/+79
* chore: Update wgpu (#35503)Samson2025-02-161-7/+6
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-0416-16/+16
* webgpu: implement get image for webgpu canvas (#35237)Samson2025-01-311-1/+23
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-183-3/+3
* Update wgpu and impl `WGSLLanguageFeatures` (#34928)Samson2025-01-103-2/+99
* script: Limit public exports. (#34915)Josh Matthews2025-01-1042-212/+221
* 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: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-2/+2
* chore: Update wgpu (#34795)Samson2025-01-022-17/+22
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-2/+5
* Update wgpu for supporting TextureView.usage (#34721)Samson2024-12-212-2/+3
* webgpu: Fix HTML event loop integration (#34631)Samson2024-12-171-9/+33
* Update wgpu to better handle optional attachment load/store ops (#34646)Samson2024-12-162-23/+24
* Update wgpu to trunk (#34607)Samson2024-12-132-15/+11
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-1325-4/+48
* Rewrite From/TryFrom conversions on generated types to avoid future orphan ru...Josh Matthews2024-12-1115-149/+163
* Add `webgpu` feature flag (#34444)atbrakhi2024-12-0521-59/+260
* Move script gpu files into webgpu folder (#34415)atbrakhi2024-11-2841-0/+6725