Bug 269650
| Summary: | [Skia] Cleanup / refactor AcceleratedBufferPool | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Nikolas Zimmermann <zimmermann> |
| Component: | WPE WebKit | Assignee: | Nikolas Zimmermann <zimmermann> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, cgarcia |
| Priority: | P2 | ||
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 268972, 269450 | ||
Nikolas Zimmermann
Mova AcceleratedBufferPool out of CoordinatedGraphicsLayerSkia.cpp into its own class, renamed to SkiaAcceleratedBufferPool.
SkiaAcceleratedBufferPool is no longer a singleton - it's now owned by CompositingCoordinator. This ensures GL resources are properly freed - if a pool is no longer needed (e.g. upon LayerTreeHost destruction).
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
Pull request: https://github.com/WebKit/WebKit/pull/24690
EWS
Committed 274990@main (0c499e9e1049): <https://commits.webkit.org/274990@main>
Reviewed commits have been landed. Closing PR #24690 and removing active labels.