[PATCH 0/5] Give the wayland backend an actual frame

Jason Ekstrand jason at jlekstrand.net
Sat Oct 19 18:42:42 CEST 2013


This series of patches makes a few improvements to the wayland backend.
The first three patches add an actual frame with a title and a close
button.  The fourth patch removes some now-unneeded code from the
GL renderer.  The final patch is a general performance improvement.

Jason Ekstrand (5):
  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

 configure.ac             |   2 +-
 src/compositor-wayland.c | 490 +++++++++++++++++++++++++++++++++++++----------
 src/gl-renderer.c        | 241 ++++++++++-------------
 src/gl-renderer.h        |  41 +++-
 4 files changed, 521 insertions(+), 253 deletions(-)

-- 
1.8.3.1



More information about the wayland-devel mailing list