aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/GPUAdapter.webidl
Commit message (Collapse)AuthorAgeFilesLines
* Codegen support multiple interfaces in single webidl file & WebGPU single ↵Samson2023-09-301-33/+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
* Add GPUSupportedFeatures and update GPUSupportedLimits (#30359)Samson2023-09-141-1/+1
| | | | | | | * GPUSupportedFeatures * New supported limits * Update expectations
* Upgrade whole webgpu stack (#29795)Samson2023-08-201-21/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Use Device limits and features provided by userKunal Mohan2020-09-231-1/+5
| | | | Spec update
* Report errors from void returning operationsKunal Mohan2020-08-011-2/+1
|
* Add GPUSampler and GPUTextureView to BindingResourceKunal Mohan2020-06-171-8/+9
| | | | Add validation for BindGroups
* Update wgpu-core and wgpu-typesKunal Mohan2020-06-041-3/+4
|
* Initial implementation of GPUDevice for WebGPUIstvan Miklos2019-12-051-1/+21
| | | | | Added the WebIDL bindigs for GPUDevice, GPUObjectDescriptorBase, GPUDeviceDescriptor, GPUObjectBase Implemented the `requestDevice` function of `GPUAdapter`
* Initial implementation of WebGPU APIZakor Gyula2019-11-211-0/+14