WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
306617
Avoid using CanvasBase::allocateImageBuffer() in WebGL, WebGPU transferToImageBuffer()
https://bugs.webkit.org/show_bug.cgi?id=306617
Summary
Avoid using CanvasBase::allocateImageBuffer() in WebGL, WebGPU transferToImag...
Kimmo Kinnunen
Reported
2026-01-30 08:05:42 PST
Avoid using CanvasBase::allocateImageBuffer() in WebGL, WebGPU transferToImageBuffer() The allocation function is related to how 2D context backing store is allocated. transferToImageBuffer needs a general purpose ImageBuffer, where the WebGL, WebGPU backing store is transferred to.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2026-01-30 08:05:49 PST
<
rdar://problem/169276497
>
Kimmo Kinnunen
Comment 2
2026-01-30 08:08:32 PST
Pull request:
https://github.com/WebKit/WebKit/pull/57558
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug