Re: IR remote control autorepeat / evdev

2011-05-13 Thread Mauro Carvalho Chehab
Em 12-05-2011 08:05, Peter Hutterer escreveu: > On Thu, May 12, 2011 at 03:36:47AM +0200, Mauro Carvalho Chehab wrote: >> Em 12-05-2011 03:10, Mauro Carvalho Chehab escreveu: >>> Em 12-05-2011 02:37, Anssi Hannula escreveu: >> I don't see any other places: $ git grep 'REP_PERIOD' . d

Re: [PATCH] Delete *-config.h.in entries that are never defined now.

2011-05-13 Thread Daniel Stone
Hi, On Thu, May 12, 2011 at 03:21:53PM -0700, Jamey Sharp wrote: > Various #ifdefs remain that are conditional on _POSIX_SOURCE or > _XOPEN_SOURCE, and I'm skeptical that any of those are correct, but > that's a subject for another day. Most of this is to work around historical libc damage, sadly

[PATCH libX11] XCB: Add more friendly error messages for common asserts

2011-05-13 Thread Daniel Stone
This patch adds more friendly error messages for three common classes of assertion: - missed sequence numbers due to being griefed by another thread - unknown requests in queue due to being griefed by another thread - extensions dequeuing too much or too little reply data It adds error

[PATCH] bsd: Add support for -novtswitch.

2011-05-13 Thread Cyril Brulebois
VT switching back to the initial VT is possible in the following case: #if defined (SYSCONS_SUPPORT) || defined (PCVT_SUPPORT) Make it possible to prevent that from happening if -novtswitch was passed, which should make the life of display manager developers easier, especially when it comes to h

Re: [PATCH 1/6] make byte swapping macros less opaque to the optimizer

2011-05-13 Thread Keith Packard
On Fri, 29 Apr 2011 14:46:23 +0300, Siarhei Siamashka wrote: > And of course, if none of the swapl/swaps/cpswapl/cpswaps are supposed > to deal with unaligned pointers, then this is not an issue at all. All of the protocol structures are aligned on 'natural' boundaries; swaps within those shoul

Re: [PULL: xserver master] misc minor fixes

2011-05-13 Thread Keith Packard
On Mon, 02 May 2011 20:46:06 -0700, Alan Coopersmith wrote: > Alan Coopersmith (4): > Move Xinput server API documentation from libXi to doc/xml > Make xorg.conf.example rule compatible with Solaris make > Only free pContext once when AddResource fails in > ProcRecordCreateCon

Re: [PULL xserver] Composite ClipNotify fix and expose event elimination

2011-05-13 Thread Keith Packard
On Wed, 4 May 2011 19:15:57 +0300, Ville Syrjälä wrote: > composite: Call ValidateGC after ChangeGC > composite: Initialize borderClip with current values > composite: Get rid of the internal UnmapWindow+MapWindow cycle > composite: Copy the window contents back from the

Re: [PULL updated] XQuartz misc-foo

