RESOLVED FIXED 269984
[Skia] Make sure the Skia GL context is current when calling SkCanvas draw operations for 2D canvas
https://bugs.webkit.org/show_bug.cgi?id=269984
Summary [Skia] Make sure the Skia GL context is current when calling SkCanvas draw op...
Carlos Garcia Campos
Reported 2024-02-23 04:51:11 PST
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
Carlos Garcia Campos
Comment 1 2024-02-23 04:56:38 PST
EWS
Comment 2 2024-02-28 00:18:23 PST
Committed 275432@main (832bcc5229f9): <https://commits.webkit.org/275432@main> Reviewed commits have been landed. Closing PR #25010 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.