Re: [PATCH xserver] xwayland: Attach buffer before committing

2013-03-18 Thread Kristian Høgsberg
On Sat, Mar 09, 2013 at 08:24:10AM -0700, Scott Moreau wrote: > This fixes the wlshm path which was not updating the buffer correctly. Yes, thanks. It's a little odd, to see the attach after the damage posting - conceptually you attach a buffer and then mark the damaged regions in that buffer. B

Re: [PATCH xserver] xwayland: Attach buffer before committing

2013-03-10 Thread Pekka Paalanen
On Sat, 9 Mar 2013 12:29:43 -0800 Daniel Stone wrote: > Hi, > > On 9 March 2013 07:24, Scott Moreau wrote: > > > diff --git a/hw/xfree86/xwayland/xwayland.c > > b/hw/xfree86/xwayland/xwayland.c > > index d97f4ee..f59bfe4 100644 > > --- a/hw/xfree86/xwayland/xwayland.c > > +++ b/hw/xfree86/xway

Re: [PATCH xserver] xwayland: Attach buffer before committing

2013-03-09 Thread Daniel Stone
Hi, On 9 March 2013 07:24, Scott Moreau wrote: > diff --git a/hw/xfree86/xwayland/xwayland.c > b/hw/xfree86/xwayland/xwayland.c > index d97f4ee..f59bfe4 100644 > --- a/hw/xfree86/xwayland/xwayland.c > +++ b/hw/xfree86/xwayland/xwayland.c > @@ -344,6 +344,9 @@ void xwl_screen_post_damage(struct x

[PATCH xserver] xwayland: Attach buffer before committing

2013-03-09 Thread Scott Moreau
This fixes the wlshm path which was not updating the buffer correctly. --- hw/xfree86/xwayland/xwayland.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/hw/xfree86/xwayland/xwayland.c b/hw/xfree86/xwayland/xwayland.c index d97f4ee..f59bfe4 100644 --- a/hw/xfree86/xwayland/xwayland.c +++