Re: [RFC] Multitouch proposal v2 + implementation

2010-09-27 Thread Daniel Stone
Hi, On Fri, Sep 24, 2010 at 08:55:50AM +0200, Peter Hutterer wrote: On Tue, Sep 21, 2010 at 11:30:07AM +0200, Benjamin Tissoires wrote: In case of a passive grab (from what I understood, same think of a button press - move - release), Peter suggested to send the events to all the clients

Re: [PATCH v2] glx: Fix use after free in DrawableGone

2010-09-27 Thread Kristian Høgsberg
2010/9/23 Kristian Høgsberg k...@bitplanet.net: 2010/9/23 Jeremy Huddleston jerem...@apple.com: That seems off to me.  This is doing more than changing the c-next dereference.  You're now freeing it where you weren't before. Previously, you freed it inside: if (c-isCurrent (c-drawPriv ==

Re: Unexpected BadValue for X_OpenFont

2010-09-27 Thread Adam Jackson
On Sun, 2010-09-26 at 22:52 -0700, Jeremy Huddleston wrote: I filed this a while ago (https://bugs.freedesktop.org/show_bug.cgi?id=28803) for a user who reported it to me through XQuartz (http://xquartz.macosforge.org/trac/ticket/325) since I'm pretty clueless about a bunch of font magic.

Trivial fixes to allow the driver to switch root pixmaps

2010-09-27 Thread Chris Wilson
A third iteration of the patches to fix a couple of segfaults should the driver tweak the root pixmap whilst resizing the framebuffer. In this iteration, the removal of the pixmapPrivate is squashed with the workaround as nobody argued for its continued existence. Please review and test! -Chris

[PATCH 1/2] modes: Beware the driver switching root pixmaps

2010-09-27 Thread Chris Wilson
Program received signal SIGSEGV, Segmentation fault. 0x080d4a2d in xf86RandR12ScreenSetSize (pScreen=0x8dca3a0, width=800, height=600, mmWidth=210, mmHeight=157) at ../../../../hw/xfree86/modes/xf86RandR12.c:731 731 ../../../../hw/xfree86/modes/xf86RandR12.c: No such file or directory.

[PATCH 2/2] xfree86: Kill pixmapPrivate with a vengeance

2010-09-27 Thread Chris Wilson
ScrnInfo-pixmapPrivate only existed in order to catch invalid access to the framebuffer by making the backing data NULL across the VT switch. This was causing more confusion in the higher layers during mode setting without any real benefit, so remove it. Signed-off-by: Chris Wilson

Re: [PULL] tables initialization and DISPATCH_PROC usage removal

2010-09-27 Thread Vignatti Tiago (Nokia-MS/Helsinki)
On Fri, Sep 24, 2010 at 12:25:06AM +0200, ext Keith Packard wrote: On Tue, 14 Sep 2010 20:50:48 +0300, Tiago Vignatti tiago.vigna...@nokia.com wrote: Although there are two commits only in this set without functional changes, they touch quite a lot of code, so I preferred to send to you

Re: [PATCH v2] glx: Fix use after free in DrawableGone

2010-09-27 Thread Jeremy Huddleston
On Sep 27, 2010, at 05:42, Kristian Høgsberg wrote: ... Jeremy, does the above explanation satisfy your concerns? Keith, do you want to pick this up for master? Yes, thanks. On Sep 23, 2010, at 06:04, Kristian Høgsberg wrote: Signed-off-by: Kristian Høgsberg k...@bitplanet.net ---

[PATCH] os: Clean up various xtrans bits that we've never supported

2010-09-27 Thread Adam Jackson
Or at least, not supported since xserver 1.0. Signed-off-by: Adam Jackson a...@redhat.com --- os/access.c | 137 -- os/connection.c | 11 + os/xdmcp.c |2 +- 3 files changed, 13 insertions(+), 137 deletions(-) diff --git

Re: [PATCH 2/2] xfree86: Kill pixmapPrivate with a vengeance

2010-09-27 Thread Keith Packard
On Mon, 27 Sep 2010 17:30:14 +0100, Chris Wilson ch...@chris-wilson.co.uk wrote: diff --git a/hw/xfree86/shadowfb/shadow.c b/hw/xfree86/shadowfb/shadow.c index 0af53d1..6a990ee 100644 --- a/hw/xfree86/shadowfb/shadow.c +++ b/hw/xfree86/shadowfb/shadow.c @@ -325,7 +325,6 @@

Re: [PULL] tables initialization and DISPATCH_PROC usage removal

2010-09-27 Thread Keith Packard
On Tue, 14 Sep 2010 20:50:48 +0300, Tiago Vignatti tiago.vigna...@nokia.com wrote: Please pull Keith. Thank you, I'm still seeing build errors from this patch: xf86vmode.c: In function ‘XFree86VidModeExtensionInit’: xf86vmode.c:157: error: ‘ProcXF86VidModeDispatch’ undeclared (first use in

[PATCH] xfree86: Kill pixmapPrivate with a vengeance (v2)

2010-09-27 Thread Chris Wilson
ScrnInfo-pixmapPrivate only existed in order to catch invalid access to the framebuffer by making the backing data NULL across the VT switch. This was causing more confusion in the higher layers during mode setting without any real benefit, so remove it. v2: Kill ShadowModifyPixmapHeader() as

Re: Unexpected BadValue for X_OpenFont

2010-09-27 Thread Jeremy Huddleston
On Sep 27, 2010, at 08:42, Adam Jackson wrote: On Sun, 2010-09-26 at 22:52 -0700, Jeremy Huddleston wrote: I filed this a while ago (https://bugs.freedesktop.org/show_bug.cgi?id=28803) for a user who ... You'll get: X Error of failed request: BadValue (integer parameter out of range for

Re: dead code in build.sh?

2010-09-27 Thread Adrian Bunk
On Tue, Sep 21, 2010 at 02:50:16PM -0700, Alan Coopersmith wrote: Adrian Bunk wrote: On Tue, Sep 21, 2010 at 01:48:28PM -0700, Alan Coopersmith wrote: Adrian Bunk wrote: What serious problems do you have when you are using the autotools in the X.Org components? When building the

[PULL] DMX2 Xinerama fixes

2010-09-27 Thread Adam Jackson
The following changes since commit 58bd317e29f4abf7f950891339d2a6a78ddf7903: xfree86: nds32: add nds32 support for compiler related mmio codes (2010-09-23 15:36:40 -0700) are available in the git repository at: ssh://people.freedesktop.org/~ajax/xserver.git dmx2-dix-on-1.9 David Reveman

Re: [PULL] Yet more loader cleanups

2010-09-27 Thread Adam Jackson
On Wed, 2010-09-22 at 11:14 -0400, Adam Jackson wrote: As before, with r-b's from Alan and Julien. Bump. - ajax signature.asc Description: This is a digitally signed message part ___ xorg-devel@lists.x.org: X.Org development Archives:

[PATCH] xfree86: Add 18bpp support

2010-09-27 Thread Adam Jackson
Signed-off-by: Adam Jackson a...@redhat.com --- hw/xfree86/common/xf86Helper.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/hw/xfree86/common/xf86Helper.c b/hw/xfree86/common/xf86Helper.c index 90e0c67..8e3ee3f 100644 --- a/hw/xfree86/common/xf86Helper.c +++

[PATCH modular 1/3] Alphabetize usage() options.

2010-09-27 Thread Trevor Woerner
From: Trevor Woerner twoer...@gmail.com Sort the command-line options in alphabetical order, short options followed by long options. Signed-off-by: Trevor Woerner twoer...@gmail.com --- build.sh | 30 +++--- 1 files changed, 15 insertions(+), 15 deletions(-) diff

[PATCH modular 2/3] Perform arbitrary git or make commands.

2010-09-27 Thread Trevor Woerner
From: Trevor Woerner twoer...@gmail.com Use the -cmd command-line argument to perform an arbitrary git or make command over all processed module/components. Signed-off-by: Trevor Woerner twoer...@gmail.com --- build.sh | 95 ++--- 1

[PATCH modular 3/3] Generalize progress message.

2010-09-27 Thread Trevor Woerner
From: Trevor Woerner twoer...@gmail.com With the new --cmd option any arbitrary command can be applied to all modules, not just building. Signed-off-by: Trevor Woerner twoer...@gmail.com --- build.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/build.sh b/build.sh

Mode validation issue in geode driver

2010-09-27 Thread Huang, FrankR
According to my debug on X server and geode driver, I am more clear about this part code(src/lx_output.c lx_output_mode_valid()). In the X server function xf86ProbeOutputModes(), there are three types of modes. They are conf_modes, output_modes, default_modes. 1)The Modeline in xorg.conf is