Re: [RFC][PATCH 4/5] XResource extension v1.2 implementation of XResQueryClientIds

2010-12-07 Thread Erkki Seppala
On 03.12.2010 17:15, Rami Ylimäki wrote: - + Let's clean the dummy changes from the patch. Oops. I had actually cleaned a few trailing whitespaces from the patch to avoid git am from complaining, but apparently I've been overzealous :). Check if memory allocation failed. Right.

Re: [PATCH] Fixes v5: Cursor barriers

2010-12-07 Thread Daniel Stone
On Tue, Dec 07, 2010 at 11:26:18AM +1000, Peter Hutterer wrote: On Mon, Nov 15, 2010 at 05:11:54PM -0500, Adam Jackson wrote: +CreateCursorBarrier + + barrier:BARRIER + window: WINDOW + x1, y2, x2, y2:

Re: [PATCH] RandR version 1.4 additions

2010-12-07 Thread Daniel Stone
On Mon, Dec 06, 2010 at 02:33:17PM -0800, Keith Packard wrote: On Mon, 6 Dec 2010 10:09:00 -0800, Aaron Plattner aplatt...@nvidia.com wrote: I like the idea of not freezing the screen when the CM crashes. Yeah, the only trick will be to automagically resize the screen pixmap to hold the

Re: [PATCH xserver (v4) 03/10] Make Await SyncTrigger functions generic

2010-12-07 Thread Daniel Stone
On Mon, Dec 06, 2010 at 04:52:43PM -0800, Keith Packard wrote: On Mon, 6 Dec 2010 14:53:17 -0800, James Jones jajo...@nvidia.com wrote: +SyncCounter *pCounter; + +assert(!pTrigger-pSync || (SYNC_COUNTER == pTrigger-pSync-type)); + +pCounter = (SyncCounter *)pTrigger-pSync;

Re: [PATCH] fonts: Fix typo in async ListFonts logic

2010-12-07 Thread Daniel Stone
On Mon, Dec 06, 2010 at 06:06:57PM -0500, Adam Jackson wrote: This was introduced in 3ab6cd31cbdf8095b2948034fce5fb645422d8da. Mea culpa. This logic is still incorrect [1], but at least it's less incorrect. [1] - https://bugzilla.redhat.com/658587 Signed-off-by: Adam Jackson

Re: Sprite transforms in RandR

2010-12-07 Thread Ville Syrjälä
On Mon, Dec 06, 2010 at 08:44:41AM -0800, ext Keith Packard wrote: On Mon, 6 Dec 2010 15:20:01 +, Daniel Stone dan...@fooishbar.org wrote: Nope, we don't have any per-CRTC differences there, it's just that rotation is essentially another property of the mode that we need to know about

Re: [PATCH] xfree86: Allow InputClass entries to specify match type

2010-12-07 Thread Dan Nicholson
On Mon, Dec 6, 2010 at 5:45 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Mon, Dec 06, 2010 at 05:47:02AM -0800, Dan Nicholson wrote: On Sun, Dec 5, 2010 at 9:29 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Thu, Dec 02, 2010 at 06:19:15AM -0800, Dan Nicholson wrote: The

Re: [PULL updated] XQuartz: disabling OSX screensaver, RandR regression, and some warning cleanups

2010-12-07 Thread Cyril Brulebois
Hi, Keith Packard kei...@keithp.com (06/12/2010): On Fri, 03 Dec 2010 17:34:22 -0800, Jeremy Huddleston jerem...@apple.com wrote: Jeremy Huddleston (4): XQuartz: Disable the Mac OS X screensaver when in full screen mode XQuartz: Remove one more backing store leftover

Re: Sprite transforms in RandR

