Re: [ANNOUNCE] libxshmfence 1.0

2013-11-02 Thread Keith Packard
Alan Coopersmith alan.coopersm...@oracle.com writes: What about platforms which don't have linux/futex.h ? I looked into alternate synchronization mechanisms; I couldn't figure out how to use standard pthread APIs to provide the desired semantics. Here's the detailed write up I did that

Re: [PATCH 08/10] Add support for MIT-SHM AttachFd request

2013-11-02 Thread Keith Packard
Mark Kettenis mark.kette...@xs4all.nl writes: Might make sense to use shm_mkstemp() here, but it seems that's an OpenBSD-ism even though Debian has a bug report for it long before we added it ;). I'd love to use a simpler API for this; if your kernel supports one, patches are welcome. --

Re: [PATCH modular] build.sh: add presentproto, dri3proto, and libxshmfence

2013-11-02 Thread Keith Packard
Aaron Plattner aplatt...@nvidia.com writes: On 11/01/2013 04:49 PM, Gaetan Nadon wrote: On 13-11-01 05:52 PM, Aaron Plattner wrote: I'll try to put together some patches for this, though I'm not too familiar with these modules or the state of the art in autotools incantations. Thanks,

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

2013-11-02 Thread Gaetan Nadon
Signed-off-by: Gaetan Nadon mems...@videotron.ca --- build.sh |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 4def1d0..0269ea3 100755 --- a/build.sh +++ b/build.sh @@ -913,7 +913,11 @@ build_lib() { build lib libXrandr build lib

Re: [ANNOUNCE] libxshmfence 1.0

2013-11-02 Thread Mouse
Here's the detailed write up I did that describes the SyncFence semantics and how those map directly to Linux Futexes: [...] This makes SyncFences sound like condition variables under another name, to me. Surely pthreads has condition variables? (I don't know pthreads) However, I'd give

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

2013-11-02 Thread Alexey Eromenko
Hello, My name is Alexey, and I'm interested in having ARM CubieTruck hardware well supported by Debian for desktop (KDE) use. CubieTruck is an ARM mini-PC aka Liliputer, based on AllWinner A20 processor + 2 GB RAM + 8 GB flash + VGA (!) port + SATA + Ethernet + WiFi, making it good enough for a

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

2013-11-02 Thread Luc Verhaegen
On Sat, Nov 02, 2013 at 06:13:22PM +0200, Alexey Eromenko wrote: Hello, My name is Alexey, and I'm interested in having ARM CubieTruck hardware well supported by Debian for desktop (KDE) use. CubieTruck is an ARM mini-PC aka Liliputer, based on AllWinner A20 processor + 2 GB RAM + 8 GB

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

2013-11-02 Thread Alexey Eromenko
The people at sunxi ML probably already have Allwinner-based products. Sending them a cubietruck won't change much. On Sat, Nov 2, 2013 at 6:23 PM, Luc Verhaegen l...@skynet.be wrote: On Sat, Nov 02, 2013 at 06:13:22PM +0200, Alexey Eromenko wrote: Hello, My name is Alexey, and I'm interested

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

2013-11-02 Thread Luc Verhaegen
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 terrible job that you feel the need to try to create communities

xshmfence, dri3proto and presentproto commit messages to xorg-commit@ ?

2013-11-02 Thread Matthieu Herrb
Hi, it looks like those 3 new repositories are not setup to send out commit messages to the xorg-com...@lists.freedesktop.org mailing list. Could someone with proper access fix it? Thanks. -- Matthieu Herrb ___ xorg-devel@lists.x.org: X.Org

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

2013-11-02 Thread Gaetan Nadon
I can't find where those types are defined. Should they be in shmproto.h? For those who have it working, give me a hint! I tried --disable-dri3 to get past the compile errors, but libxshmfence is a hard requirement, so this option does not really work. Thanks.

[PATCH 2/2] Add SEND_FDS version of Readv

2013-11-02 Thread Keith Packard
Now that we've found that libFS uses readv, we can test whether this readv implementation works correctly. Signed-off-by: Keith Packard kei...@keithp.com --- Xtranssock.c | 24 1 file changed, 24 insertions(+) diff --git a/Xtranssock.c b/Xtranssock.c index

[PATCH 1/2] Revert Remove 'Readv' interface

2013-11-02 Thread Keith Packard
This reverts commit 9e8d99c2e27f2c8acbbfb5b760649aa1bfad665e. libFS still uses this API... --- Xtrans.c | 7 +++ Xtrans.h | 6 ++ 2 files changed, 13 insertions(+) diff --git a/Xtrans.c b/Xtrans.c index 7c7967f..be9a057 100644 --- a/Xtrans.c +++ b/Xtrans.c @@ -866,6 +866,13 @@

Re: xserver: Branch 'server-1.14-branch' - 10 commits

2013-11-02 Thread Matt Dew
Hi Aaron, Ugh. Unacceptable for a stable branch. How do I fix this? Should I revert that whole merge? thanks, Matt On 11/01/2013 09:33 AM, Aaron Plattner wrote: On 10/31/2013 11:03 PM, Matt Dew wrote: hw/xfree86/common/xf86platformBus.c |6 + hw/xfree86/modes/xf86RandR12.c |