aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpubuffer.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-4/+1
* Fixing some style related issues in WebGPU.Istvan Miklos2020-02-271-12/+12
* Implement mapReadAsync function of GPUBufferIstvan Miklos2020-02-251-11/+163
* Initial implementation of GPUQueueZakor2020-02-131-1/+6
* Initial implementation of GPUBindGroup for WebGPUIstvan Miklos2020-01-301-0/+14
* Only start WebGPU thread if an adapter is requestedZakor Gyula2020-01-131-5/+6
* Initial implementation of GPUBuffer for WebGPUIstvan Miklos2019-12-171-0/+120