[PATCH libXaw3d 1/2] darwin: Remove incorrect export of vendorShellClassRec and vendorShellWidgetClass

2016-01-06 Thread Jeremy Huddleston Sequoia
Signed-off-by: Jeremy Huddleston Sequoia --- src/Vendor.c | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/Vendor.c b/src/Vendor.c index 8899cd1..6b34b31 100644 --- a/src/Vendor.c +++ b/src/Vendor.c @@ -110,12 +110,21 @@ static void XawVendorShellClassPart

Re: [PATCH xdm] Missed on arc4random() conversion.

2016-01-06 Thread Alan Coopersmith
On 01/ 5/16 11:14 PM, Matthieu Herrb wrote: On Tue, Jan 05, 2016 at 02:49:44PM -0800, Alan Coopersmith wrote: On 01/ 5/16 12:34 PM, Matthieu Herrb wrote: Signed-off-by: Matthieu Herrb --- xdm/genauth.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git xdm/genauth.c

Re: [PATCH xserver] os: Failure to remove a non-existent log file is not an error

2016-01-06 Thread Michel Dänzer
On 07.01.2016 00:03, Adam Jackson wrote: > Signed-off-by: Adam Jackson > --- > os/log.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/os/log.c b/os/log.c > index 6168d59..91e55a5 100644 > --- a/os/log.c > +++ b/os/log.c > @@ -218,7 +218,7 @@ LogFilePrep(const char *fna

[PATCH] Substitution of VIA_VM800 label with VIA_P4M800PRO label

2016-01-06 Thread Kevin Brace
Replaces VIA_VM800 label with VIA_P4M800PRO label inside via_driver.c due to the fact that there is no such product as VM800 chipset from VIA Technologies. Of course, references to VIA_VM800 label in other files were also replaced as well. The VM800 chipset the source code refers to really is P4M80

[PATCH xserver] glamor: Disable debugging messages other than GL API errors

2016-01-06 Thread Michel Dänzer
From: Michel Dänzer According to Nicolai Hähnle, the relevant specification says "All messages are initially enabled unless their assigned severity is DEBUG_SEVERITY_LOW", so we need to explicitly disable the messages we don't want to get. Failing that, we were accidentally logging e.g. shader st

[PATCH xkbcomp] When a file contains several maps, look for a default map

2016-01-06 Thread Benno Schulenberg
From: Ran Benita Rather than always taking the first one in the file. This is exactly the intended use of the 'default' flag. Note that pretty much the same code is duplicated in xkbcomp.c when compiling a single file from the command line, but there it is implemented correctly (look for XkbLC_D

Re: [PATCH xserver 0/9] Rewrite root window property setup

2016-01-06 Thread Keith Packard
Adam Jackson writes: > Leo's patch to fix the EDID atom leak is probably correct, in the sense that > it fixes the leak, but xf86RegisterRootWindowProperty is fairly ugly to > begin with so I'd rather see it eliminated. This series adds a generic > callback for screen finalization and ports xfre

Re: [PATCH xserver] os: Failure to remove a non-existent log file is not an error

2016-01-06 Thread Adam Jackson
On Wed, 2016-01-06 at 08:11 -0800, Alan Coopersmith wrote: > Reviewed-by: Alan Coopersmith remote: I: patch #69572 updated using rev 6dcb73375e0ce389315d55587623eb84e9d13543. remote: I: 1 patch(es) updated to state Accepted. To ssh://git.freedesktop.org/git/xorg/xserver    862cbf4..6dcb733  mas

Re: [PATCH xserver] os: Failure to remove a non-existent log file is not an error

2016-01-06 Thread Alan Coopersmith
On 01/ 6/16 07:03 AM, Adam Jackson wrote: Signed-off-by: Adam Jackson --- os/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/log.c b/os/log.c index 6168d59..91e55a5 100644 --- a/os/log.c +++ b/os/log.c @@ -218,7 +218,7 @@ LogFilePrep(const char *fname, const char

Re: xserver: Branch 'master'

2016-01-06 Thread Alan Coopersmith
On 01/ 5/16 10:35 PM, Michel Dänzer wrote: On 06.01.2016 04:51, Adam Jackson wrote: commit edcb6426f20c3be5dd5f50b76a686754aef2f64e Author: Alan Coopersmith Date: Fri Jan 1 18:11:14 2016 -0800 Use unique logfile names when starting server with -displayfd This change broke make check

[PATCH xserver] os: Failure to remove a non-existent log file is not an error

2016-01-06 Thread Adam Jackson
Signed-off-by: Adam Jackson --- os/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/log.c b/os/log.c index 6168d59..91e55a5 100644 --- a/os/log.c +++ b/os/log.c @@ -218,7 +218,7 @@ LogFilePrep(const char *fname, const char *backup, const char *idstring) }

Re: [PATCH xserver v2] Fix uninitialized variable warnings reported by clang

2016-01-06 Thread Adam Jackson
On Wed, 2016-01-06 at 07:00 +0100, Thomas Klausner wrote: > Hello Adam! > > > If it's not too much trouble, please use git-send-email --in-reply-to > > for followup patches like this. > > Thanks, I didn't know about this. I'll use it in the future. And > thanks for the macro fix, it looks good to

[PATCH xserver 9/9] xfree86: Remove xf86RegisterRootWindowProperty

2016-01-06 Thread Adam Jackson
All consumers have been ported to the root window callback, so this can all be nuked. Signed-off-by: Adam Jackson --- hw/xfree86/common/xf86.h| 7 hw/xfree86/common/xf86Globals.c | 1 - hw/xfree86/common/xf86Helper.c | 75 - hw/xfree86/comm

[PATCH xserver 5/9] xfree86: Remove some leftovers from DisplayID support

2016-01-06 Thread Adam Jackson
Signed-off-by: Adam Jackson --- hw/xfree86/ddc/ddcProperty.c | 10 ++ hw/xfree86/ddc/edid.h| 1 - 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/hw/xfree86/ddc/ddcProperty.c b/hw/xfree86/ddc/ddcProperty.c index fc63f0e..c51c3e6 100644 --- a/hw/xfree86/ddc/ddcPrope

[PATCH xserver 0/9] Rewrite root window property setup

2016-01-06 Thread Adam Jackson
Leo's patch to fix the EDID atom leak is probably correct, in the sense that it fixes the leak, but xf86RegisterRootWindowProperty is fairly ugly to begin with so I'd rather see it eliminated. This series adds a generic callback for screen finalization and ports xfree86 to it. Since dixChangeWind

[PATCH xserver 3/9] xfree86: Create VT atoms from the root window callback

2016-01-06 Thread Adam Jackson
Signed-off-by: Adam Jackson --- hw/xfree86/common/xf86Init.c | 67 +--- 1 file changed, 25 insertions(+), 42 deletions(-) diff --git a/hw/xfree86/common/xf86Init.c b/hw/xfree86/common/xf86Init.c index 78f1b87..7923561 100644 --- a/hw/xfree86/common/xf86Ini

[PATCH xserver 8/9] xfree86: Create EDID atom from the root window callback

2016-01-06 Thread Adam Jackson
Signed-off-by: Adam Jackson --- hw/xfree86/ddc/ddcProperty.c | 31 +-- 1 file changed, 9 insertions(+), 22 deletions(-) diff --git a/hw/xfree86/ddc/ddcProperty.c b/hw/xfree86/ddc/ddcProperty.c index 66e7ba8..1b3f36a 100644 --- a/hw/xfree86/ddc/ddcProperty.c +++ b/hw/x

[PATCH xserver 7/9] xfree86: Remove a never-hit diagnostic message

2016-01-06 Thread Adam Jackson
Practically speaking, the EDID major version is never not 1. Signed-off-by: Adam Jackson --- hw/xfree86/ddc/ddcProperty.c | 15 --- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/hw/xfree86/ddc/ddcProperty.c b/hw/xfree86/ddc/ddcProperty.c index a31e9c7..66e7ba8 100644

[PATCH xserver 2/9] xfree86: Create seat atom from the root window callback

2016-01-06 Thread Adam Jackson
Signed-off-by: Adam Jackson --- hw/xfree86/common/xf86Init.c | 39 +++ 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/hw/xfree86/common/xf86Init.c b/hw/xfree86/common/xf86Init.c index 017dcb6..78f1b87 100644 --- a/hw/xfree86/common/xf86Init.c +

[PATCH xserver 4/9] xfree86: Unexport xf86Initialising, remove xf86ServerIsInitialising

2016-01-06 Thread Adam Jackson
Neither of these are used from outside the server. Signed-off-by: Adam Jackson --- hw/xfree86/common/xf86.h | 2 -- hw/xfree86/common/xf86Helper.c | 6 -- hw/xfree86/common/xf86Priv.h | 2 +- hw/xfree86/doc/ddxDesign.xml | 12 4 files changed, 1 insertion(+), 21 del

[PATCH xserver 6/9] xfree86: Make xf86SetDDCproperties work more than once per generation

2016-01-06 Thread Adam Jackson
We can call this more than once via xf86OutputSetEDID since hotplug is actually a thing in RANDR 1.2, but xf86RegisterRootWindowProperty merely adds the data to a list to be applied to the root at CreateWindow time, so calls past the first (for a given screen) would have no effect until server rege

[PATCH xserver 1/9] dix: Add RootWindowFinalizeCallback

2016-01-06 Thread Adam Jackson
Signed-off-by: Adam Jackson --- dix/main.c| 3 +++ include/dix.h | 2 ++ 2 files changed, 5 insertions(+) diff --git a/dix/main.c b/dix/main.c index 661ab03..77e0f2e 100644 --- a/dix/main.c +++ b/dix/main.c @@ -129,6 +129,8 @@ pthread_cond_t serverRunningCond = PTHREAD_COND_INITIALIZER; #