Re: [PATCH] dix: Simpler and faster XID hash

2011-01-19 Thread Keith Packard
On Wed, 19 Jan 2011 19:58:01 -0500, Adam Jackson a...@redhat.com wrote: -id = RESOURCE_ID_MASK; -switch (clientTable[client].hashsize) -{ - case 6: - return ((int)(0x03F (id ^ (id6) ^ (id12; - case 7: - return ((int)(0x07F (id ^ (id7) ^ (id13;

Re: [PATCH xserver] privates.h: remove return in function returning void

2011-01-20 Thread Keith Packard
Reviewed-by: Keith Packard kei...@keithp.com -- keith.pack...@intel.com pgpBCKji9TIA8.pgp Description: PGP signature ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg

Re: [PATCH] Add xorg.conf.d shadow man page pointing to xorg.conf man page

2011-01-20 Thread Keith Packard
On Tue, 18 Jan 2011 19:26:20 -0800, Alan Coopersmith alan.coopersm...@oracle.com wrote: Merged. c6aa475..bbdf81a master - master -- keith.pack...@intel.com pgpX6ppKl6Lju.pgp Description: PGP signature ___ xorg-devel@lists.x.org: X.Org

Re: [PULL] RANDR support for XWin DDX

2011-01-20 Thread Keith Packard
On Wed, 19 Jan 2011 14:17:07 +, Jon TURNEY jon.tur...@dronecode.org.uk wrote: Jon TURNEY (16): Cygwin/X: Enable building of nativegdi and primaryfb engines to avoid further rusting Cygwin/X: Refactor framebuffer allocation/release in drawing engines Cygwin/X: Rather

Re: [PULL] input fixes

2011-01-20 Thread Keith Packard
On Fri, 21 Jan 2011 09:54:46 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: Daniel Stone (12): Input: Swap flags in DeviceEvents Test: Input: Add helper function for failing EventToCore Test: Input: Check flags on DeviceEvent Test: Input: Test up to supported

Re: [PULL] Warning cleanups and misc fixes

2011-01-20 Thread Keith Packard
On Thu, 20 Jan 2011 21:12:14 -0500, Adam Jackson a...@nwnk.net wrote: Adam Jackson (9): dmx: warning fixes dmx: warning fix dmx: warning fix dmx: warning fixes xdmxconfig: warning fix os: Reduce smart scheduler setup calls resource:

keithp is sick

2011-01-28 Thread Keith Packard
I've managed to get quite sick at LCA this week, so I haven't been able to merge any code to the xserver. I'm hoping to be well enough once I get home on Tuesday to get to my pending queue. Here are the three patches currently on my list: Wed. 01:00 [1/3] Jon TURNEY, Julien Cristau [PULL]

Re: [PATCH] xselinux: Fix GetDrawableContext

2011-02-02 Thread Keith Packard
On Thu, 20 Jan 2011 23:01:03 -0500, Adam Jackson a...@redhat.com wrote: M_DRAWABLE_PIXMAP is the lookup mask to dixLookupDrawable, and _not_ the type value in the drawable itself. Merged. be3be75..ac0a00a master - master -- keith.pack...@intel.com pgpp8x4Cqjw22.pgp Description: PGP

Re: [PULL] Various build fixes

2011-02-02 Thread Keith Packard
On Sat, 8 Jan 2011 09:22:02 -0800, Dan Nicholson dbn.li...@gmail.com wrote: Dan Nicholson (1): xfree86: Convert libxf86config to static libtool library Tom Fogal (2): Add macro for detecting thread local storage support. Autodetect TLS support instead of defaulting to

Re: [PULL] Fix compilation of xf86bigfont.c

2011-02-02 Thread Keith Packard
On Tue, 25 Jan 2011 15:00:45 +, Jon TURNEY jon.tur...@dronecode.org.uk wrote: Jon TURNEY (1): Fix compilation of xf86bigfont.c Merged. 3a91c2d..70f2d39 master - master I wouldn't mind someone just deleting this extension though; I don't think it's useful anymore. --

Re: [PULL] DGA fixes, minor ABI bump

2011-02-02 Thread Keith Packard
On Thu, 27 Jan 2011 14:43:48 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: Ville Syrjala (11): include: Fix a copy/paste error in a comment xfree86/input: Restore DGAStealKeyEvent() xfree86/dga: Install the DGA event handler when DGA2 is used xfree86/dga:

Re: [PULL xserver] XQuartz updates

2011-02-02 Thread Keith Packard
On Fri, 28 Jan 2011 21:17:32 -0800, Jeremy Huddleston jerem...@apple.com wrote: Jeremy Huddleston (5): XQuartz: Update copyright dates in bundle's plist XQuartz: Bump version string to 2.6.1 XQuartz: Call RRScreenSizeNotify after handling externally-generated

Re: [PULL] xserver: enable TLS even if AIGLX is not enabled

2011-02-02 Thread Keith Packard
On Mon, 31 Jan 2011 23:41:47 +0100, Samuel Thibault samuel.thiba...@ens-lyon.org wrote: Samuel Thibault (1): xserver: enable TLS even if AIGLX is not enabled Merged. 541b250..0b15033 master - master For such a small patch, it might be better to just post to the list; it's easier to

Re: [PULL] DGA fixes, minor ABI bump

2011-02-02 Thread Keith Packard
On Thu, 3 Feb 2011 08:59:50 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: sorry, I did and forgot to add the tag when merging. want me to update? Sure, always nice to have things tagged properly. -- keith.pack...@intel.com pgpQEyBAEq2bL.pgp Description: PGP signature

Re: [PULL] DGA fixes, minor ABI bump

2011-02-02 Thread Keith Packard
On Thu, 3 Feb 2011 09:08:53 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: updated. note that the minor bump to ABI 12.2 doesn't have a reviewed by. I hope you trust me to commit that unreviewed ;) Merged. 12b0f7d..ea1ffd3 master - master -- keith.pack...@intel.com

Re: [PATCH xserver] Xi: make XIQueryPointer return the current modifiers/group as documented.

2011-02-08 Thread Keith Packard
On Mon, 7 Feb 2011 18:21:31 +0100, carl...@gnome.org wrote: From: Carlos Garnacho carl...@gnome.org The previous XKB info was being returned instead of the current one, producing inconsistent results between the latest events and the modifiers/group returned by this call. Note that core

Re: [PATCH v6 inputproto 1/1] Multitouch updates for pointer emulation

2011-02-08 Thread Keith Packard
On Tue, 8 Feb 2011 10:53:19 +, Daniel Stone dan...@fooishbar.org wrote: This means that one touch event may be simultaneously sending touch events through to touch clients, and enqueuing emulated pointer events as the device is frozen for a grab. Fun times. Does this mean the WM cannot

Re: [PATCH v6 inputproto 1/1] Multitouch updates for pointer emulation

2011-02-08 Thread Keith Packard
On Tue, 8 Feb 2011 18:24:47 +, Daniel Stone dan...@fooishbar.org wrote: Either way, the end result is (should be?) indistinguishable from the WM having a touch grab instead of a pointer grab, to everyone else in the stack. Ok, it's crazy complicated, but sounds like what we want. Should

Re: [PATCH xserver v2] xf86cmap: Use old palette system for pseudocolour.

2011-02-09 Thread Keith Packard
On Wed, 09 Feb 2011 10:48:24 +0100, Michel Dänzer mic...@daenzer.net wrote: Anyone? Should the server abort in this case instead? It certainly can't work properly as it is. Sure looks like any driver that supports the gamma function would completely fall over in pseudo color mode. Have you

Re: [PATCH xserver v2] xf86cmap: Use old palette system for pseudocolour.

2011-02-10 Thread Keith Packard
On Thu, 10 Feb 2011 07:41:27 +0100, Michel Dänzer mic...@daenzer.net wrote: Yes, and the patch fixes it at least with the Gallium Xorg state tracker. Ok. Seems like this patch should include other visual types too; should it be using the old path for everything other than TrueColor? --

Re: [PATCH xserver v2] xf86cmap: Use old palette system for pseudocolour.

2011-02-10 Thread Keith Packard
On Thu, 10 Feb 2011 18:56:58 +0100, Michel Dänzer mic...@daenzer.net wrote: Though I'm afraid I don't have the time or interest for a more complete solution at this point. Can this go in for now, even if it only fixes pseudocolour? I'm taking a look at this stuff to see if I can't at least

Re: [PATCH] xfixes: calloc, not malloc the cursorScreenRec

2011-02-10 Thread Keith Packard
On Fri, 11 Feb 2011 14:44:48 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: Signed-off-by: Peter Hutterer peter.hutte...@who-t.net Reviewed-by: Keith Packard kei...@keithp.com -- keith.pack...@intel.com pgppQ1FjXApC5.pgp Description: PGP signature

Re: [PATCH xserver v2] xf86cmap: Use old palette system for pseudocolour.

2011-02-10 Thread Keith Packard
On Thu, 10 Feb 2011 15:23:27 -0800, Keith Packard kei...@keithp.com wrote: I'm taking a look at this stuff to see if I can't at least figure out how it's supposed to work. I don't want to ship half-a-fix when we know it's broken, just not precisely how badly. Ok, upon further review, it seems

Re: [PATCH xserver v2] xf86cmap: Use old palette system for pseudocolour.

2011-02-11 Thread Keith Packard
On Fri, 11 Feb 2011 13:16:38 +0100, Maarten Maathuis madman2...@gmail.com wrote: 2011/2/11 Keith Packard kei...@keithp.com: I'll admit i wasn't thinking about odd visuals when i did this and at the time the review process of patches certainly wasn't what it is today. I think the main issue

Re: [PATCH xserver v2] xf86cmap: Use old palette system for pseudocolour.

2011-02-11 Thread Keith Packard
On Fri, 11 Feb 2011 20:00:13 +0100, Maarten Maathuis madman2...@gmail.com wrote: There are dynamic colormaps? Shocking, I know. Does seem like drivers should feel free to remove non-TrueColor support at this point; it's clearly never used... -- keith.pack...@intel.com pgpgxkGJ8gh0f.pgp

Re: [PATCH] xserver: Don't crash if Xv is not initialized

2011-02-14 Thread Keith Packard
+if (!OffscreenPrivateKey-initialized) { + *num = 0; + return NULL; +} Please use dixPrivateKeyRegistered instead of looking inside the structure. -- keith.pack...@intel.com pgpVm8QakooVK.pgp Description: PGP signature ___

Re: [PATCH] xfree86: fix up an out-of-date comment.

2011-02-15 Thread Keith Packard
On Wed, 16 Feb 2011 07:57:34 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: InitInput simply initialises all input devices now. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net Reviewed-by: Keith Packard kei...@keithp.com -- keith.pack...@intel.com pgpPY2en7ziax.pgp

RandR 1.4 fixes

2011-02-16 Thread Keith Packard
While fixing up xrandr to use the new SetCrtcConfigs request, and writing a compositing manager to use per-crtc pixmaps, I came up with a couple of necessary changes to the proposed RandR 1.4 specification. There are three changes: 1) SetCrtcConfigs now takes flags that specify which values

[PATCH] randr: Add 'set' fields to SetCrtcConfigs request

2011-02-16 Thread Keith Packard
This permits clients to perform incremental configuration changes instead of requiring a complete new configuration to be written. Signed-off-by: Keith Packard kei...@keithp.com --- randr/rrcrtc.c | 332 ++-- 1 files changed, 202 insertions

Re: [PULL] XResource extension v1.2

2011-02-18 Thread Keith Packard
On Thu, 03 Feb 2011 14:07:16 +0200, Erkki Seppala erkki.sepp...@vincit.fi wrote: Hello, Here is the pull request for introducing and implementing XResource extension v1.2. We decided against sending the patches to avoid spamming the list, but we can send them on request. We have taken

Re: [PULL] xv color key filling fixes

2011-02-18 Thread Keith Packard
On Thu, 3 Feb 2011 14:52:04 +0200, Pauli Nieminen ext-pauli.niemi...@nokia.com wrote: Pauli Nieminen (6): xf86/xv: Remove copy paste code. xf86/xv: Remove unused GC pointers xf86/xv: Remove unused variable from XvPortRecPrivate xf86/xv: Fill color key on expose

Re: [PULL] Various Cygwin/X keycode and keyboard layout mapping patches

2011-02-18 Thread Keith Packard
On Mon, 07 Feb 2011 15:40:16 +, Jon TURNEY jon.tur...@dronecode.org.uk wrote: Jon TURNEY (7): Cygwin/X: Generate X keycodes for multimedia keys Cygwin/X: Better keycode debugging output Cygwin/X: Update mapping for Canadian keyboard layouts Cygwin/X: Make the

Re: [PULL] Warning and build cleanups

2011-02-18 Thread Keith Packard
On Tue, 08 Feb 2011 12:47:19 -0500, a...@redhat.com wrote: Adam Jackson (8): xf86vidmode: warning fix int10: warning fix fbdevhw: Remove the non-sysfs hack for mapping from PCI to fbdev xfree86: warning fix fb: Remove hw/xfree86/ from includes damage:

Re: [PULL] XI2 modifiers fixes, default keymap to the rescue

2011-02-18 Thread Keith Packard
On Mon, 14 Feb 2011 09:42:32 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: Ander Conselvan de Oliveira (4): ProcRRQueryVersion: fix use of uninitialised bytes valgrind error. ProcRRCreateMode: fix use of uninitialised bytes valgrind error. XkbSendNames: fix use of

Re: [pull] glx regression fixes

2011-02-18 Thread Keith Packard
On Tue, 15 Feb 2011 12:37:52 +0100, Julien Cristau jcris...@debian.org wrote: Julien Cristau (3): glx: fix request length check for CreateGLXPbufferSGIX glx: fix BindTexImageEXT length check glx: Work around wrong request lengths sent by mesa Merged. 816d67d..2c77aeb

Re: [PATCH] dix: a valuator count of 0 is valid (#34510)

2011-02-20 Thread Keith Packard
On Mon, 21 Feb 2011 15:39:17 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: For all but motion and proximity events, having no valuators is ok. Regression from 1.9, keyboard events are not converted to protocol events. Looks right to me. Reviewed-by: Keith Packard kei...@keithp.com

Re: [PATCH] test: write some event → XI1 conversion tests.

2011-02-20 Thread Keith Packard
On Mon, 21 Feb 2011 15:44:31 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: These tests don't test everything, but hey, life is short and I'm trying to have one. These look good to me. Reviewed-by: Keith Packard kei...@keithp.com -- keith.pack...@intel.com pgpIAT60g7FeP.pgp

Re: [PULL] XI1 keyboard conversion fix

2011-02-21 Thread Keith Packard
On Tue, 22 Feb 2011 08:58:12 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: Peter Hutterer (2): dix: a valuator number of 0 is valid (#34510) test: write some event → XI1 conversion tests. Merged b4ef34d..93a7399 master - master -- keith.pack...@intel.com

Re: [PATCH] [xserver] record: avoid crash when calling RecordFlushReplyBuffer recursively

2011-02-23 Thread Keith Packard
On Mon, 14 Feb 2011 19:59:13 +0200, Oliver McFadden oliver.mcfad...@nokia.com wrote: I don't think this has been merged into master yet (and we should apply it to the 1.9.xxx branches too), so I've added my Reviewed-by below. Good catch! I'll merge this to master for 1.10. --

Re: [PATCH] randr: Add 'set' fields to SetCrtcConfigs request

2011-02-23 Thread Keith Packard
On Wed, 23 Feb 2011 10:16:46 -0800, Aaron Plattner aplatt...@nvidia.com wrote: randrproto.txt says nothing about SetCrtcMode. ... randrproto.txt says nothing about SetCrtcOutputs. The interplay encoded here probably ought to be described in the protocol doc. Yeah, randrproto.txt is missing

Re: [PATCH] randr: Add 'set' fields to SetCrtcConfigs request

2011-02-23 Thread Keith Packard
On Wed, 23 Feb 2011 23:12:15 +0100, Luc Verhaegen l...@skynet.be wrote: I believe this all got commited a while ago. There was even a day or so when the proto and xserver were out of sync, and there was a tinderbox complaint and at least one bug. Only a single SOB was present. I just

Re: [PULL] 1.10: warning fixes, ABI fix, and minor Fedora merge

2011-02-23 Thread Keith Packard
On Wed, 23 Feb 2011 13:43:54 -0500, a...@redhat.com wrote: are available in the git repository at: ssh://people.freedesktop.org/~ajax/xserver ..BRANCH.NOT.VERIFIED.. BRANCH.NOT.VERIFIED? -- keith.pack...@intel.com pgpE1vzCzY7zp.pgp Description: PGP signature

Re: [PATCH] randr: Add 'set' fields to SetCrtcConfigs request

2011-02-24 Thread Keith Packard
On Thu, 24 Feb 2011 13:37:50 +, Daniel Stone dan...@fooishbar.org wrote: I'd be happiest with RandR 1.4 backed out until 1.11. I just don't think it's had quite enough (non-rushed) review, exposure or testing, and it's not the best of precedents to be setting for future releases. Sorry.

Re: [PATCH] randr: Add 'set' fields to SetCrtcConfigs request

2011-02-24 Thread Keith Packard
On Fri, 25 Feb 2011 03:01:17 +0100, Cyril Brulebois k...@debian.org wrote: The 4th case is pretty annoying, and was detailed above. The 2nd case worries me a bit. Shouldn't one be able to use library/binary newer than the server, and expect those to figure out what the server can do and how‽

Re: [PATCH] [xserver] record: avoid crash when calling RecordFlushReplyBuffer recursively

2011-02-24 Thread Keith Packard
On Thu, 10 Feb 2011 15:35:14 +0200, Erkki Seppälä erkki.sepp...@vincit.fi wrote: This patch adds a counter (a flag, really) that guards against this situation, to break out of the recursion. Merged. b833f9b..0801afb master - master (Please check your patches for whitespace issues...) --

Re: [PULL] 1.10: warning fixes, ABI fix, and minor Fedora merge

2011-02-24 Thread Keith Packard
On Wed, 23 Feb 2011 13:43:54 -0500, a...@redhat.com wrote: Adam Jackson (13): glxproxy: warning fix glxproxy: warning fix glxproxy: warning fix glxproxy: warning fix glxproxy: warning fix glxproxy: warning fix glxproxy: warning fix

Re: [PATCH xserver] Removing unused code

2011-02-24 Thread Keith Packard
On Tue, 30 Nov 2010 21:17:19 +0500, Alexandr Shadchin alexandr.shadc...@gmail.com wrote: In OpenBSD removed support PCCONS in 2002 year http://marc.info/?l=openbsd-cvsm=102435816424294w=2 Signed-off-by: Alexandr Shadchin alexandr.shadc...@gmail.com Merged. 365ad68..a1cc0e5 master -

Re: [PULL] xfree86: Fix undefined reference to `XNFsprintf' on sparc.

2011-02-24 Thread Keith Packard
On Fri, 25 Feb 2011 01:46:00 +0100, Cyril Brulebois k...@debian.org wrote: xfree86: Fix undefined reference to `XNFsprintf' on sparc. Merged. a1cc0e5..8386159 master - master -- keith.pack...@intel.com pgpfAXskshGUp.pgp Description: PGP signature

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

2011-02-24 Thread Keith Packard
On Thu, 24 Feb 2011 17:38:53 +0200, Ville Syrjälä ville.syrj...@nokia.com wrote: Ville Syrjälä (4): composite: Call ValidateGC after ChangeGC composite: Initialize borderClip with current values I'm good with merging these two obvious fixes. composite: Get rid of the

Re: [PATCH xserver] EXA/mixed: ModifyPixmapHeader pitch fixes. (bug #33929)

2011-02-24 Thread Keith Packard
On Thu, 24 Feb 2011 12:17:57 +0100, Michel Dänzer mic...@daenzer.net wrote: On the other hand, the system memory copy doesn't need the pitch to be aligned beyond the PixmapBytePad of the width. Merged. -- keith.pack...@intel.com pgpjOuHunZUA1.pgp Description: PGP signature

Re: [PULL xserver] Minor XQuartz updates

2011-02-24 Thread Keith Packard
On Thu, 24 Feb 2011 19:39:18 -0800, Jeremy Huddleston jerem...@apple.com wrote: Jeremy Huddleston (2): XQuartz: Add LSApplicationCategoryType key to Info.plist XQuartz: Localization Updates Merged. 6178959..229b055 master - master -- keith.pack...@intel.com

Re: [PATCH] dmx: Construct paths in doxygen.conf to fix VPATH builds

2011-02-24 Thread Keith Packard
On Fri, 25 Feb 2011 05:04:47 +0100, Cyril Brulebois k...@debian.org wrote: since RC3 is happening RSN, it'd probably be a good idea to send that patch to Keith? I can merge various build fixes before the final release as needed. I want to get the server out for testing right away. --

Re: [PATCH] randr: Add 'set' fields to SetCrtcConfigs request

2011-02-24 Thread Keith Packard
On Fri, 25 Feb 2011 01:23:57 -0500, Alex Deucher alexdeuc...@gmail.com wrote: We have this commit in the most recent radeon release: http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?id=3dc28c86eb57cac819e4ed650acfe1f7df6ef565 Which will conflict with the backout. You can switch

Re: [PULL] Server build fixes

2011-02-25 Thread Keith Packard
On Fri, 25 Feb 2011 06:43:58 -0800, Dan Nicholson dbn.li...@gmail.com wrote: dmx: Construct paths in doxygen.conf to fix VPATH builds The paths in doxygen.conf assumed that srcdir=builddir and broke otherwise. Use autoconf to fill in the paths to the srcdir so that the

Re: [PULL] Server build fixes

2011-02-25 Thread Keith Packard
On Fri, 25 Feb 2011 18:04:56 +0100, Cyril Brulebois k...@debian.org wrote: Keith Packard kei...@keithp.com (25/02/2011): So, I'm a bit confused here -- I do 'make distcheck' to build releases, and it works for me. I'd like to know how I can test this patch to make sure it does what you

[PATCH] hw/xwin: Look for gl spec files in $(srcdir) or .

2011-02-25 Thread Keith Packard
. This change checks for the files in $(srcdir), linking them to . if present. Otherwise, it downloads them from opengl.org. A suggested better solution is to have Mesa install these files somewhere. Signed-off-by: Keith Packard kei...@keithp.com --- hw/xwin/glx/Makefile.am | 28

Re: [PULL] Server build fixes

2011-02-25 Thread Keith Packard
On Fri, 25 Feb 2011 18:03:44 +, Daniel Stone dan...@fooishbar.org wrote: Try doing the initial ./configure from out-of-tree: it should fail then. Right, this fails only when building out-of-tree directly from git, not From a tarball. The fix isn't perfect -- there's a missing dependency

Re: [PATCH] hw/xwin: Look for gl spec files in $(srcdir) or .

2011-02-25 Thread Keith Packard
On Sat, 26 Feb 2011 00:19:45 +, Jon TURNEY jon.tur...@dronecode.org.uk wrote: Anyhow, I fully accept this is less than ideal as it stands, and I'll try to come up with something better for the future, as time permits. Argh. My first patch didn't work in the o-o-t build from tarball case

Re: [PULL] Server build fixes

2011-02-25 Thread Keith Packard
On Fri, 25 Feb 2011 06:43:58 -0800, Dan Nicholson dbn.li...@gmail.com wrote: Dan Nicholson (2): xfree86: Allow sdksyms.dep to be included portably dmx: Construct paths in doxygen.conf to fix VPATH builds Merged. 780a77a..6b951de master - master -- keith.pack...@intel.com

Re: [PATCH] input: properly align doubles in InitValuatorClassDeviceStruct

2011-02-25 Thread Keith Packard
On Sat, 26 Feb 2011 00:00:39 +0100, Julien Cristau jcris...@debian.org wrote: Some architectures (hi, sparc!) are unhappy with unaligned memory accesses. So make sure the axisVal member of ValuatorClassRec has sizeof(double) alignment to avoid crashes and test failures. The 'standard' way to

Re: [PULL] Server build fixes

2011-02-26 Thread Keith Packard
On Sat, 26 Feb 2011 15:33:20 +0100, Cyril Brulebois k...@debian.org wrote: I fear that the sdksyms part is broken. If one builds with some options different than the ones used to generate the tarball, the file isn't generated again, leading to such issues. Looks like sdksyms.c should be stuck

xextproto 7.2.0?

2011-02-26 Thread Keith Packard
Does anyone already have plans to release xextproto version 7.2.0? X server 1.10 needs something with the sync fence requests in it. I don't see any obvious bugs pending in bugzilla that would prevent a release of this module; anyone know different? -- keith.pack...@intel.com

Re: [PULL] Server build fixes

2011-02-27 Thread Keith Packard
On Sun, 27 Feb 2011 14:29:30 -0800, Dan Nicholson dbn.li...@gmail.com wrote: I rolled Keith's diff in with my own and added the fix of actually making sdksyms.dep be a prerequisite for sdksyms.c. I think that should fix all the cases. Actually, I'm wondering if sdksyms.dep isn't needed if we

RandR 1.4 restart

2011-02-28 Thread Keith Packard
Ok, let's try to get a bit of protocol review, then look at the library API, then the server internal APIs and finally the server implementation. Most of the code already exists, so this shouldn't take a terribly long time. I've cleaned up the protocol a bit, reducing the changes so that we've

1.11 release process (was: [PULL] -next branch for 1.11)

2011-02-28 Thread Keith Packard
On Tue, 1 Mar 2011 13:34:54 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: A number of fixes I've had lingering in my next branch. I was about to send out a message offering to run the 1.11 release. I'm still having fun doing it. Concerning the release process, are things going OK? Are

Re: 1.11 release process (was: [PULL] -next branch for 1.11)

2011-02-28 Thread Keith Packard
On Tue, 1 Mar 2011 15:55:13 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: There were a few times during the last cycle where patches didn't get merged but for no apparent reason. A simple email to the list stating something like I'm unavailable for this week and won't be merging

Re: 1.11 release process (was: [PULL] -next branch for 1.11)

2011-02-28 Thread Keith Packard
On Mon, 28 Feb 2011 22:37:40 -0800, Jeremy Huddleston jerem...@apple.com wrote: If nobody objects over the next week or so, I'll update the wiki and calendar with a schedule for the first few 1.10.x releases. We have a calendar? Oh, right, a google calendar. I don't use any google apps

Re: 1.11 release process (was: [PULL] -next branch for 1.11)

2011-02-28 Thread Keith Packard
On Mon, 28 Feb 2011 22:42:19 -0800, Jeremy Huddleston jerem...@apple.com wrote: Another thing that might be nice is more integration with bugzilla. Is there a way for bugzilla to send a weekly update to xorg-devel which details high priority (blocker, tentpole feature, performance) bugs in

Re: 1.11 release process (was: [PULL] -next branch for 1.11)

2011-03-01 Thread Keith Packard
On Tue, 01 Mar 2011 10:39:15 -0500, Adam Jackson a...@nwnk.net wrote: The rule I've sort of had in mind for protocol changes is something like: the protocol and client library must have official releases before any xserver release candidate can release that implements them. Given that they

Re: RandR 1.4 restart

2011-03-01 Thread Keith Packard
On Tue, 1 Mar 2011 15:48:51 +0200, Ville Syrjälä ville.syrj...@nokia.com wrote: So what about also allowing windows to use the scanout pixmaps as their backing pixmap? I'm mainly interested in something that would allow unredirected 32bpp windows on a 16bpp screen. We talked about a

Re: 1.11 release process (was: [PULL] -next branch for 1.11)

2011-03-01 Thread Keith Packard
On Tue, 1 Mar 2011 08:44:20 -0800, Jeremy Huddleston jerem...@apple.com wrote: I think that locked-step changes should be done as simultaneously as possible. A randrproto/extproto release should always work with current server releases, so it should be possible to release the protocol headers

Re: 1.11 release process (was: [PULL] -next branch for 1.11)

2011-03-01 Thread Keith Packard
On Tue, 1 Mar 2011 17:52:34 +, Daniel Stone dan...@fooishbar.org wrote: I described my rough plan here: http://lists.freedesktop.org/archives/xorg-devel/2010-September/013145.html Get it started and I'll start pushing RandR patches your way. Sooner would be better than later... --

Re: RandR 1.4 restart

2011-03-01 Thread Keith Packard
On Tue, 01 Mar 2011 20:12:14 +0100, Soeren Sandmann sandm...@cs.au.dk wrote: Presumably the main use case for this is fullscreen video. When using a compositing manager, any full-screen window for video or graphics would be 'un-redirected', eliminating any cost of using a compositing manager.

Re: RandR 1.4 restart

2011-03-01 Thread Keith Packard
On Tue, 1 Mar 2011 18:47:51 -0800, James Jones jajo...@nvidia.com wrote: The distinction between randr crtc pixmaps and composite backing pixmaps is getting thin enough that both should be kept in mind when working on either of the two. Good point. I hope the automatic crtc pixmap resize will

Re: [PATCH v4 xserver 0/3] Client ID tracking

2011-03-03 Thread Keith Packard
On Thu, 23 Dec 2010 14:11:37 +0200, Rami Ylimäki rami.ylim...@vincit.fi wrote: Rami Ylimäki (3): config: Fix linking order of Xnest libraries. os: Add facilities for client ID tracking. Xext: Use general OS functions to determine client command string in SELinux. Merged.

Re: [PULL] Server build fixes

2011-03-03 Thread Keith Packard
On Sat, 26 Feb 2011 11:01:38 -0800, Dan Nicholson dbn.li...@gmail.com wrote: It should get run every time config.status is run, which is every time configure runs. So, sdksyms.dep should get updated exactly when the Makefiles do. I do agree that sdksyms.c shouldn't be shipped in the tarball,

Re: [PULL] Move trapezoids to pixman, delete RegionClipSpans()

2011-03-03 Thread Keith Packard
On Tue, 01 Mar 2011 14:08:13 +0100, Soeren Sandmann sandm...@cs.au.dk wrote: Søren Sandmann Pedersen (5): Require pixman 0.21.6 Move miTrapezoids() into fb as fbTrapezoids() Move miTriangles to fb as fbTriangles() Implement fbAddTriangles() in terms of

Re: [PULL] Misc XQuartz changes for 1.11

2011-03-03 Thread Keith Packard
On Tue, 1 Mar 2011 20:07:11 -0800, Jeremy Huddleston jerem...@apple.com wrote: Jeremy Huddleston (6): XQuartz: RandR: Capture the display when switching modes with RandR XQuartz: RandR: Provide an alert box when entering a RandR mode for the first time. XQuartz: RandR: Add

Re: [PULL] -next branch for 1.11

2011-03-03 Thread Keith Packard
On Tue, 1 Mar 2011 13:34:54 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: git://people.freedesktop.org/~whot/xserver.git for-keith Merged. 0bc95d5..6c90e83 master - master -- keith.pack...@intel.com pgplFJTeohxnL.pgp Description: PGP signature

Re: [PATCH] configure.ac: bump version for 1.11 development

2011-03-03 Thread Keith Packard
On Fri, 4 Mar 2011 01:12:01 +0100, Julien Cristau jcris...@debian.org wrote: Signed-off-by: Julien Cristau jcris...@debian.org Thanks for the reminder :-) Merged. 6c90e83..705f047 master - master -- keith.pack...@intel.com pgpv2UaEJUEVO.pgp Description: PGP signature

Re: [PULL] Server build fixes

2011-03-03 Thread Keith Packard
On Thu, 3 Mar 2011 20:42:55 -0800, Dan Nicholson dbn.li...@gmail.com wrote: I think your original patch is the right way to go. Merged. 705f047..628d16a master - master -- keith.pack...@intel.com pgpXnnWjnLLDe.pgp Description: PGP signature

Re: [PATCH xserver 0/3] Memory leak fixes.

2011-03-04 Thread Keith Packard
On Fri, 04 Mar 2011 13:29:17 -0500, Adam Jackson a...@nwnk.net wrote: Reviewed-by: Adam Jackson a...@redhat.com Peter -- these look like they should get merged through your tree. Please let me know if you want me to pull them directly. Adam -- feel free to Cc' an appropriate maintainer when

Re: RandR 1.4 restart

2011-03-04 Thread Keith Packard
On Fri, 4 Mar 2011 16:47:45 -0800, James Jones jajo...@nvidia.com wrote: On 3/1/11 6:56 PM, James Jones jajo...@nvidia.com wrote: On Tuesday 01 March 2011 08:02:24 Keith Packard wrote: *snip* Scanout pixmaps get resized automatically when the associated crtc gets a new mode

Re: [PATCH 1/2] os: Fix buggy integer comparison.

2011-03-06 Thread Keith Packard
On Sun, 6 Mar 2011 20:39:46 +0100, Cyril Brulebois k...@debian.org wrote: Accordingly, replace all: (int) (foo-bar) = 0 tests with: foo = bar For testing time values, the original code is what we want. Consider: 0x and 0x (int) (0x -

Re: [PATCH 1/2] os: Fix buggy integer comparison.

2011-03-07 Thread Keith Packard
On Mon, 7 Mar 2011 14:32:20 +0100, Cyril Brulebois k...@debian.org wrote: Might deserve some comments, maybe? I suppose; I guess it never seemed obscure to me (or at least, hasn't for years) Shall we proceed with tweaking that assert()? A quick testing shows that both my 1.7 and 1.10 servers

Re: RandR 1.4 restart

2011-03-07 Thread Keith Packard
On Mon, 7 Mar 2011 09:43:50 -0800, James Jones jajo...@nvidia.com wrote: OK, I thought you wanted to completely hide the resize from applications. I was only thinking about that from the RandR perspective so that we can separate the resizing control from the compositing manager's crtc pixmap

Re: [PATCH 2/8] dix: Fix ATOM typedef

2011-03-07 Thread Keith Packard
On Mon, 7 Mar 2011 16:51:29 +, Daniel Stone dan...@fooishbar.org wrote: On Mon, Mar 07, 2011 at 11:28:12AM -0500, Adam Jackson wrote: unsigned long is needlessly large on LP64. Use unsigned int instead. Could we just use uint32_t? Yeah, stdint types seem like a better idea everywhere.

Re: [PATCH 1/3] Absorb miTriFan() into CompositeTriFan()

2011-03-08 Thread Keith Packard
On Tue, 8 Mar 2011 10:14:26 -0500, Søren Sandmann sandm...@cs.au.dk wrote: From: Søren Sandmann Pedersen s...@redhat.com There is no need to virtualize this function that nobody cares about. Signed-off-by: Soren Sandmann s...@redhat.com For the series: Acked-by: Keith Packard kei

Re: [PULL] xserver-next, 2011-03-08

2011-03-09 Thread Keith Packard
On Tue, 08 Mar 2011 13:52:45 -0500, Adam Jackson a...@nwnk.net wrote: Adam Jackson (14): vbe: Fix malloc size bug dix: Remove usage_hint from pixmaps, store it in -drawable.class dix: Remove deprecated.c dix: Remove PIXEL typedef xv: Use RESTYPE where

Re: The following changes since commit 628d16a92a7fa556fbb70bf4a4adf57ec05c190b:

2011-03-10 Thread Keith Packard
On Fri, 11 Mar 2011 08:50:47 +1000, Dave Airlie airl...@gmail.com wrote: I did cc Keith on the evenlope apparantly git send-email did put it in the headers. Yeah, not a problem -- just got side-tracked at a conference today before I got this merged. Linus wanted a kernel patch reviewed before

Re: [PATCH] xfree86: Fix rotation block handler in secondary server generations

2011-03-10 Thread Keith Packard
On Thu, 10 Mar 2011 13:23:12 -0800, Adam Cheney ache...@nvidia.com wrote: +config-BlockHandler = NULL; + Reviewing the xf86CrtcConfigRec, I think we should also set the xf86_crtc_notify hook to NULL at this point as well. Anyone find anything else in this structure that needs to be reset

Re: [PATCH v2] [xorg/xserver] mi/misprite: use memory management provided by dixRegisterPrivateKey

2011-03-14 Thread Keith Packard
On Wed, 9 Mar 2011 17:29:14 +0200, Erkki Seppälä erkki.sepp...@vincit.fi wrote: Merged. a19771e..a8146f6 master - master -- keith.pack...@intel.com pgp7T9458kC1t.pgp Description: PGP signature ___ xorg-devel@lists.x.org: X.Org development

Re: [PATCH v2] [xorg/xserver] mi/misprite: use memory management provided by dixRegisterPrivateKey

2011-03-14 Thread Keith Packard
On Mon, 14 Mar 2011 14:03:18 -0400, Adam Jackson a...@nwnk.net wrote: Merged to xserver-next. I had this merged just before leaving for lunch... -- keith.pack...@intel.com pgpncthHX13yB.pgp Description: PGP signature ___ xorg-devel@lists.x.org:

Re: [PULL] xserver-next, 2011-03-14

2011-03-14 Thread Keith Packard
On Mon, 14 Mar 2011 14:19:17 -0400, Adam Jackson a...@nwnk.net wrote: Adam Jackson (6): glx: Add texbuffer2 support to swrast mi: Call pScreen-ConstrainCursorHarder from the position update path randr: Add RRConstrainCursorHarder dix: Fix ATOM typedef dix:

Re: [PATCH] When XDMCP -from is specified, only register the requested address

2011-03-14 Thread Keith Packard
Merged. 0ac4931..a713832 master - master -- keith.pack...@intel.com pgpVthrSiloR6.pgp Description: PGP signature ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info:

Re: [PULL v2] XResource extension v1.2

2011-03-14 Thread Keith Packard
On Fri, 11 Mar 2011 16:38:54 +0200 (EET), Erkki Seppala erkki.sepp...@vincit.fi wrote: Implemented first part of XResource extension v1.2: X_XResQueryClientIds dix: add a mechanism for iterating through all subresources These look fine. dix: add a generic hashtable

Re: [PATCH xserver 2/2] dmx/doc: remove dead code in the makefile

2011-03-14 Thread Keith Packard
On Sat, 12 Mar 2011 07:29:35 -0500, Gaetan Nadon mems...@videotron.ca wrote: man: relocate manual pages in the man subdir outside doc dmx/doc: remove dead code in the makefile Merged. d3adf2d..6425695 master - master -- keith.pack...@intel.com pgpl96Auzbium.pgp Description: PGP

Re: auto generated glx code in X server

2011-03-14 Thread Keith Packard
On Tue, 15 Mar 2011 13:52:40 +1000, Dave Airlie airl...@gmail.com wrote: a) undo ajax's cleanup, fix generator scripts to work again (not sure how possible that is since Olv's mapi changes), import latest GLX into server on a semi-regular basis. The X server generator seems like it'll

Re: [PULL v2] XResource extension v1.2

2011-03-15 Thread Keith Packard
On Tue, 15 Mar 2011 10:42:32 +0200, Erkki Seppala erkki.sepp...@vincit.fi wrote: I quite hope that there will be more standard data structures in X, because not having them leads to having ad-hoc data structures that are possibly suboptimal for the task at hand - not only performance-wise but

Re: [PATCH 1/4] dix: warning fix

2011-03-15 Thread Keith Packard
is not the same size as 'int', we should probably just use %x and eliminate the ugly cast. Reviewed-by: Keith Packard kei...@keithp.com -- keith.pack...@intel.com pgpVJToOzvdWg.pgp Description: PGP signature ___ xorg-devel@lists.x.org: X.Org

  1   2   3   4   5   6   7   8   9   10   >