The X.Org Foundation is an accepted for the GSoC 2014!

2014-02-25 Thread Martin Peres
Hey, open source graphics enthusiasts, Yesterday, Google announced that the X.Org foundation is an accepted organization for the GSoC 2014! If you are a potential mentor and would have a project you would like a student to work on, you can propose a project in the summer of code ideas wiki

Re: [PATCH 6/6] glamor: Add support for DRI3.

2014-02-25 Thread Eric Anholt
davya...@free.fr writes: Hi, While for XWayland we want to provide our own dri3_open, we still want to have glamor enabling the dri3 support That is rather a GLAMOR_NO_DRI3_SETUP flag and +if (glamor_egl-dri3_capable !(glamor_priv-flags GLAMOR_NO_DRI3)) { +/* Tell the

Re: [PATCH 4/5] miinitext: avoid allocating a sentinel ExtensionModule

2014-02-25 Thread Emil Velikov
Hello gents, Can someone take a look at this patch please. Keith already covered the rest of the series but this patch went below his radar. Thanks Emil On 05/02/14 16:20, Emil Velikov wrote: With all the logic now in place there is no need to allocate a separate ExtensionModule to be used as

Re: [PATCH] arch: Fix image and bitmap byte order for ppc64le

2014-02-25 Thread Egbert Eich
On Mon, Feb 24, 2014 at 11:18:27AM +0100, Mark Kettenis wrote: X-Original-To: xorg-devel@lists.x.org From: Egbert Eich e...@freedesktop.org Date: Mon, 24 Feb 2014 10:57:23 +0100 From: Dinar Valeev dval...@suse.com So far PPC was big endian for sure. For ppc64le this is no longer

Re: [PATCH xfs 1/3] Warning fixes.

2014-02-25 Thread Gaetan Nadon
On 14-01-29 04:14 PM, Keith Packard wrote: This patch also stops re-using the 'port' variable in GetInetdListenInfo when fetching the ReopenInfo. That's not strictly necessary here, but will be useful when the Reopen API in libxtrans changes to take a constant parameter. Signed-off-by: Keith

Re: [PATCH xf86-input-synaptics 1/8] Add another third state to TouchpadOff for disabling all but button clicks

2014-02-25 Thread Carl Worth
Hans de Goede hdego...@redhat.com writes: 0Touchpad is enabled 1Touchpad is switched off 2Only tapping and scrolling is switched off +3Only cursor movement is switched off I like the idea of this one, and have found it extremely handy already trying to get my new Lenovo

[PATCH 4/6] xorg: Connect up the glamor XV code, xorg DDX-only for now.

2014-02-25 Thread Eric Anholt
Porting this code to be non-xorg-dependent is going to take significant hacking, so just dump it in the glamoregl module for the moment, so I can hack on it while regression testing. v2: Fix compiler warnings by adding #include dix-config.h at the top, don't try to auto-init (I'll try to fix

[PATCH] config: search for PnPID on all parents (#75513)

2014-02-25 Thread Peter Hutterer
The PnPID for a device may not be on the immediate parent, so search up the device tree until we find one. X.Org Bug 75513 http://bugs.freedesktop.org/show_bug.cgi?id=75513 Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- Another fix for the T440 and associated laptops. With Matthew's

Re: [PATCH xf86-input-synaptics 0/8] Various clickpad improvements

2014-02-25 Thread Peter Hutterer
On Fri, Feb 21, 2014 at 10:31:36AM +0100, Hans de Goede wrote: Hi Peter, Benjamin et al, The following patchset is the result of me playing with the clickpad on the T440s and trying to make using it a more pleasant experience Patch 1: Add another third state to TouchpadOff for disabling

Re: [PATCH xf86-input-synaptics 1/8] Add another third state to TouchpadOff for disabling all but button clicks

2014-02-25 Thread Peter Hutterer
On Tue, Feb 25, 2014 at 02:25:50PM -0800, Carl Worth wrote: Hans de Goede hdego...@redhat.com writes: 0 Touchpad is enabled 1 Touchpad is switched off 2 Only tapping and scrolling is switched off +3 Only cursor movement is switched off whoopsi, i've pushed a patch to fix up this

Re: [PATCH:mkcomposecache] Replace manual calculations of memory allocations with asprintf calls

2014-02-25 Thread Alan Coopersmith
On 02/23/14 04:30 PM, Jasper St. Pierre wrote: I didn't know asprintf was standardized. Nice to hear it! Hmm, I just doublechecked, and guess I'd misremembered it being there (though I think asprintf() is there in all current releases of GNU libc, Solaris the BSD's, just not some of the older