aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpucomputepipeline.rs
Commit message (Collapse)AuthorAgeFilesLines
* Implement GPURenderBundleEncoder and GPURenderBundleKunal Mohan2020-07-241-4/+8
|
* Update GPUObjectBase webidl and cleanup valid flagsKunal Mohan2020-07-201-14/+7
|
* Remove validation for GPUBindGroup, GPUBindGroupLayout, GPUPipelineLayoutKunal Mohan2020-06-191-3/+10
|
* Update wgpu-core and wgpu-typesKunal Mohan2020-06-041-5/+2
|
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-4/+1
|
* Implement GPUComputePassEncoder functionsIstvan Miklos2020-02-191-0/+6
| | | | Implement the `dispatch`, `endPass`, `setBindGroup`, `setPipeline` functions of `GPUComputePassEncoder`.
* Initial implementation of GPUComputePipelineIstvan Miklos2020-02-111-0/+55
Added WebIDL bindings for `GPUComputePipeline`. Implemented the `createComputePipeline` function of `GPUDevice`.