[PATCH 0/6] Give the wayland backend an actual frame
Jason Ekstrand
jason at jlekstrand.net
Mon Oct 21 04:08:09 CEST 2013
This series of patches makes a few improvements to the wayland backend. In
particular, it adds a frame using the new frame code in cairo-util. It
also contains a performance/responsiveness improvement and adds a
SHM/pixman fallback mode if EGL is not available.
Jason Ekstrand (6):
compositor-wayland: Rename structure members and make things more
consistant
gl-renderer: Add support for per-output multi-texture borders.
compositor-wayland: Add an actual frame around the compositor window
gl-renderer: Remove the renderer-global border support
compositor-wayland: Flush the display on commit
compositor-wayland: Add pixman/SHM fallback mode
configure.ac | 2 +-
src/compositor-wayland.c | 854 ++++++++++++++++++++++++++++++++++++++---------
src/compositor.c | 1 +
src/gl-renderer.c | 241 ++++++-------
src/gl-renderer.h | 41 ++-
5 files changed, 834 insertions(+), 305 deletions(-)
--
1.8.3.1
More information about the wayland-devel
mailing list