Don't feel too bad. I missed it too and bugged Peter about it before I pushed
the release ;)
On Mar 24, 2011, at 11:31 PM, Matt Turner wrote:
> On Fri, Mar 25, 2011 at 6:19 AM, Jeremy Huddleston wrote:
>>
>> On Mar 24, 2011, at 11:06 PM, Matt Turner wrote:
>>>
>>> Is this one of those cases
xf86-video-xgi and xf86-video-xgixp fail to build on BigEndian architectures
due to:
http://tinderbox.x.org/builds/2011-03-25-0003/logs/xf86-video-xgi/#build
src/xgi_accel.c references undefined CurrentColorDepth
http://tinderbox.x.org/builds/2011-03-25-0003/logs/xf86-video-xgixp/#build
src/xgi_
On Fri, Mar 25, 2011 at 6:19 AM, Jeremy Huddleston wrote:
>
> On Mar 24, 2011, at 11:06 PM, Matt Turner wrote:
>>
>> Is this one of those cases where someone, long ago, thought using
>> longs was inherently good? Can we just change labels to be an array of
>> ints, or is that too easy?
>
> You can
On Mar 24, 2011, at 11:06 PM, Matt Turner wrote:
>
> Is this one of those cases where someone, long ago, thought using
> longs was inherently good? Can we just change labels to be an array of
> ints, or is that too easy?
You can just get the latest libXi release with the fix.
_
On Sun, Mar 13, 2011 at 10:11 PM, Christian Weisgerber
wrote:
> GTK+3 blows up on LP64 archs with strict alignment. This comes
> down to an unaligned access error in libXi, specifically in
> the XIButtonClass case in copy_classes() in XExtInt.c.
>
> cls_lib->num_buttons = cls_wire->num_buttons
The following changes since commit 03f45df93469f6aef391e97007b9614e0770cc4c:
Merge remote-tracking branch 'airlied/xinerama-cleanup' (2011-03-23 13:38:37
+0900)
are available in the git repository at:
git://people.freedesktop.org/~whot/xserver.git for-keith
Erkki Seppälä (1):
config:
Peter Hutterer (18/03/2011):
> Makes reading the log file a lot easier for those that don't magically
> recognise the log spew by the individual drivers.
>
> Signed-off-by: Peter Hutterer
Oh yeah.
Reviewed-by: Cyril Brulebois
KiBi.
signature.asc
Description: Digital signature
_
Dave Airlie (24/03/2011):
> From: Dave Airlie
>
> This refers to pWin->winSize in some #if 0 code remove it.
>
> Signed-off-by: Dave Airlie
Reviewed-by: Cyril Brulebois
KiBi.
signature.asc
Description: Digital signature
___
xorg-devel@lists.x.or
On Fri, Mar 18, 2011 at 03:06:33PM +, Jon TURNEY wrote:
> commit 769531b9 "Add mode field to pointer movement hooks" changes the
> function signature of miPointerSetPosition() to include the movement mode
> which resulted in the pointer position
>
> Update use of miPointerSetPosition() in winE
Pushed To ssh://git.freedesktop.org/git/xorg/app/xinit
2d88aba..75a969b master -> master
--
-Alan Coopersmith-alan.coopersm...@oracle.com
Oracle Solaris Platform Engineering: X Window System
___
xorg-devel@lists.x.org: X.Or
On Thu, Mar 24, 2011 at 2:17 PM, Matt Turner wrote:
> On Thu, Mar 24, 2011 at 7:19 PM, Matt Turner wrote:
>> On Thu, Mar 24, 2011 at 7:09 PM, Dan Nicholson wrote:
>>> On Thu, Mar 24, 2011 at 10:14 AM, Daniel Stone wrote:
On Thu, Mar 24, 2011 at 09:20:39AM -0400, Gaetan Nadon wrote:
> O
On Thu, Mar 24, 2011 at 8:52 PM, Adam Jackson wrote:
> Signed-off-by: Adam Jackson
> ---
Reviewed-by: Matt Turner
___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/
On Thu, Mar 24, 2011 at 7:19 PM, Matt Turner wrote:
> On Thu, Mar 24, 2011 at 7:09 PM, Dan Nicholson wrote:
>> On Thu, Mar 24, 2011 at 10:14 AM, Daniel Stone wrote:
>>> On Thu, Mar 24, 2011 at 09:20:39AM -0400, Gaetan Nadon wrote:
On Wed, 2011-03-23 at 23:29 -0400, Matt Turner wrote:
>
Hi everyone,
My name is Emeric, I am a 22 years old french student, and I am
currently looking to apply to the google summer of code 2011.
I saw the "Gallium H.264 decoding" idea on the X.Org GSoC page, and I
am particularly interested by this project.
The idea would be to use shaders to do some w
Signed-off-by: Adam Jackson
---
dix/resource.c | 34 --
1 files changed, 16 insertions(+), 18 deletions(-)
diff --git a/dix/resource.c b/dix/resource.c
index 26d2c72..a04f49f 100644
--- a/dix/resource.c
+++ b/dix/resource.c
@@ -562,6 +562,17 @@ RebuildTable(int
On Thu, Mar 24, 2011 at 7:09 PM, Dan Nicholson wrote:
> On Thu, Mar 24, 2011 at 10:14 AM, Daniel Stone wrote:
>> On Thu, Mar 24, 2011 at 09:20:39AM -0400, Gaetan Nadon wrote:
>>> On Wed, 2011-03-23 at 23:29 -0400, Matt Turner wrote:
>>> > Fixes: http://bugs.gentoo.org/show_bug.cgi?id=360227
>>> >
On Thu, Mar 24, 2011 at 10:14 AM, Daniel Stone wrote:
> On Thu, Mar 24, 2011 at 09:20:39AM -0400, Gaetan Nadon wrote:
>> On Wed, 2011-03-23 at 23:29 -0400, Matt Turner wrote:
>> > Fixes: http://bugs.gentoo.org/show_bug.cgi?id=360227
>> >
>> > Problem is easily seen during compile:
>> > -DDFLT_
On Thu, 24 Mar 2011 15:18:17 +0100 (CET), Mark Kettenis
wrote:
> Actually, checking the return value of close(2) is fairly silly, at
> least in this context. So you could write this as:
Yeah, what error are they looking for here?
--
keith.pack...@intel.com
pgpBkBhWnuf17.pgp
Description: PG
On Thu, Mar 24, 2011 at 09:20:39AM -0400, Gaetan Nadon wrote:
> On Wed, 2011-03-23 at 23:29 -0400, Matt Turner wrote:
> > Fixes: http://bugs.gentoo.org/show_bug.cgi?id=360227
> >
> > Problem is easily seen during compile:
> > -DDFLT_XKB_CONFIG_ROOT='""/usr/share/X11/xkb""'
>
> This is what I
On Wed, Mar 23, 2011 at 01:56:50PM +1000, Peter Hutterer wrote:
> The vast majority of this patch are indentation changes, removing preceding
> spaces from text.
> Header lines and some linebreaks to enable list parsing were added.
>
> Signed-off-by: Peter Hutterer
> ---
> this is the most excit
On Thu, Mar 24, 2011 at 1:20 PM, Gaetan Nadon wrote:
> This is what I get on Ubuntu before the patch:
>
> -DDFLT_XKB_CONFIG_ROOT=\"/home/nadon/xorg/src/share/X11/xkb\"
>
> Is this a platform difference?
I kind of think so.
> With the patch I get:
>
> -DDFLT_XKB_CONFIG_ROOT='/home/nadon/xorg/
On Thu, Mar 24, 2011 at 1:13 PM, Dan Nicholson wrote:
> On Wed, Mar 23, 2011 at 8:29 PM, Matt Turner wrote:
>> Fixes: http://bugs.gentoo.org/show_bug.cgi?id=360227
>>
>> Problem is easily seen during compile:
>> -DDFLT_XKB_CONFIG_ROOT='""/usr/share/X11/xkb""'
>> ---
>> src/xkbcomp/Makefil
> From: =?UTF-8?q?Erkki=20Sepp=C3=A4l=C3=A4?=
> Date: Thu, 24 Mar 2011 15:46:39 +0200
>
> DetermineClientPid didn't close file descriptor if read on
> /proc/pid/cmdline failed. Added close to that path of code.
>
> Signed-off-by: Erkki Seppälä
> Reviewed-by: Rami Ylimäki
> ---
> os/client.
On Thu, 2011-03-24 at 14:06 +1000, Dave Airlie wrote:
> From: Dave Airlie
>
> each DDX has its own copy, I've taken the darwin one,
> though I'm not sure why it needs the pOldClip piece that nobody
> else has and the commit msg is like an "Updates from magic land"
> type message.
>
> This remove
Helllo,
On 24 March 2011 13:57, wrote:
>
> Hello everyone,
>
> this time, slightly more specific, the second version of my proposal (thanks
> for the feedback marcoz & cnd)
>
> Based on increasing every day use of Convertible-Notebooks, Tablet-PCs and
> other touchscreen controlled devices, the
DetermineClientPid didn't close file descriptor if read on
/proc/pid/cmdline failed. Added close to that path of code.
Signed-off-by: Erkki Seppälä
Reviewed-by: Rami Ylimäki
---
os/client.c |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/os/client.c b/os/client.c
ind
On Thu, 2011-03-24 at 13:46 +0200, Erkki Seppälä wrote:
> Instead of using the "proper" DamageDamageRegion for reporting the
> first (virtual) damage in ProcDamageCreate that covers the borderClip
> of the drawable window, use DamageExtReport directly. This avoids
> sending all other damage listene
On Wed, 2011-03-23 at 23:29 -0400, Matt Turner wrote:
> Fixes: http://bugs.gentoo.org/show_bug.cgi?id=360227
>
> Problem is easily seen during compile:
> -DDFLT_XKB_CONFIG_ROOT='""/usr/share/X11/xkb""'
This is what I get on Ubuntu before the patch:
-DDFLT_XKB_CONFIG_ROOT=\"/home/nadon
Hello everyone,
this time, slightly more specific, the second version of my proposal (thanks
for the feedback marcoz & cnd)
Based on increasing every day use of Convertible-Notebooks, Tablet-PCs and
other touchscreen controlled devices, the need for more comprehensive control
elements mus
On Wed, Mar 23, 2011 at 8:29 PM, Matt Turner wrote:
> Fixes: http://bugs.gentoo.org/show_bug.cgi?id=360227
>
> Problem is easily seen during compile:
> -DDFLT_XKB_CONFIG_ROOT='""/usr/share/X11/xkb""'
> ---
> src/xkbcomp/Makefile.am | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions
Hello,
with many tablets, mice with dozens of buttons and multimedia
keyboards around the distinction between a mouse button and a keyboard
key is not very useful from a user's point of view.
To the contrary, it's confusing and limiting.
There are some options for generating mouse events with xk
On 03/23/2011 06:13 AM, Peter Hutterer wrote:
> Having rotation support has been a feature requested for a while
> now. Now we've had two independent implementations happen within quite a
> short timeframe, one in synaptics, one in evdev (and wacom has had it's own
> implementation for a while). So
Instead of using the "proper" DamageDamageRegion for reporting the
first (virtual) damage in ProcDamageCreate that covers the borderClip
of the drawable window, use DamageExtReport directly. This avoids
sending all other damage listeners from receiving a full window update
when a new damage object
On 24/03/11 19:38 , stefan.k...@nokia.com wrote:
Hi,
-Original Message-
From: ext Peter Hutterer [mailto:peter.hutte...@who-t.net]
Sent: 21 March, 2011 01:16
To: Erkki Seppälä
Cc: xorg-devel@lists.x.org; Kost Stefan (Nokia-MS/Helsinki)
Subject: Re: [PATCH] [xorg/xserver] config: handle
Hi,
>-Original Message-
>From: ext Peter Hutterer [mailto:peter.hutte...@who-t.net]
>Sent: 21 March, 2011 01:16
>To: Erkki Seppälä
>Cc: xorg-devel@lists.x.org; Kost Stefan (Nokia-MS/Helsinki)
>Subject: Re: [PATCH] [xorg/xserver] config: handle device change event
>properly
>
>On Fri, Mar 1
On 24.03.2011 02:25, Keith Packard wrote:
That's icky. Fixing that without losing the damage sent to new clients
might be tricky though.
How about not using the existing machinery for sending the initial
event? I imagine it would not be many lines of code for that situation.
Possibly just cal
36 matches
Mail list logo