2010-12-07 Thread Keith Packard
On Tue, 7 Dec 2010 15:44:36 +0200, Ville Syrjälä ville.syrj...@nokia.com wrote: Say, for example, that you have a portrait scanned LCD (which has it's own memory) and TV out, and let's say you want everything to be in landscape all the time. The LCD could do the required 90/270 degree

Re: [PATCH] RandR version 1.4 additions

2010-12-07 Thread Keith Packard
On Tue, 7 Dec 2010 11:02:28 +, Daniel Stone dan...@fooishbar.org wrote: Or, rather than listing the exact semantics, just state that the configuration may be changed to attempt to make the CRTC visible in an implementation-defined manner. Yeah, could do that as well. Given our lack of

[PULL modular] Assorted updates.

2010-12-07 Thread Cyril Brulebois
Hi, since modular doesn't seem to have an assigned maintainer, defaulting to Keith. :) The following changes since commit 6fb411d46cf1ae2fbcd28524e6d88c68d8125436: Properly quote $CACHE should there be a space in the value (2010-12-04 16:03:00 -0500) are available in the git repository at:

Re: [PATCH 1/4] Fix dmx linking.

2010-12-07 Thread Keith Packard
On Fri, 3 Dec 2010 18:16:47 +0100, Cyril Brulebois k...@debian.org wrote: Cyril Brulebois k...@debian.org (12/11/2010): Turn glxproxy.a into glxproxy.la, and add an explicit dependency on dix. Signed-off-by: Cyril Brulebois k...@debian.org Could I please get a review for one of those

[RFC XI 2.1] current issues

2010-12-07 Thread Denis Dzyubenko
Hi guys, I am sending this mail to both xorg-devel and multi-touch-dev maillists just in case. I've started using experimental XI 2.1 from Chase's personal ubuntu repository and noticed a few issues I would like to ask about: - I get XI_TouchMotion without ever getting XI_TouchBegin That

Re: [PATCH] Fixes v5: Cursor barriers

2010-12-07 Thread Adam Jackson
On Tue, 2010-12-07 at 11:26 +1000, Peter Hutterer wrote: + Servers supporting the X Input Extension version 2.0 or higher + respect these barriers for any cursor on relative motion events. + Absolute positioning devices do not obey these barriers as there's + no benefit to target

Re: [PATCH 1/4] Fix dmx linking.

2010-12-07 Thread Julien Cristau
On Tue, Dec 7, 2010 at 08:10:37 -0800, Keith Packard wrote: On Fri, 3 Dec 2010 18:16:47 +0100, Cyril Brulebois k...@debian.org wrote: Cyril Brulebois k...@debian.org (12/11/2010): Turn glxproxy.a into glxproxy.la, and add an explicit dependency on dix. Signed-off-by: Cyril Brulebois

Re: [PULL modular] Assorted updates.

2010-12-07 Thread Keith Packard
On Tue, 7 Dec 2010 17:04:56 +0100, Cyril Brulebois k...@debian.org wrote: Hi, since modular doesn't seem to have an assigned maintainer, defaulting to Keith. :) I don't know anything about jhbuild, so it'll be pretty useless for me to try to review these changes... Anyone else care about

Re: [PATCH 1/4] Fix dmx linking.

2010-12-07 Thread Keith Packard
On Tue, 7 Dec 2010 18:08:43 +0100, Julien Cristau jcris...@debian.org wrote: IIRC the problem was that once (core) dmx got rid of the deprecated functions, the linker would discard dix/deprecated.o before seeing glxProxy/libglxproxy.a, which did need it. I think I'd go for the first patch

Re: [PATCH 1/4] Fix GLX_LIBS vs. DMX_LIBS order.

2010-12-07 Thread Keith Packard
On Fri, 12 Nov 2010 12:18:59 +0100, Cyril Brulebois k...@debian.org wrote: If glxproxy needs symbols which aren't pulled in by dmx itself, glxproxy fails to link because of undefined references. Merged. 1498328..7807540 master - master -- keith.pack...@intel.com pgpitPezUAJyB.pgp

Re: [PULL modular] Assorted updates.

2010-12-07 Thread Chris Wilson
On Tue, 07 Dec 2010 09:21:36 -0800, Keith Packard kei...@keithp.com wrote: On Tue, 7 Dec 2010 17:04:56 +0100, Cyril Brulebois k...@debian.org wrote: Hi, since modular doesn't seem to have an assigned maintainer, defaulting to Keith. :) I don't know anything about jhbuild, so it'll be

Re: [PULL modular] Assorted updates.

2010-12-07 Thread Cyril Brulebois
Chris Wilson ch...@chris-wilson.co.uk (07/12/2010): I use it and the xorg.modules on my boxes to rebuild the stack. But I think Cyril just volunteered to maintain it. ;-) -Chris Works for me as long as I get some reviewers to help me (and that's needed, see the reviews needed for my 3 little

[PATCH] doc/xml: fix disabling of devel docs

2010-12-07 Thread Tiago Vignatti
From: Pauli Nieminen ext-pauli.niemi...@nokia.com Co-authored-by: Tiago Vignatti tiago.vigna...@nokia.com Signed-off-by: Pauli Nieminen ext-pauli.niemi...@nokia.com Signed-off-by: Tiago Vignatti tiago.vigna...@nokia.com --- doc/xml/dtrace/Makefile.am |2 ++ 1 files changed, 2 insertions(+),

Re: [PATCH] doc/xml: fix disabling of devel docs

2010-12-07 Thread Alan Coopersmith
Tiago Vignatti wrote: From: Pauli Nieminen ext-pauli.niemi...@nokia.com Co-authored-by: Tiago Vignatti tiago.vigna...@nokia.com Signed-off-by: Pauli Nieminen ext-pauli.niemi...@nokia.com Signed-off-by: Tiago Vignatti tiago.vigna...@nokia.com --- doc/xml/dtrace/Makefile.am |2 ++ 1

[PULL] Warning fixes, *LookupID* riddance, logic fix.

2010-12-07 Thread Cyril Brulebois
The following changes since commit 780754050bc9cb1489f92a2a890ab5665e3e6358: Fix GLX_LIBS vs. DMX_LIBS order. (2010-12-07 09:24:16 -0800) are available in the git repository at: git://git.debian.org/users/kibi/pkg-xorg/xorg-server.git master Cyril Brulebois (9): Fix missing string.h

Re: [PATCH] doc/xml: fix disabling of devel docs

2010-12-07 Thread Tiago Vignatti
On Tue, Dec 07, 2010 at 10:03:35AM -0800, ext Alan Coopersmith wrote: Tiago Vignatti wrote: From: Pauli Nieminen ext-pauli.niemi...@nokia.com Co-authored-by: Tiago Vignatti tiago.vigna...@nokia.com Signed-off-by: Pauli Nieminen ext-pauli.niemi...@nokia.com Signed-off-by: Tiago Vignatti

Re: [PATCH] doc/xml: fix disabling of devel docs

2010-12-07 Thread Gaetan Nadon
On Tue, 2010-12-07 at 19:50 +0200, Tiago Vignatti wrote: From: Pauli Nieminen ext-pauli.niemi...@nokia.com Co-authored-by: Tiago Vignatti tiago.vigna...@nokia.com Signed-off-by: Pauli Nieminen ext-pauli.niemi...@nokia.com Signed-off-by: Tiago Vignatti tiago.vigna...@nokia.com ---

[PATCH RESEND xserver 1/2] hw/dmx/doc: DIST_SUBDIRS not required when using AM_CONDITIONAL

2010-12-07 Thread Gaetan Nadon
The makefile can be simplyfied as Automake handle this automatically. All directories in SUBDIRS are visited for dist purposes. www.gnu.org/software/automake/manual/automake.html#SUBDIRS-vs-DIST_005fSUBDIRS Signed-off-by: Gaetan Nadon mems...@videotron.ca --- hw/dmx/Makefile.am |1 - 1

[PATCH RESEND xserver 2/2] docs: replace BUILLDOCS with existing ENABLE_DEVEL_DOCS

2010-12-07 Thread Gaetan Nadon
Use the util-macros AM Conditionals to control generation of developers documents. This is used throughout xorg modules. The doxygen generated docs are now also managed by --enable-devel-docs. Remove --enable-builddocs as this was last use for BUILDDOCS *** From the RELEASE NOTES ***

Re: [PATCH] doc/xml: fix disabling of devel docs

2010-12-07 Thread Alan Coopersmith
Tiago Vignatti wrote: On Tue, Dec 07, 2010 at 10:03:35AM -0800, ext Alan Coopersmith wrote: Tiago Vignatti wrote: From: Pauli Nieminen ext-pauli.niemi...@nokia.com Co-authored-by: Tiago Vignatti tiago.vigna...@nokia.com Signed-off-by: Pauli Nieminen ext-pauli.niemi...@nokia.com

Re: [PATCH] Use external tool for creating backtraces on crashes if available.

2010-12-07 Thread Barry Scott
On Friday 08 October 2010 17:25:12 Matthias Hopf wrote: This calls /usr/bin/xorg-backtrace to create reasonable commented backtraces with gdb. On errors it falls back to the generic method. Signed-off-by: Matthias Hopf mh...@suse.de --- This is a very useful patch, thanks for developing it.

Re: [RFC XI 2.1] current issues

2010-12-07 Thread Daniel Stone
Hi, On Tue, Dec 07, 2010 at 05:22:09PM +0100, Denis Dzyubenko wrote: I've started using experimental XI 2.1 from Chase's personal ubuntu repository and noticed a few issues I would like to ask about: - I get XI_TouchMotion without ever getting XI_TouchBegin That happens with Apple Magic

Re: [PULL modular] Assorted updates.

2010-12-07 Thread Daniel Stone
On Tue, Dec 07, 2010 at 06:45:33PM +0100, Cyril Brulebois wrote: Chris Wilson ch...@chris-wilson.co.uk (07/12/2010): I use it and the xorg.modules on my boxes to rebuild the stack. But I think Cyril just volunteered to maintain it. ;-) Works for me as long as I get some reviewers to

Re: [PATCH RESEND xserver 1/2] hw/dmx/doc: DIST_SUBDIRS not required when using AM_CONDITIONAL

2010-12-07 Thread Tiago Vignatti
On Tue, Dec 07, 2010 at 01:43:16PM -0500, ext Gaetan Nadon wrote: The makefile can be simplyfied as Automake handle this automatically. All directories in SUBDIRS are visited for dist purposes. www.gnu.org/software/automake/manual/automake.html#SUBDIRS-vs-DIST_005fSUBDIRS Signed-off-by:

[PULL] asprintfication of the X server, Solaris build fix, Oracle copyright updates

2010-12-07 Thread Alan Coopersmith
The following changes since commit 780754050bc9cb1489f92a2a890ab5665e3e6358: Fix GLX_LIBS vs. DMX_LIBS order. (2010-12-07 09:24:16 -0800) are available in the git repository at: ssh://people.freedesktop.org/~alanc/xserver master Alan Coopersmith (8): Move inclusion of panoramiX

Re: [PATCH xrandr] xrandr: dump configuration in parsable format

2010-12-07 Thread Cyril Brulebois
Hi Stefan. Stefan Tomanek stefan.toma...@wertarbyte.de (08/11/2010): - printf (%s %s, output_info-name, connection[output_info-connection]); + printf ( dump ? output %s\n : %s %s, output_info-name, connection[output_info-connection]); Looks like a missing %s in the first

[PATCH xf86-video-sunffb] Remove xf86DPMSInit() duplication

2010-12-07 Thread Mark Kettenis
This driver calls xf86DPMSInit() twice, which is a bad idea since this function wraps CloseScreen(). Remove the second call. Fixes a crash on server shutdown with xserver 1.9.2 on OpenBSD/sparc64. Signed-off-by: Mark Kettenis kette...@openbsd.org --- src/ffb_driver.c | 13 - 1

Re: [PATCH RESEND xserver 2/2] docs: replace BUILLDOCS with existing ENABLE_DEVEL_DOCS

2010-12-07 Thread Tiago Vignatti
On Tue, Dec 07, 2010 at 01:43:17PM -0500, ext Gaetan Nadon wrote: Use the util-macros AM Conditionals to control generation of developers documents. This is used throughout xorg modules. The doxygen generated docs are now also managed by --enable-devel-docs. Remove --enable-builddocs as

Re: [PATCH xf86-video-sunffb] Remove xf86DPMSInit() duplication

2010-12-07 Thread Julien Cristau
On Tue, Dec 7, 2010 at 20:49:20 +0100, Mark Kettenis wrote: This driver calls xf86DPMSInit() twice, which is a bad idea since this function wraps CloseScreen(). Remove the second call. Fixes a crash on server shutdown with xserver 1.9.2 on OpenBSD/sparc64. Signed-off-by: Mark Kettenis

Re: [PATCH xf86-video-sunffb] Remove xf86DPMSInit() duplication

2010-12-07 Thread Julien Cristau
On Tue, Dec 7, 2010 at 20:59:36 +0100, Julien Cristau wrote: FFBDPMSSet() calls FFBDacDPMSMode(GET_FFB_FROM_SCRN(pScrn), DPMSMode, 0), ignoring the flags. Which one was correct? Nevermind, FFBDacDPMSMode doesn't care about the flags. Reviewed-by: Julien Cristau jcris...@debian.org Cheers,

[PATCH xf86-video-glint] No need for byteswapping in YV12 decoding on BE machines

2010-12-07 Thread Mark Kettenis
No need for byteswapping in YV12 decoding on BE machines The hardware seems to do the proper thing already, so always use the same code on both little-endian and big-endian machines. Fixes xv YV12 on a TechSource Raptor GFX aka Sun PGX32. Signed-off-by: Mark Kettenis kette...@openbsd.org ---

Re: [PULL modular] Assorted updates.

2010-12-07 Thread Gaetan Nadon
On Tue, 2010-12-07 at 19:14 +, Daniel Stone wrote: On Tue, Dec 07, 2010 at 06:45:33PM +0100, Cyril Brulebois wrote: Chris Wilson ch...@chris-wilson.co.uk (07/12/2010): I use it and the xorg.modules on my boxes to rebuild the stack. But I think Cyril just volunteered to maintain

[PATCH xserver 1/2] hw/dmx/doc: DIST_SUBDIRS not required when using AM_CONDITIONAL

2010-12-07 Thread Gaetan Nadon
The makefile can be simplyfied as Automake handle this automatically. All directories in SUBDIRS are visited for dist purposes. www.gnu.org/software/automake/manual/automake.html#SUBDIRS-vs-DIST_005fSUBDIRS Reviewed-by: Tiago Vignatti tiago.vigna...@nokia.com Signed-off-by: Gaetan Nadon

[PATCH xserver 2/2] docs: replace BUILLDOCS with existing ENABLE_DEVEL_DOCS

2010-12-07 Thread Gaetan Nadon
Use the util-macros AM Conditionals to control generation of developers documents. This is used throughout xorg modules. The doxygen generated docs are now also managed by --enable-devel-docs. Remove --enable-builddocs as this was last use for BUILDDOCS *** From the RELEASE NOTES ***

Re: [RFC XI 2.1] current issues

2010-12-07 Thread Denis Dzyubenko
On 7 December 2010 20:07, Daniel Stone dan...@fooishbar.org wrote: Chase, Daniel: would be nice to put packages with debugging symbols to the ppa. I have nothing to do with the PPA, sorry: I run Debian, and only test against master.  As for the crash, I don't have a Magic Trackpad either,

[PATCH libxkbcommon 0/6] Review libxkbcommon configuration Part 2

2010-12-07 Thread Gaetan Nadon
The README file could use a paragraph to describe the role of this lib in a follow-on patch. The lex and yacc test comes from the few apps that have it. Gaetan Nadon (6): config: replace deprecated INCLUDES with AM_CPPFLAGS config: add the INSTALL target for installation instructions

[PATCH libxkbcommon 1/6] config: replace deprecated INCLUDES with AM_CPPFLAGS

2010-12-07 Thread Gaetan Nadon
Fixes automake warning. Signed-off-by: Gaetan Nadon mems...@videotron.ca --- src/Makefile.am |2 +- src/makekeys/Makefile.am |2 +- src/xkbcomp/Makefile.am |2 +- test/Makefile.am |2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH libxkbcommon 2/6] config: add the INSTALL target for installation instructions

2010-12-07 Thread Gaetan Nadon
Signed-off-by: Gaetan Nadon mems...@videotron.ca --- Makefile.am |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6c97739..4ad18e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,13 +3,14 @@ SUBDIRS = include src test pkgconfigdir

[PATCH libxkbcommon 3/6] config: add the default README file.

2010-12-07 Thread Gaetan Nadon
Signed-off-by: Gaetan Nadon mems...@videotron.ca --- README | 23 +++ 1 files changed, 23 insertions(+), 0 deletions(-) create mode 100644 README diff --git a/README b/README new file mode 100644 index 000..d9851d1 --- /dev/null +++ b/README @@ -0,0 +1,23 @@ +All

