Open
Conversation
API that was introduced in version 0.5.0 is being used, so the minimum version should reflect that
Fixes 2 issues when attempting to build the nested compositor backend: 1. The nested compositor backend also relies on libgbm 2. The cmake utility to find WaylandEGL was missing
The nested compositor backend can now fallback to using wl_shell if xdg_shell is unavailable.
Fixes up the nested compositor backend to add support for offscreen surfaces as well as render complete callbacks. This was implemented by using a custom Wayland compositor interface on the nested compositor which is easier to extended with new APIs. Importantly, this new compositor interface still produces standard Wayland surface objects (i.e. wl_surface) objects.
Allows an environment variable to control which backend is used (either gbm or nc).
Follows the WPEBackend commit that separates out the input support from the view backend
The nested compositor backend can now produce popup surfaces that can be rendered into by the client.
Provides the proper EGL platform identifier (if possible) when getting the EGL Native Display
Implements the API to get the Wayland display from the view backend (if possible)
Not all Wayland EGL implementations name their libraries "wayland-egl". Use the name provided by the .pc file.
Builds fine with cmake 2.8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backend support for showing popup menus