aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpucomputepipeline.rs
Commit message (Collapse)AuthorAgeFilesLines
* address review and disable testKunal Mohan2020-09-231-5/+3
|
* Use Device limits and features provided by userKunal Mohan2020-09-231-3/+9
| | | | Spec update
* Implement GPUPipelineBase for implicit pipeline layoutsKunal Mohan2020-08-191-5/+32
|
* 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`.