aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpucomputepassencoder.rs
Commit message (Expand)AuthorAgeFilesLines
* Implement GPURenderPassEncoderKunal Mohan2020-06-041-15/+7
* Upgrade wgpu-core version to 0.5.0 and implement server-side logic for wgpu i...Kunal Mohan2020-05-211-1/+2
* Validate copybuffertobuffer() + some spec updateKunal Mohan2020-05-151-5/+13
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-4/+1
* Fixing some style related issues in WebGPU.Istvan Miklos2020-02-271-2/+5
* Implement GPUComputePassEncoder functionsIstvan Miklos2020-02-191-6/+63
* Initial implementation of GPUCommandEncoderZakor Gyula2020-02-111-0/+59