2011-05-13 Thread Keith Packard
On Thu, 12 May 2011 19:02:52 -0700, Jeremy Huddleston wrote: > Jeremy Huddleston (10): > XQuartz: Use a rwlock instead of a mutex to protect window_hash in the > pthread case > XQuartz: Fix incorrect typedefs with XPLUGIN_VERSION < 4 > XQuartz: Ensure that {CF,NS}_RETURNS{,_NO

Re: [PULL updated again] input fixes

2011-05-13 Thread Keith Packard
On Fri, 13 May 2011 12:57:01 +1000, Peter Hutterer wrote: > Alan Coopersmith (1): > Move event filter initializer out of the structure itself > > Chase Douglas (1): > Input: Pass co-ordinates by reference to transformAbsolute > > Daniel Stone (10): > Input: Add DeepestSpriteW

Re: [PATCH xserver] dri2: Don't send so many needless invalidate events

2011-05-13 Thread Keith Packard
On Fri, 6 May 2011 18:18:15 +0300, ville.syrj...@nokia.com wrote: > From: Ville Syrjälä > > Only send invalidate events for drawables if some client has requested > some buffers. Merged. ba55402..5318694 master -> master -- keith.pack...@intel.com pgpoFPF4wWdMC.pgp Description: PGP sign

Re: [PATCH xserver 7/9] doc: add external doc references support to Xserver-DTrace

2011-05-13 Thread Keith Packard
On Thu, 28 Apr 2011 21:16:14 -0400, Gaetan Nadon wrote: > This makefile is used to build the 60+ docbooks in xorg. > Dtrace is a user document and should be located under doc subdir. > > This user document can now refer to external user/specs docs > or can be referred to by such documnets. This

Re: [PATCH xserver 6/9] man: relocate manual pages in the man subdir outside doc

2011-05-13 Thread Keith Packard
On Thu, 28 Apr 2011 21:16:13 -0400, Gaetan Nadon wrote: > The convention is to have the manual pages in a man subdir > which is not under a doc dir. The doc dir contains users docs. > This will move man pages out of the way for upcoming DocBook patches. > > Reviewed-by Jeremy Huddleston > Signed

Re: [PATCH 1/6] make byte swapping macros less opaque to the optimizer

2011-05-13 Thread Matt Turner
On Fri, May 13, 2011 at 4:43 PM, Keith Packard wrote: > On Fri, 29 Apr 2011 14:46:23 +0300, Siarhei Siamashka > wrote: > >> And of course, if none of the swapl/swaps/cpswapl/cpswaps are supposed >> to deal with unaligned pointers, then this is not an issue at all. > > All of the protocol structu

Re: [PATCH] bsd: Add support for -novtswitch.

2011-05-13 Thread Alan Coopersmith
On 05/13/11 07:57 AM, Cyril Brulebois wrote: > VT switching back to the initial VT is possible in the following case: > #if defined (SYSCONS_SUPPORT) || defined (PCVT_SUPPORT) > > Make it possible to prevent that from happening if -novtswitch was > passed, which should make the life of display m

Re: [PATCH 2/2] Xephyr: Delete Linux evdev support.

2011-05-13 Thread Alan Coopersmith
On 05/12/11 03:21 PM, Jamey Sharp wrote: > This only makes sense if Xfbdev is deleted first, and perhaps there's > somebody who really cares about using system devices in nested windows? Multiseat. Though that really should be done using Xinput now instead of reaching around behind the underlyin

Re: IR remote control autorepeat / evdev

2011-05-13 Thread Mauro Carvalho Chehab
Em 13-05-2011 01:48, Anssi Hannula escreveu: > On 12.05.2011 04:36, Mauro Carvalho Chehab wrote: >> Em 12-05-2011 03:10, Mauro Carvalho Chehab escreveu: >>> Em 12-05-2011 02:37, Anssi Hannula escreveu: >> I don't see any other places: $ git grep 'REP_PERIOD' . dvb/dvb-usb/dvb-usb-rem

Re: [PATCH 1/6] make byte swapping macros less opaque to the optimizer

2011-05-13 Thread Keith Packard
On Fri, 13 May 2011 17:24:29 -0400, Matt Turner wrote: > I'll see about fixing those. Thanks! -- keith.pack...@intel.com pgpWq645rZYRy.pgp Description: PGP signature ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archive

Re: IR remote control autorepeat / evdev

2011-05-13 Thread Anssi Hannula
On 14.05.2011 01:39, Mauro Carvalho Chehab wrote: > Em 13-05-2011 01:48, Anssi Hannula escreveu: >> On 12.05.2011 04:36, Mauro Carvalho Chehab wrote: >>> Em 12-05-2011 03:10, Mauro Carvalho Chehab escreveu: Em 12-05-2011 02:37, Anssi Hannula escreveu: >>> > I don't see any other places: >>