aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpudevice.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Upgrade whole webgpu stack (#29795)Samson2023-08-201-311/+367
* 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/+2
* Use Device limits and features provided by userKunal Mohan2020-09-231-25/+63
* update wgpuKunal Mohan2020-09-221-0/+1
* defer encoding errors to finish()Kunal Mohan2020-08-221-9/+0
* upgrade wgpu to v0.6Kunal Mohan2020-08-221-0/+8
* Implement GPUPipelineBase for implicit pipeline layoutsKunal Mohan2020-08-191-4/+50
* update wgpu and some cleanupKunal Mohan2020-08-171-52/+15
* update wgpuKunal Mohan2020-08-161-37/+83
* Implement GPUUncapturedErrorEventKunal Mohan2020-08-111-11/+26
* fix ErrorScope modelKunal Mohan2020-08-071-15/+33
* Register invalid resources separatelyKunal Mohan2020-08-061-132/+163
* Change ErrorScopeId type to NonZeroU64Kunal Mohan2020-08-031-55/+73
* Report errors from void returning operationsKunal Mohan2020-08-011-3/+5
* Refactor and improve GPUErrorScopesKunal Mohan2020-07-301-52/+87
* Implement GPURenderBundleEncoder and GPURenderBundleKunal Mohan2020-07-241-31/+93
* update wgpu, use serializable descriptorsKunal Mohan2020-07-221-149/+161
* Implement GPUCommandEncoder.copy commandsKunal Mohan2020-07-211-4/+8
* Update GPUObjectBase webidl and cleanup valid flagsKunal Mohan2020-07-201-44/+53
* address review commentsKunal Mohan2020-07-171-106/+97
* Use existing BindGroupLayout if an equivalent BGL already existsKunal Mohan2020-07-161-2/+23
* Implement Async Error reporting for WebGPU and update wgpu-coreKunal Mohan2020-07-161-1/+164
* Implement GPUQueue.writeBuffer and GPUQueue.writeTextureKunal Mohan2020-07-041-2/+2
* Encapsulate buffer map fields in a separate structKunal Mohan2020-07-011-10/+13
* Implement GPUBuffer.getMappedRange()Kunal Mohan2020-07-011-15/+7
* Fix ArrayBuffer creation in buffer mappingKunal Mohan2020-06-271-4/+6
* address review commentsKunal Mohan2020-06-271-3/+3
* Implement GPUBuffer.mapAsync and update wgpu-coreKunal Mohan2020-06-271-110/+37
* Remove validation for GPUBindGroup, GPUBindGroupLayout, GPUPipelineLayoutKunal Mohan2020-06-191-441/+82
* Update wgpu-core and wgpu-typesKunal Mohan2020-06-191-208/+139
* Add GPUSampler and GPUTextureView to BindingResourceKunal Mohan2020-06-171-58/+364
* Implement GPUSwapChain and GPUCanvasContext and interface with WebrenderKunal Mohan2020-06-131-0/+4
* Update wgpu-core and wgpu-typesKunal Mohan2020-06-041-11/+13
* Implement GPURenderPassEncoderKunal Mohan2020-06-041-2/+7
* Implement GPUTexture and GPUTextureViewKunal Mohan2020-06-011-7/+156
* Implement GPURenderPipelineKunal Mohan2020-05-301-19/+257
* Make WebGPU resource creation fully asyncKunal Mohan2020-05-261-31/+17
* Add GPUSampler to WebGPU implementationKunal Mohan2020-05-261-21/+89
* Upgrade wgpu-core version to 0.5.0 and implement server-side logic for wgpu i...Kunal Mohan2020-05-211-23/+30
* Validate copybuffertobuffer() + some spec updateKunal Mohan2020-05-151-8/+8
* Share single gpu_id_hub among all threads in a processKunal Mohan2020-05-151-0/+8
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+1
* Fixing some style related issues in WebGPU.Istvan Miklos2020-02-271-50/+66
* Implement mapReadAsync function of GPUBufferIstvan Miklos2020-02-251-36/+27
* Initial implementation of GPUQueueZakor2020-02-131-2/+13
* Initial implementation of GPUCommandEncoderZakor Gyula2020-02-111-1/+21
* Initial implementation of GPUComputePipelineIstvan Miklos2020-02-111-0/+30
* Initial implementation of GPUShaderModuleIstvan Miklos2020-02-111-1/+32
* Initial implementation of GPUBindGroup for WebGPUIstvan Miklos2020-01-301-1/+66