Summary: | [WPE] WPEWebProcess: Couldn't find current GLX or EGL context | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> | ||||
Component: | WPE WebKit | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | bugs-noreply, magomez, mcatanzaro, zan | ||||
Priority: | P2 | ||||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 178894 | ||||||
Attachments: |
|
Description
Carlos Garcia Campos
2017-11-20 05:32:11 PST
Created attachment 327358 [details]
Patch
Looks good to me. The context that is being created is meant to be made current in the compositing thread, so there shouldn't be any problem by making it current when it's created instead of waiting for the first rendered frame. Committed r225078: <https://trac.webkit.org/changeset/225078> |