Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0ad38fbf95da61a6e207e81b6d5a940f53ff6e71
https://github.com/WebKit/WebKit/commit/0ad38fbf95da61a6e207e81b6d5a940f53ff6e71
Author: Mike Wyrzykowski <[email protected]>
Date: 2026-09-01 (Tue, 01 Sep 2026)
Changed paths:
A LayoutTests/fast/webgpu/bind-group-reuse-with-buffer-entry-expected.txt
A LayoutTests/fast/webgpu/bind-group-reuse-with-buffer-entry.html
M Source/WebCore/Modules/WebGPU/GPUBindGroupEntry.h
Log Message:
-----------
GPUDevice.createBindGroup fast path is broken for external textures
https://bugs.webkit.org/show_bug.cgi?id=323117
rdar://186379208
Reviewed by Dan Glastonbury.
GPUBuffer is now allowed in GPUBindingResource, but we always returned
false from the GPUBuffer path. This prevented bind group reuse for
external video textures.
Test: fast/webgpu/bind-group-reuse-with-buffer-entry.html
* LayoutTests/fast/webgpu/bind-group-reuse-with-buffer-entry-expected.txt:
Added.
* LayoutTests/fast/webgpu/bind-group-reuse-with-buffer-entry.html: Added.
* Source/WebCore/Modules/WebGPU/GPUBindGroupEntry.h:
(WebCore::GPUBindGroupEntry::equal):
Canonical link: https://commits.webkit.org/320309@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications