Re: [PATCH util/macros 1/2] Create CHANGELOG/INSTALL_CMD .tmp files in builddir

2017-01-30 Thread Emil Velikov
On 30 January 2017 at 00:28, Peter Hutterer wrote: > On Fri, Jan 27, 2017 at 02:32:48PM +, Emil Velikov wrote: >> On 27 January 2017 at 04:53, Peter Hutterer wrote: >> > On Thu, Jan 26, 2017 at 05:53:19PM +, Emil Velikov wrote: >> >>

Re: [PATCH util/macros 1/2] Create CHANGELOG/INSTALL_CMD .tmp files in builddir

2017-01-30 Thread Emil Velikov
[adding back the xorg-devel ML] On 28 January 2017 at 18:35, Gaetan Nadon wrote: > On 01/27/2017 09:32 AM, Emil Velikov wrote: > > aren't you still trying to create files in srcdir here? or is there > something outside the context that makes it sufficient to have

Re: [PATCH v5 xserver 7/6] tests: fix --disable-xorg build

2017-01-30 Thread Mihail Konev
Split and rebased on top of 7617a0a1 version attached. Fixes build failures occuring when not building xfree86 DDX. Works for XWin ./configure --enable-static=yes Works for ./configure --disable-xorg >From 2949b5229dc6557dd12f1b9c12a10b12d7ab97fd Mon Sep 17 00:00:00 2001 From: Mihail Konev

Re: [PATCH util/macros 1/2] Create CHANGELOG/INSTALL_CMD .tmp files in builddir

2017-01-30 Thread Emil Velikov
Hi Gaetan, Thanks for the extensive answer. I hope with my replies below things should be much clearer. On 30 January 2017 at 15:18, Gaetan Nadon wrote: > I no longer have a development environment so I cannot try anything. > > Maybe I missed the core idea of the patches.

[PATCH] xinit: check for correct fork error code

2017-01-30 Thread Tobias Stoeckmann
Even though this code is only active on __sun machines, the fork return value should be checked for -1, not 1, to detect an error situation. --- xinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xinit.c b/xinit.c index 1b04911..f826b7a 100644 --- a/xinit.c +++ b/xinit.c

Re: [PATCH util/macros 1/2] Create CHANGELOG/INSTALL_CMD .tmp files in builddir

2017-01-30 Thread Peter Hutterer
On Mon, Jan 30, 2017 at 07:09:32PM +, Emil Velikov wrote: > Related questions: > Do you know of a script/semi-automated way to create a modfile to feed > into release.sh ? > I'm likely blind, but it seems that build.sh does not have an option > to only pull/clone the repos, without building,

Re: [PATCH] xinit: check for correct fork error code

2017-01-30 Thread Peter Hutterer
On Mon, Jan 30, 2017 at 09:35:37PM +0100, Tobias Stoeckmann wrote: > Even though this code is only active on __sun machines, the fork return > value should be checked for -1, not 1, to detect an error situation. 710ea2c..2effad4 master -> master thanks Cheers, Peter > --- > xinit.c | 2

Re: [PATCH] xinit: check for correct fork error code

2017-01-30 Thread Alan Coopersmith
On 01/30/17 12:35 PM, Tobias Stoeckmann wrote: Even though this code is only active on __sun machines, the fork return value should be checked for -1, not 1, to detect an error situation. --- xinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xinit.c b/xinit.c index

Re: [PATCH xserver] present: disable page flip only when a slave crtc is active

2017-01-30 Thread Michel Dänzer
On 26/01/17 07:13 PM, Qiang Yu wrote: > > @@ -145,7 +157,7 @@ present_check_flip(RRCrtcPtrcrtc, > return FALSE; > > /* Fail to flip if we have slave outputs */ > -if (screen->output_slaves) > +if (screen->output_slaves && present_check_output_slaves_active(screen)) >

Re: Antialiasing

2017-01-30 Thread The Rasterman
On Sun, 29 Jan 2017 23:34:08 -0700 SRC SRC said: > Hi, > > I was able to successfully create a translucent window using xlib and then > set the transparency using the XRender extension, and make the window have > rounded corners with the Xshape extension and the following