mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
According to the WebGPU specification there are some missing readonly attributes (subgroupMinSize, subgroupMaxSize, isFallbackAdapter) for GPUAdapterInfo IDL interface. See https://gpuweb.github.io/gpuweb/#gpuadapterinfo Added the new readonly attributes: - GPUAdapter 'info' attribute https://gpuweb.github.io/gpuweb/#dom-gpuadapter-info - GPUDevice 'adapterInfo' attribute https://gpuweb.github.io/gpuweb/#dom-gpudevice-adapterinfo Removed marked as the deprecated the following method and attribute from GPUAdapter interface: - 'requestAdapterInfo' method - 'isFallbackAdapter' attribute Testing: Improvements in WebGPU CTS expectations - webgpu:api,operation,adapter,info:adapter_info:* - webgpu:api,operation,adapter,info:device_matches_adapter:* - webgpu:api,operation,adapter,info:same_object:* - webgpu:api,operation,adapter,info:subgroup_sizes:* - webgpu:api,operation,adapter,requestAdapter:requestAdapter:* - webgpu:idl,javascript:* Signed-off-by: Andrei Volykhin <andrei.volykhin@gmail.com>
12 KiB
12 KiB