aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpucommandbuffer.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove entries from error_command_buffers on dropKunal Mohan2020-08-081-1/+15
|
* Implement GPURenderBundleEncoder and GPURenderBundleKunal Mohan2020-07-241-1/+4
|
* Update GPUObjectBase webidl and cleanup valid flagsKunal Mohan2020-07-201-4/+4
|
* Update wgpu-core and wgpu-typesKunal Mohan2020-06-041-3/+3
|
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-4/+1
|
* Initial implementation of GPUQueueZakor2020-02-131-3/+35
| | | | | Added WebIDL bindings for `GPUQueue`. Implemented the `submit` function of `GPUQueue` and `defaultQueue` function of `GPUDevice`.
* Initial implementation of GPUCommandEncoderZakor Gyula2020-02-111-0/+58
Added WebIDL bindings for `GPUCommandEncoder`, `GPUCommandBuffer`, `GPUComputePassEncoder`, `GPUProgrammablePassEncoder`. Implemented the `beginComputePass`, `copyBufferToBuffer` and `finish` functions of `GPUCommandEncoder`. Implemented the `createCommandEncoder` function of `GPUDevice`.