Bug 269984
Summary: | [Skia] Make sure the Skia GL context is current when calling SkCanvas draw operations for 2D canvas | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
Component: | WPE WebKit | Assignee: | Carlos Garcia Campos <cgarcia> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 270082 | ||
Bug Blocks: | 268972 |
Carlos Garcia Campos
When rendering layer contents, we make the Skia GL context current before rendering the layer contents and it remains current, but in the case of 2D canvas, we can't make sure the context is current when the draw operations are called. This is causing rendering issues in some cases that only happen with the GL renderer.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/25010
EWS
Committed 275432@main (832bcc5229f9): <https://commits.webkit.org/275432@main>
Reviewed commits have been landed. Closing PR #25010 and removing active labels.