[PATCH] randr: call RRProviderInit in the proper place.

2012-11-30 Thread Dave Airlie
No idea where this got lost across development cycles, but its definitely missing. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=57448 Signed-off-by: Dave Airlie airl...@redhat.com --- randr/randr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/randr/randr.c b/randr/randr.c index

Re: [PATCH] randr: call RRProviderInit in the proper place.

2012-11-30 Thread Alex Deucher
On Fri, Nov 30, 2012 at 5:54 AM, Dave Airlie airl...@gmail.com wrote: No idea where this got lost across development cycles, but its definitely missing. Might also fix the segfaults on hybrid laptops? https://bugs.freedesktop.org/show_bug.cgi?id=56986 Fixes:

Re: [PATCH] [xorg-dev][xserver] Full support of sRGB capable fbconfigs.

2012-11-30 Thread Tomasz Lis
2012/11/26 Ian Romanick i...@freedesktop.org On 11/22/2012 07:08 AM, Tomasz Lis wrote: From: Tomasz Lis tomasz@intel.com Changes to correctly initialize the sRGB capability attribute and transfer it between XServer and the client. Modifications include extension string, transferring

Re: [PATCH] randr: call RRProviderInit in the proper place.

2012-11-30 Thread Keith Packard
Dave Airlie airl...@gmail.com writes: No idea where this got lost across development cycles, but its definitely missing. Merged (with Alex's Rb line). 1712a45..e9ea96d master - master -- keith.pack...@intel.com pgp7J0ATrTgZx.pgp Description: PGP signature

Re: [PATCH 2/7] Allow DDX to provide a main()

2012-11-30 Thread Jon TURNEY
On 08/11/2012 13:41, Jon TURNEY wrote: XQuartz already conditionally renames main() as dix_main() so it can provide it's own main(). This isn't ideal as it prevents libdix built this way from being useful with any other DDX. So instead, always name that function dix_main(), and provide a

Re: [PATCH] randr: call RRProviderInit in the proper place.

2012-11-30 Thread Alan Coopersmith
On 11/30/12 07:26 AM, Keith Packard wrote: Dave Airlie airl...@gmail.com writes: No idea where this got lost across development cycles, but its definitely missing. Merged (with Alex's Rb line). 1712a45..e9ea96d master - master Should it go to the stable branch as well? --

Re: [PATCH] [xorg-dev][xserver] Full support of sRGB capable fbconfigs.

2012-11-30 Thread Ian Romanick
On 11/30/2012 07:18 AM, Tomasz Lis wrote: 2012/11/26 Ian Romanick i...@freedesktop.org mailto:i...@freedesktop.org On 11/22/2012 07:08 AM, Tomasz Lis wrote: From: Tomasz Lis tomasz@intel.com mailto:tomasz@intel.com Changes to correctly initialize the sRGB

Re: [PULL] input fixes Nov 29

2012-11-30 Thread Keith Packard
Peter Hutterer peter.hutte...@who-t.net writes: Jasper St. Pierre (1): cursor: Revise edge cases for the pointer moving towards barriers Peter Hutterer (4): When resetting device idle time, reset XIAll(Master)Devices too (#56649) xkb: fill in keycode and event type for

[PATCH libX11] Fix a leak in XCreateFontSet

2012-11-30 Thread Pavel Labath
a simple snippet like XFreeFontSet(d, XCreateFontSet(d, ...)) will generate lots of memory leaks, as evidenced by the following valgrind output: ==983== HEAP SUMMARY: ==983== in use at exit: 39,409 bytes in 341 blocks ==983== total heap usage: 4,795 allocs, 4,454 frees, 489,086 bytes