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

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to