Re: Fwd: [ANNOUNCE] xtrans 1.3.0

2013-11-04 Thread Keith Packard
Thomas Klausner w...@netbsd.org writes: The tarball with the checksums from below was missing important autoconf/automake support files, and Keith respun it when I asked him about it. The idea was to release a fixed 1.3.1 instead, but it seems he didn't have time for that yet. I'll get to

Re: [PATCH modular] build.sh: libxshmfence only builds on Linux due to futex

2013-11-04 Thread Aaron Plattner
On 11/02/2013 05:38 AM, Gaetan Nadon wrote: Signed-off-by: Gaetan Nadon mems...@videotron.ca Sure, sorry this didn't occur to me. Reviewed-by: Aaron Plattner aplatt...@nvidia.com --- build.sh |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh

Re: [PATCH] Xext: Enable MIT-SHM FD-passing request definitions only when defined

2013-11-04 Thread Eric Anholt
Keith Packard kei...@keithp.com writes: Check to see if the new protocol headers are available and advertise appropriate version of the SHM extension I'd rather see the updated protocol headers just be required by configure.ac. pgpvnEZ5fpzFh.pgp Description: PGP signature

Re: xserver: Branch 'master' - 11 commits

2013-11-04 Thread Ian Romanick
On 11/02/2013 10:09 AM, Jeremy Huddleston Sequoia wrote: Why does this now require mesa 9.2.0? = 9.0 doesn't build on OS X, and I haven't had time to address the issue in mesa. I'm wondering if I can just revert this and keep the old requirement for now since this change seems to be related

Re: xserver: Branch 'master' - 11 commits

2013-11-04 Thread Mark Kettenis
Date: Mon, 04 Nov 2013 10:15:40 -0800 From: Ian Romanick i...@freedesktop.org On 11/02/2013 10:09 AM, Jeremy Huddleston Sequoia wrote: Why does this now require mesa 9.2.0? = 9.0 doesn't build on OS X, and I haven't had time to address the issue in mesa. I'm wondering if I can just

Present proto feedback

2013-11-04 Thread James Jones
Hi Keith, Thanks for incorporating all the suggested fencing in the present protocol. I think the latest version looks good, and just had some minor feedback: -I just noticed the email you listed for me in the Acknowledgements was incorrect. It should be jajones 'at' nvidia.com. -Should

Re: [PATCH modular] build.sh: libxshmfence only builds on Linux due to futex

2013-11-04 Thread Gaetan Nadon
On 13-11-04 11:54 AM, Aaron Plattner wrote: On 11/02/2013 05:38 AM, Gaetan Nadon wrote: Signed-off-by: Gaetan Nadon mems...@videotron.ca Sure, sorry this didn't occur to me. Thanks. It didn't occur to me either :-) Just more information coming in. Reviewed-by: Aaron Plattner

Re: Present proto feedback

2013-11-04 Thread Keith Packard
James Jones jajo...@nvidia.com writes: -I just noticed the email you listed for me in the Acknowledgements was incorrect. It should be jajones 'at' nvidia.com. Wow. Quite the typo, sorry! -Should there be a UST version of PresentNotifyMSC as well? I guess I'm unclear what this request

Re: [PATCH] Disable DRI3 and sync fence FD functions if xshmfence isn't available

2013-11-04 Thread Gaetan Nadon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13-11-03 09:58 PM, Keith Packard wrote: I think this will eliminate the spurious messages. If you concur, I'll amend the previous patch with this change and push it to master. diff --git a/configure.ac b/configure.ac index 2ec61d3..6dd437b

Re: [PATCH] Xext: Enable MIT-SHM FD-passing request definitions only when defined

2013-11-04 Thread Keith Packard
Eric Anholt e...@anholt.net writes: Keith Packard kei...@keithp.com writes: Check to see if the new protocol headers are available and advertise appropriate version of the SHM extension I'd rather see the updated protocol headers just be required by configure.ac. There's a controversy

Re: xserver: Branch 'master' - 11 commits

2013-11-04 Thread Jeremy Huddleston Sequoia
On Nov 4, 2013, at 10:15, Ian Romanick i...@freedesktop.org wrote: On 11/02/2013 10:09 AM, Jeremy Huddleston Sequoia wrote: Why does this now require mesa 9.2.0? = 9.0 doesn't build on OS X, and I haven't had time to address the issue in mesa. I'm wondering if I can just revert this and keep

Re: xserver with DRI3 shm.c: unknown type name: xShmAttachFdReq and xShmCreateSegmentReq