[PATCH libxkbcommon 4/6] config: allow to build tarball when yacc is missing

2010-12-07 Thread Gaetan Nadon
Autoconf does not handle this scenario as well as Automake does. If xkbparse.c is already there, do not abort the configuration if yacc is missing as it is not needed. If both xkbparse.c and yacc are missing, abort configuration. Yacc is a required tool to build the package. Signed-off-by:

[PATCH libxkbcommon 5/6] config: let Automake handle Lex and Yacc dist and cleaning

2010-12-07 Thread Gaetan Nadon
BUILT_SOURCES and MAINTAINERCLEAN are not needed for lex and yacc Note that xkbscan was missing on those lines. Automake generates all the rules to handle building, distribution and cleaning. Signed-off-by: Gaetan Nadon mems...@videotron.ca --- src/xkbcomp/Makefile.am |3 --- 1 files

[PATCH libxkbcommon 6/6] config: remove PKG_PROG_PKG_CONFIG test

2010-12-07 Thread Gaetan Nadon
If pkg-config is missing, the configuration fails while initializing XORG_* macros: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd line 11622: PKG_PROG_PKG_CONFIG: command not found The output is sufficient to locate the problem. It is not possible, or very difficult, to not

Re: [RFC XI 2.1] current issues

2010-12-07 Thread Denis Dzyubenko
oh, forgot one for question. It would be nice to expose which of the touch sequences result in the mouse event. With dependent touch it is pretty clear - if there is only one touch, that's the one that triggers the consequtive mouse events, and if there is more than one, there will be no mouse

Re: [PATCH libxkbcommon 0/6] Review libxkbcommon configuration Part 2

2010-12-07 Thread Daniel Stone
On Tue, Dec 07, 2010 at 04:41:21PM -0500, Gaetan Nadon wrote: The README file could use a paragraph to describe the role of this lib in a follow-on patch. The lex and yacc test comes from the few apps that have it. Acked-by: Daniel Stone dan...@fooishbar.org Please feel free to push these

Re: [Multi-touch-dev] [RFC XI 2.1] current issues

2010-12-07 Thread Denis Dzyubenko
On 7 December 2010 22:44, Henrik Rydberg rydb...@euromail.se wrote: Hi Denis, I guess different kernel driver for different device _will_ give you different data. Hence my question was in context of recent discussion - getting events through slave devices vs. master devices - I would expect

Re: [PATCH libxkbcommon 0/6] Review libxkbcommon configuration Part 2

2010-12-07 Thread Kristian Høgsberg
On Tue, Dec 7, 2010 at 4:52 PM, Daniel Stone dan...@fooishbar.org wrote: On Tue, Dec 07, 2010 at 04:41:21PM -0500, Gaetan Nadon wrote: The README file could use a paragraph to describe the role of this lib in a follow-on patch. The lex and yacc test comes from the few apps that have it.

Re: [PATCH xrandr] xrandr: dump configuration in parsable format

2010-12-07 Thread Stefan Tomanek
Dies schrieb Cyril Brulebois (k...@debian.org): Stefan Tomanek stefan.toma...@wertarbyte.de (08/11/2010): - printf (%s %s, output_info-name, connection[output_info-connection]); + printf ( dump ? output %s\n : %s %s, output_info-name, connection[output_info-connection]);

Re: [Multi-touch-dev] [RFC XI 2.1] current issues

2010-12-07 Thread Henrik Rydberg
Hi Denis, I guess different kernel driver for different device _will_ give you different data. Hence my question was in context of recent discussion - getting events through slave devices vs. master devices - I would expect the data to be unified so that clients won't need to have

Re: [PATCH libxkbcommon 6/6] config: remove PKG_PROG_PKG_CONFIG test

2010-12-07 Thread Cyril Brulebois
Hi Gaetan, Gaetan Nadon mems...@videotron.ca (07/12/2010): The output is sufficient to locate the problem. sure. It is not possible, or very difficult, to not have pkg-config installed as the whole desktop and countless other software depends on it. I call it trivial, but maybe that's

