Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove entries from error_command_buffers on drop | Kunal Mohan | 2020-08-08 | 1 | -1/+15 |
| | |||||
* | Implement GPURenderBundleEncoder and GPURenderBundle | Kunal Mohan | 2020-07-24 | 1 | -1/+4 |
| | |||||
* | Update GPUObjectBase webidl and cleanup valid flags | Kunal Mohan | 2020-07-20 | 1 | -4/+4 |
| | |||||
* | Update wgpu-core and wgpu-types | Kunal Mohan | 2020-06-04 | 1 | -3/+3 |
| | |||||
* | Add trait DomObjectWrap to provide WRAP function | YUAN LYU | 2020-03-20 | 1 | -4/+1 |
| | |||||
* | Initial implementation of GPUQueue | Zakor | 2020-02-13 | 1 | -3/+35 |
| | | | | | Added WebIDL bindings for `GPUQueue`. Implemented the `submit` function of `GPUQueue` and `defaultQueue` function of `GPUDevice`. | ||||
* | Initial implementation of GPUCommandEncoder | Zakor Gyula | 2020-02-11 | 1 | -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`. |