2013-11-04 Thread Mark Kettenis
From: Keith Packard kei...@keithp.com Date: Mon, 04 Nov 2013 08:56:50 -0800 Alan Coopersmith alan.coopersm...@oracle.com writes: On 11/ 2/13 04:55 PM, Gaetan Nadon wrote: I can't find where those types are defined. Should they be in shmproto.h? In

Re: Is there anything wrong with my patch?

2013-11-04 Thread Jonas Petersen
Am 03.11.2013 21:41, schrieb Connor Behan: On 03/11/13 09:33 AM, jnsptr...@gmail.com wrote: Should I be worried that there was not a single response to it so far? Or might it just possibly take a couple of weeks to get noticed? It seems replies usually don't take that long. Do I need to

Re: [PATCH 2/2] Add APIs to send file descriptors through the network

2013-11-04 Thread Mark Kettenis
From: Keith Packard kei...@keithp.com Date: Fri, 01 Nov 2013 15:08:55 -0700 Keith. This implementation isn't quite right as it doesn't use the proper CMSG_ macros to manipulate the ancillary data object information. You get way with this on Linux, because it deviates from POSIX and

Re: [PATCH] Disable DRI3 and sync fence FD functions if xshmfence isn't available

2013-11-04 Thread Matthieu Herrb
On Mon, Nov 04, 2013 at 02:32:46PM -0500, Gaetan Nadon wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13-11-03 09:58 PM, Keith Packard wrote: I think this will eliminate the spurious messages. If you concur, I'll amend the previous patch with this change and push it to master.

Re: [PATCH] Disable DRI3 and sync fence FD functions if xshmfence isn't available

2013-11-04 Thread Daniel Stone
Hi, On 4 November 2013 21:30, Matthieu Herrb matthieu.he...@laas.fr wrote: +if DRI3 +DRI3_SUBDIR = dri3 +DRI3_LIB = dri2/libdri3.la +endif ITYM dri3/libdri3.la. Cheers, Daniel ___ xorg-devel@lists.x.org: X.Org development Archives:

[PATCH] composite: Fix COW creation for Xinerama

2013-11-04 Thread Adam Jackson
Say you have two 800x600 screens left/right of each other. A window that's 200x200 at +700+0 in protocol coordinate space will appear to be at -100+0 in the coordinate space of the right hand screen. Put another way: windows are in the coordinate space of their root window pixmap. We weren't

Re: [PATCH] Disable DRI3 and sync fence FD functions if xshmfence isn't available

2013-11-04 Thread Matthieu Herrb
On Mon, Nov 04, 2013 at 09:52:14PM +, Daniel Stone wrote: Hi, On 4 November 2013 21:30, Matthieu Herrb matthieu.he...@laas.fr wrote: +if DRI3 +DRI3_SUBDIR = dri3 +DRI3_LIB = dri2/libdri3.la +endif ITYM dri3/libdri3.la. Sure. Sorry. I didn't test it on Linux :) -- Matthieu

Re: [PATCH] Disable DRI3 and sync fence FD functions if xshmfence isn't available

