Bug 270082
Summary: | [Skia] Stop using ScopedGLContextCurrent to make the Skia GL context current | ||
---|---|---|---|
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: | 270078 | ||
Bug Blocks: | 268972, 269984 |
Carlos Garcia Campos
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/25101
EWS
Committed 275379@main (1a34924425e4): <https://commits.webkit.org/275379@main>
Reviewed commits have been landed. Closing PR #25101 and removing active labels.