aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpubuffer.rs
Commit message (Expand)AuthorAgeFilesLines
* Move script gpu files into webgpu folder (#34415)atbrakhi2024-11-281-427/+0
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Only send mapping back on unmap when MapMode = WRITE (#34054)Samson2024-10-291-6/+9
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-1/+2
* Various CanGc fixes (#33800)webbeef2024-10-111-2/+2
* clippy: Fix too_many_arguments warnings (#33648)tanishka2024-10-041-0/+1
* chore: Update wgpu (#33506)Samson2024-09-211-4/+1
* clippy: Fix suggestions in `script`, `libservo`, and `servoshell` (#33453)Ali2024-09-141-1/+1
* tidy: Fix rustdoc warnings and add a tidy check for a common URL issue (#33366)Martin Robinson2024-09-081-1/+1
* 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-2/+51
* webgpu: Sync `GPUBuffer` (#33154)Samson2024-08-271-194/+195
* Less nesting in webgpu response (#32799)Samson2024-07-171-22/+19
* webgpu: Move errorscopes to WGPU thread (#32304)Samson2024-05-221-36/+27
* webgpu: Refactor webgpu crate (#32255)Samson2024-05-081-3/+4
* webgpu: Update to wgpu 0.20 (#32173)Samson2024-05-081-1/+2
* webgpu: Use safe callbacks & try_recv_timeout (#32008)Samson2024-04-301-10/+0
* webgpu: Update wgpu to 0.19 (#31995)Samson2024-04-261-2/+12
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-0/+1
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-251-4/+5
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-1/+1
* WedIDL: bring dom/bindings/typedarray further in line with spec (#31375)Taym Haddadi2024-02-251-4/+4
* WebIDL: Use `ArrayBuffer` instead of raw `JSObject` in bindings (#31202)Taym Haddadi2024-02-131-37/+38
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-6/+6
* Fix failed request for adapter when not available (#31002)Taym Haddadi2024-01-091-19/+19
* Codegen support multiple interfaces in single webidl file & WebGPU single web...Samson2023-09-301-2/+3
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-15/+14
* Upgrade whole webgpu stack (#29795)Samson2023-08-201-11/+15
* 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/+1
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-1/+1
* Prevent redundant texture and buffer destroy callsKunal Mohan2020-08-251-0/+1
* Change ErrorScopeId type to NonZeroU64Kunal Mohan2020-08-031-18/+24
* Record validation error in mapAsync()Kunal Mohan2020-08-021-6/+18
* Error handling for promise returning operationsKunal Mohan2020-08-021-21/+35
* Report errors from void returning operationsKunal Mohan2020-08-011-8/+9
* Implement GPURenderBundleEncoder and GPURenderBundleKunal Mohan2020-07-241-2/+4
* Update GPUObjectBase webidl and cleanup valid flagsKunal Mohan2020-07-201-13/+5
* WebGPU update presentation data asynchronouslyKunal Mohan2020-07-031-2/+3
* Encapsulate buffer map fields in a separate structKunal Mohan2020-07-011-70/+58
* Implement GPUBuffer.getMappedRange()Kunal Mohan2020-07-011-68/+117
* Fix ArrayBuffer creation in buffer mappingKunal Mohan2020-06-271-6/+4
* Ensure proper unmap of bufferKunal Mohan2020-06-271-11/+11
* address review commentsKunal Mohan2020-06-271-26/+32
* Implement GPUBuffer.mapAsync and update wgpu-coreKunal Mohan2020-06-271-56/+160
* Add GPUSampler and GPUTextureView to BindingResourceKunal Mohan2020-06-171-1/+1
* Update wgpu-core and wgpu-typesKunal Mohan2020-06-041-2/+2
* Make WebGPU resource creation fully asyncKunal Mohan2020-05-261-2/+8
* Upgrade wgpu-core version to 0.5.0 and implement server-side logic for wgpu i...Kunal Mohan2020-05-211-97/+2
* Validate copybuffertobuffer() + some spec updateKunal Mohan2020-05-151-5/+9