Re: [PATCH xf86-video-glint] No need for byteswapping in YV12 decoding on BE machines

2010-12-07 Thread Matt Turner
On Tue, Dec 7, 2010 at 8:07 PM, Mark Kettenis mark.kette...@xs4all.nl wrote: No need for byteswapping in YV12 decoding on BE machines The hardware seems to do the proper thing already, so always use the same code on both little-endian and big-endian machines.  Fixes xv YV12 on a TechSource

Re: [PATCH] xfree86: Allow InputClass entries to specify match type

2010-12-07 Thread Peter Hutterer
On Tue, Dec 07, 2010 at 06:03:53AM -0800, Dan Nicholson wrote: On Mon, Dec 6, 2010 at 5:45 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Mon, Dec 06, 2010 at 05:47:02AM -0800, Dan Nicholson wrote: On Sun, Dec 5, 2010 at 9:29 PM, Peter Hutterer peter.hutte...@who-t.net wrote:

Re: [Multi-touch-dev] [RFC XI 2.1] current issues

2010-12-07 Thread Daniel Stone
Hi, On Tue, Dec 07, 2010 at 10:54:37PM +0100, Denis Dzyubenko wrote: On 7 December 2010 22:44, Henrik Rydberg rydb...@euromail.se wrote: I guess different kernel driver for different device _will_ give you different data. Hence my question was in context of recent discussion - getting

Re: [RFC XI 2.1] current issues

2010-12-07 Thread Daniel Stone
Hi, On Tue, Dec 07, 2010 at 10:44:12PM +0100, Denis Dzyubenko wrote: It would be nice to expose which of the touch sequences result in the mouse event. With dependent touch it is pretty clear - if there is only one touch, that's the one that triggers the consequtive mouse events, and if

Re: [PATCH] Fixes v5: Cursor barriers

2010-12-07 Thread Peter Hutterer
On Tue, Dec 07, 2010 at 11:45:46AM -0500, Adam Jackson wrote: On Tue, 2010-12-07 at 11:26 +1000, Peter Hutterer wrote: + Servers supporting the X Input Extension version 2.0 or higher + respect these barriers for any cursor on relative motion events. + Absolute positioning devices do

Re: [RFC XI 2.1] current issues

2010-12-07 Thread Daniel Stone
Hi, On Tue, Dec 07, 2010 at 10:36:36PM +0100, Denis Dzyubenko wrote: On 7 December 2010 20:07, Daniel Stone dan...@fooishbar.org wrote: Chase, Daniel: would be nice to put packages with debugging symbols to the ppa. I have nothing to do with the PPA, sorry: I run Debian, and only test

[PATCH synaptics] Remove the need for XI86_CONFIGURED on input-ABI 12

2010-12-07 Thread Peter Hutterer
Just move the assignment into an already if GET_ABI_MAJOR() block. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- src/synaptics.c |9 ++--- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/synaptics.c b/src/synaptics.c index f64a081..872930c 100644 ---

Re: [RFC XI 2.1] current issues

2010-12-07 Thread Peter Hutterer
On Tue, Dec 07, 2010 at 11:46:55PM +, Daniel Stone wrote: Hi, On Tue, Dec 07, 2010 at 10:44:12PM +0100, Denis Dzyubenko wrote: It would be nice to expose which of the touch sequences result in the mouse event. With dependent touch it is pretty clear - if there is only one touch,

Re: [Multi-touch-dev] [RFC XI 2.1] current issues

2010-12-07 Thread Peter Hutterer
On Tue, Dec 07, 2010 at 11:44:19PM +, Daniel Stone wrote: I am writing this email from a macbook - at it feels like mac moves the mouse cursor for the same distance on the screen as I physically moved my finger on the touchpad (that is if you ignore acceleration and move it slow) -

Re: [RFC XI 2.1] current issues

2010-12-07 Thread Peter Hutterer
On Tue, Dec 07, 2010 at 10:36:36PM +0100, Denis Dzyubenko wrote: On 7 December 2010 20:07, Daniel Stone dan...@fooishbar.org wrote: Chase, Daniel: would be nice to put packages with debugging symbols to the ppa. I have nothing to do with the PPA, sorry: I run Debian, and only test

