Re: [PATCHES] fix build on GNU/Hurd with GCC 4.8

2013-09-20 Thread Matt Dew
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/20/2013 12:45 AM, Julien Cristau wrote: > On Thu, Sep 19, 2013 at 21:43:02 -0600, Matt Dew wrote: > >> On 09/18/2013 02:43 AM, Julien Cristau wrote: >>> On Tue, Sep 17, 2013 at 22:50:46 -0600, Matt Dew wrote: >>> Chris, I'm guessing this w

Re: [PATCH][xf86-video-mga] build: dont use AC_CHECK_FILE when enabling DRI

2013-09-20 Thread Burton, Ross
On 3 August 2013 04:27, Alan Coopersmith wrote: > Reviewed-by: Alan Coopersmith Any chance of a push for this then? Ross ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/li

Re: [PATCH] damage: Must translate initial window damage by window offset

2013-09-20 Thread Adam Jackson
On Fri, 2013-09-20 at 14:45 -0500, Keith Packard wrote: > Damage is reported relative to the drawable origin, but the window > borderClip is absolute. Translate the region by the window position > before reporting damage to adjust. This makes initial window damage reports match subsequent damage r

Re: [PATCH] damage: Must translate initial window damage by window offset

2013-09-20 Thread Keith Packard
Keith Packard writes: > Damage is reported relative to the drawable origin, but the window > borderClip is absolute. Translate the region by the window position > before reporting damage to adjust. Merged. 8010d3a..7d3d4ae master -> master -- keith.pack...@intel.com pgpqx64mU5_c2.pgp Des

XDC schedule published

2013-09-20 Thread Ian Romanick
"Final" schedule is now available: http://www.x.org/wiki/Events/XDC2013/Program/ ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

[PATCH] damage: Must translate initial window damage by window offset

2013-09-20 Thread Keith Packard
Damage is reported relative to the drawable origin, but the window borderClip is absolute. Translate the region by the window position before reporting damage to adjust. Reported-by: Adam Jackson Signed-off-by: Keith Packard --- damageext/damageext.c | 2 ++ 1 file changed, 2 insertions(+) dif

Re: [PATCHES] fix build on GNU/Hurd with GCC 4.8

2013-09-20 Thread Julien Cristau
On Thu, Sep 19, 2013 at 21:43:02 -0600, Matt Dew wrote: > On 09/18/2013 02:43 AM, Julien Cristau wrote: > > On Tue, Sep 17, 2013 at 22:50:46 -0600, Matt Dew wrote: > > > >> Chris, I'm guessing this won't affect you but can you verify > >> that? I don't want a nasty loop where fixing one things b

Re: [PATCHES] fix build on GNU/Hurd with GCC 4.8

2013-09-20 Thread Matt Dew
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/18/2013 02:43 AM, Julien Cristau wrote: > On Tue, Sep 17, 2013 at 22:50:46 -0600, Matt Dew wrote: > >> Chris, I'm guessing this won't affect you but can you verify >> that? I don't want a nasty loop where fixing one things breaks >> another. >>

Re: [PATCHES] fix build on GNU/Hurd with GCC 4.8

2013-09-20 Thread Matt Dew
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks Chris. On 09/19/2013 01:18 AM, Chris Clayton wrote: > > > On 09/18/13 13:29, Chris Clayton wrote: >> Hi Matt, >> >> On 09/18/13 05:50, Matt Dew wrote: > Chris, I'm guessing this won't affect you but can you verify that? > I don't want a nas