2013-11-04 Thread Matthieu Herrb
On Mon, Nov 04, 2013 at 10:30:22PM +0100, Matthieu Herrb wrote: [even with this patch I still have an issue with the glx extension module build, but it's probably not directly related, so I'm going to investigate further and send another patch. This additional hunk fixes this issue above for

Re: xserver with DRI3 shm.c: unknown type name: xShmAttachFdReq and xShmCreateSegmentReq

2013-11-04 Thread Keith Packard
Mark Kettenis mark.kette...@xs4all.nl writes: Of those systems only HP-UX and IRIX seem to implement the old 4.3 BSD interface, and I doubt we still care about those systems. Sounds like assuming SYSV SHM == fd passing isn't completely insane then; would be nice to hear from others with

Re: [PATCH 2/2] Add APIs to send file descriptors through the network

2013-11-04 Thread Keith Packard
Mark Kettenis mark.kette...@xs4all.nl writes: The testing bit is a bit of a problem as there is no DRI3 support on OpenBSD, at least not yet. But I'll see if I can write a little bit of test code that uses this code. An I'll update the fixes to also cover your new readv implementation. You

[PATCH 1/2] fixes: Fix PanoramiXSetPictureClipRegion for window pictures

2013-11-04 Thread Adam Jackson
Windows in Xinerama are in the coordinate space of their root window pixmap, not in protocol space. This fixes 'xcompmgr -n' when Xinerama is active. Signed-off-by: Adam Jackson a...@redhat.com --- xfixes/region.c | 15 +++ 1 file changed, 15 insertions(+) diff --git

[PATCH 0/2] Attempt to fix FIXES for Xinerama

2013-11-04 Thread Adam Jackson
Regular readers will be noticing a theme, by this point. Basically the Xinerama enablement in the Composite stack works if and only if all your backend screens are overlapped at +0+0. This was sufficient for Nomad, since effectively all the backends are intentionally mirrored views, but people

[PATCH 2/2] fixes: Fix PanoramiXSetWindowShapeRegion

2013-11-04 Thread Adam Jackson
Windows in Xinerama are in the coordinate space of their root window pixmap, not in protocol space. Signed-off-by: Adam Jackson a...@redhat.com --- xfixes/region.c | 12 1 file changed, 12 insertions(+) diff --git a/xfixes/region.c b/xfixes/region.c index be0c886..72954c5 100644

Re: Donation of ARM CubieTruck to anyone interested in developing Xorg for ARM

2013-11-04 Thread Matt Turner
On Sat, Nov 2, 2013 at 9:32 AM, Luc Verhaegen l...@skynet.be wrote: On Sat, Nov 02, 2013 at 06:28:10PM +0200, Alexey Eromenko wrote: The people at sunxi ML probably already have Allwinner-based products. Sending them a cubietruck won't change much. Are you telling us that we are doing such a

Re: Donation of ARM CubieTruck to anyone interested in developing Xorg for ARM

2013-11-04 Thread Luc Verhaegen
On Mon, Nov 04, 2013 at 04:50:49PM -0800, Matt Turner wrote: On Sat, Nov 2, 2013 at 9:32 AM, Luc Verhaegen l...@skynet.be wrote: On Sat, Nov 02, 2013 at 06:28:10PM +0200, Alexey Eromenko wrote: The people at sunxi ML probably already have Allwinner-based products. Sending them a cubietruck

[PATCH] hw/xfree86: Link libdri3 only when DRI3 is defined

2013-11-04 Thread Keith Packard
Don't attempt to link non-existant libraries... Signed-off-by: Keith Packard kei...@keithp.com --- DRI3 isn't part of hw/xfree86, so you need to go looking in $(top_builddir) hw/xfree86/Makefile.am | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hw/xfree86/Makefile.am

Re: [PATCH] Disable DRI3 and sync fence FD functions if xshmfence isn't available

2013-11-04 Thread Keith Packard
Gaetan Nadon mems...@videotron.ca writes: Perfect, thanks Merged with changes and review. -- keith.pack...@intel.com pgpgyP4EX2cuK.pgp Description: PGP signature ___ xorg-devel@lists.x.org: X.Org development Archives:

[git pull] 1.14 randr fixes without ABI breakage

2013-11-04 Thread Dave Airlie
Okay as promised and thanks to Aaron catching it I've backported the randr fixes again, this pull request contains a revert of the merge commit then repicking off the fixes across, with the two abi breaks undone. Dave. The following changes since commit ad2fa50b5371f6e71a66d47e73304599c90f9118:

Re: [git pull] 1.14 randr fixes without ABI breakage

2013-11-04 Thread Matt Dew
Thanks Dave. merged. ad2fa50..cf684f0 server-1.14-branch - server-1.14-branch Let me know if this doesn't fix the problem. Matt On 11/04/2013 08:32 PM, Dave Airlie wrote: Okay as promised and thanks to Aaron catching it I've backported the randr fixes again, this pull request contains a

[PATCH:bdftopcf] Correct usage message for scanline unit option to be -u, not -s

2013-11-04 Thread Alan Coopersmith
Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- bdftopcf.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdftopcf.c b/bdftopcf.c index da83938..1b24aa1 100644 --- a/bdftopcf.c +++ b/bdftopcf.c @@ -148,7 +148,7 @@ main(int argc, char *argv[])

Re: [PATCH:bdftopcf] Correct usage message for scanline unit option to be -u, not -s

2013-11-04 Thread Matthieu Herrb
On Mon, Nov 04, 2013 at 10:30:38PM -0800, Alan Coopersmith wrote: Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com Reviewed-by: Matthieu Herrb matth...@herrb.eu --- bdftopcf.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdftopcf.c b/bdftopcf.c index

Re: [PATCH] hw/xfree86: Link libdri3 only when DRI3 is defined

2013-11-04 Thread Matthieu Herrb
On Mon, Nov 04, 2013 at 07:05:14PM -0800, Keith Packard wrote: Don't attempt to link non-existant libraries... Signed-off-by: Keith Packard kei...@keithp.com Reviewed-by: Matthieu Herrb matth...@herrb.eu --- DRI3 isn't part of hw/xfree86, so you need to go looking in $(top_builddir)