aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/GPUBuffer.webidl
Commit message (Expand)AuthorAgeFilesLines
* Codegen support multiple interfaces in single webidl file & WebGPU single web...Samson2023-09-301-25/+0
* Upgrade whole webgpu stack (#29795)Samson2023-08-201-3/+6
* Convert Web IDL void to undefinedKagami Sascha Rosylight2022-01-051-3/+3
* Error handling for promise returning operationsKunal Mohan2020-08-021-2/+2
* Implement GPUQueue.writeBuffer and GPUQueue.writeTextureKunal Mohan2020-07-041-2/+0
* Implement GPUBuffer.getMappedRange()Kunal Mohan2020-07-011-1/+1
* Implement GPUBuffer.mapAsync and update wgpu-coreKunal Mohan2020-06-271-4/+3
* Upgrade wgpu-core version to 0.5.0 and implement server-side logic for wgpu i...Kunal Mohan2020-05-211-1/+1
* Validate copybuffertobuffer() + some spec updateKunal Mohan2020-05-151-2/+2
* Implement mapReadAsync function of GPUBufferIstvan Miklos2020-02-251-1/+1
* Initial implementation of GPUBuffer for WebGPUIstvan Miklos2019-12-171-0/+25