Bug 252986 - ImageBufferIOSurfaceBackend should use bitmap CGImages when drawing to bitmap context
Summary: ImageBufferIOSurfaceBackend should use bitmap CGImages when drawing to bitmap...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kimmo Kinnunen
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-02-27 05:19 PST by Kimmo Kinnunen
Modified: 2023-03-01 04:49 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kimmo Kinnunen 2023-02-27 05:19:14 PST
ImageBufferIOSurfaceBackend should use bitmap CGImages when drawing to bitmap context

Makes the code easier to reason about.
Comment 1 Radar WebKit Bug Importer 2023-02-27 05:25:37 PST
<rdar://problem/105971637>
Comment 2 Kimmo Kinnunen 2023-02-27 05:28:43 PST
Pull request: https://github.com/WebKit/WebKit/pull/10724
Comment 3 Kimmo Kinnunen 2023-03-01 04:49:18 PST
Pull request: https://github.com/WebKit/WebKit/pull/10860