Bug 270082 - [Skia] Stop using ScopedGLContextCurrent to make the Skia GL context current
Summary: [Skia] Stop using ScopedGLContextCurrent to make the Skia GL context current
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WPE WebKit (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Carlos Garcia Campos
URL:
Keywords:
Depends on: 270078
Blocks: GLibSkia 269984
  Show dependency treegraph
 
Reported: 2024-02-26 05:53 PST by Carlos Garcia Campos
Modified: 2024-02-27 05:37 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2024-02-26 05:53:20 PST
In most of the cases we are setting anf unsetting the same context all the time. If there's WebGL content, ANGLE graphics context will make the ANGLE context current on every operation that requires it.
Comment 1 Carlos Garcia Campos 2024-02-26 06:06:30 PST
Pull request: https://github.com/WebKit/WebKit/pull/25101
Comment 2 EWS 2024-02-27 05:37:13 PST
Committed 275379@main (1a34924425e4): <https://commits.webkit.org/275379@main>

Reviewed commits have been landed. Closing PR #25101 and removing active labels.