Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Codegen support multiple interfaces in single webidl file & WebGPU single ↵ | Samson | 2023-09-30 | 1 | -116/+0 |
| | | | | | | | | | webidl (#30448) * Codegen support multiple interfaces in single webidl file * Merge GPU*.webidl into WebGPU.webidl * Update gpu files to use WebGPUBinding module file | ||||
* | Upgrade whole webgpu stack (#29795) | Samson | 2023-08-20 | 1 | -17/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow noidl files in script/dom/webidls * Upgrade wgpu to 0.16 and refresh whole webgpu implementation * Update WebGPU test expectations * misc * MutNullableDom -> DomRefCell<Option<Dom for GPUTexture * Direct use of GPUTextureDescriptor * Remove config from GPUCanvasContext * misc * finally blue color * gpubuffer "handle" error * GPU object have non-null label * gpu limits and info * use buffer_size * fix warnings * Cleanup * device destroy * fallback adapter * mach update-webgpu write webgpu commit hash in file * Mising deps in CI for webgpu tests * Updated expectations * Fixups * early reject * DomRefCell<Option<Dom -> MutNullableDom for GPUTexture | ||||
* | Convert Web IDL void to undefined | Kagami Sascha Rosylight | 2022-01-05 | 1 | -1/+1 |
| | | | | Fixes #27660 | ||||
* | Use Device limits and features provided by user | Kunal Mohan | 2020-09-23 | 1 | -4/+32 |
| | | | | Spec update | ||||
* | Implement GPUCommandEncoder.copy commands | Kunal Mohan | 2020-07-21 | 1 | -19/+0 |
| | |||||
* | Implement GPUQueue.writeBuffer and GPUQueue.writeTexture | Kunal Mohan | 2020-07-04 | 1 | -0/+19 |
| | |||||
* | Implement GPUTexture and GPUTextureView | Kunal Mohan | 2020-06-01 | 1 | -0/+94 |