Re: [PATCH 0/6] Give the wayland backend an actual frame

2013-10-27 Thread Jason Ekstrand
Kristian,
Don't get too happy to apply these. There's a nasty segfault in the GL
renderer stuff.  Also, I've done quite a bit more over the weekend
including some cleanups of this patchset.
--Jason Ekstrand


On Sun, Oct 20, 2013 at 9:08 PM, Jason Ekstrand ja...@jlekstrand.netwrote:

 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


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

2013-10-20 Thread Jason Ekstrand
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