[PATCH] Make links in pdf output blue so it's easier to tell they're links.

2010-12-07 Thread Alan Coopersmith
Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- xorg.xsl |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/xorg.xsl b/xorg.xsl index 6184b4e..cf6c649 100644 --- a/xorg.xsl +++ b/xorg.xsl @@ -46,4 +46,12 @@ DEALINGS IN THE SOFTWARE. thus not

Re: [PATCH xserver (v4) 03/10] Make Await SyncTrigger functions generic

2010-12-07 Thread Peter Hutterer
On Mon, Dec 06, 2010 at 02:53:17PM -0800, James Jones wrote: Update all the functions dealing with Await sync triggers handle generic sync objects instead of just counters. This will facilitate code sharing between the counter sync waits and the fence sync waits. Signed-off-by: James

[PATCH xditview] make sure filename is a regular file.

2010-12-07 Thread Pat Kane
This is the second version of patch. It now uses fstat instead of stat as recommended in review comments from: Philipp Hagemeister phi...@phihag.de. Bug was reported by: Krzysztof Żelechowski giecr...@stegny.2a.pl Signed-off-by: Pat Kane pekan...@gmail.com P.S. also attached, in case

[PATCH 1/3] dix: clear up an overly convoluted if statement.

2010-12-07 Thread Peter Hutterer
No functional changes, just improves readability. This statement had things added to/removed from it for a few server releases while the input event queue was revamped. What made sense once is now mainly confusing. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- dix/getevents.c | 26

[PATCH 2/3] xfree86: don't set movement flags for non-valuator events.

2010-12-07 Thread Peter Hutterer
If a device doesn't send valuators, don't try to move its position. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- hw/xfree86/common/xf86Xinput.c | 22 ++ 1 files changed, 14 insertions(+), 8 deletions(-) diff --git a/hw/xfree86/common/xf86Xinput.c

[PATCH 3/3] dix: allow for button-only input devices (#21457)

2010-12-07 Thread Peter Hutterer
Add a few checks for the existence of a valuator class on the device to avoid null-pointer dereferences for button events from devices without a valuator class. X.Org Bug 21457 http://bugs.freedesktop.org/show_bug.cgi?id=21457 Signed-off-by: Peter Hutterer peter.hutte...@who-t.net ---

Re: [PATCH xserver (v4) 03/10] Make Await SyncTrigger functions generic

2010-12-07 Thread Peter Hutterer
On Tue, Dec 07, 2010 at 09:14:29PM -0800, James Jones wrote: On Tuesday 07 December 2010 19:53:10 Peter Hutterer wrote: -SyncInitTrigger(ClientPtr client, SyncTrigger *pTrigger, XSyncCounter counter, -Mask changes) +SyncInitTrigger(ClientPtr client, SyncTrigger *pTrigger,

Factor out drivers' DRI2 buffer counting logic

2010-12-07 Thread Christopher James Halse Rogers
The DRI2 SwapBuffers request requires drivers to defer the swap work until some point in the future. It's entirely possible for the client that requested the swap to go away before that trigger occurs, resulting in DRI2 buffers being freed in DRI2DrawableGone and then the swap event crashing the

[PATCH 1/2] DRI2: Reference count buffers across SwapBuffers

2010-12-07 Thread Christopher James Halse Rogers
The SwapBuffers request requires that we trigger the swap at some point in the future. Sane drivers implement this by passing this request to something that will trigger a callback with the buffer pointers at the appropriate time. The client can cause those buffers to be freed in X before the

[PATCH 2/2] DRI2: Track clients' outstanding swap requests.

2010-12-07 Thread Christopher James Halse Rogers
Clients can terminate with pending SwapBuffers requests waiting for the trigger, potentially a long way in the future. Track these requests so we don't end up delivering SwapBuffersComplete to an entirely unrelated client. Signed-off-by: Christopher James Halse Rogers

[PATCH] ClickPad support v4

2010-12-07 Thread Yan Li
This patch adds the support for Synaptics Clickpad devices. It requires the change in Linux kernel synaptics input driver, found in https://patchwork.kernel.org/patch/92435/ The kernel patch is already included in 2.6.34 and later releases. When the kernel driver sets only the left-button bit