[Bug 99491] Tearing with DRI3 in OpenGL applications

2017-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99491 --- Comment #5 from Michel Dänzer --- (In reply to andreaskem from comment #4) > Is this fix only for PALM chips? The other bug reporters on the Arch tracker > did not post their setups, unfortunately, but I doubt they are

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

2017-01-26 Thread Peter Hutterer
On Thu, Jan 26, 2017 at 05:53:19PM +, Emil Velikov wrote: > From: Emil Velikov > > Under normal build rules one should consider srcdir as RO, thus creating > files in srcdir is going to fail. > > This was flagged with a recent work in release.sh > > Cc: Peter

Re: [PATCH util/macros 2/2] autogen.sh: set sendemail.to as applicable

2017-01-26 Thread Peter Hutterer
On Thu, Jan 26, 2017 at 05:48:10PM +, Emil Velikov wrote: > From: Emil Velikov > > Similar to the patch subject prefix we might as well handle the > sendemail setting. > > Cc: Peter Hutterer > Signed-off-by: Emil Velikov

Re: [PATCH util/macros 1/2] autogen.sh: run git config in srcdir

2017-01-26 Thread Peter Hutterer
On Thu, Jan 26, 2017 at 05:48:09PM +, Emil Velikov wrote: > From: Emil Velikov > > Current code seems to work only for cases where builddir is a > subdirectory of the src one. So if one has builddir in a separate > folder (say in $srcdir/../) and the parent

Re: [PATCH util-modular] build.sh: add xf86-video-amdgpu

2017-01-26 Thread Michel Dänzer
On 27/01/17 11:07 AM, Peter Hutterer wrote: > Signed-off-by: Peter Hutterer > --- > build.sh | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/build.sh b/build.sh > index cd2fee6..1a37a88 100755 > --- a/build.sh > +++ b/build.sh > @@ -1223,6 +1223,7 @@

[PATCH util-modular] build.sh: add xf86-video-amdgpu

2017-01-26 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index cd2fee6..1a37a88 100755 --- a/build.sh +++ b/build.sh @@ -1223,6 +1223,7 @@ build_all_modules() { build driver xf86-video-intel

Re: [RFC PATCH xserver] modesetting: re-set the crtc's mode when link-status goes BAD

2017-01-26 Thread Daniel Vetter
On Thu, Jan 26, 2017 at 02:37:28PM +0200, Martin Peres wrote: > Despite all the careful planing of the kernel, a link may become > insufficient to handle the currently-set mode. At this point, the > kernel should mark this particular configuration as being broken > and potentially prune the mode

Re: [PATCH util-modular 4/4] release.sh: implement around git worktree

2017-01-26 Thread Emil Velikov
On 23 January 2017 at 12:51, Emil Velikov wrote: > On 23 January 2017 at 04:03, Peter Hutterer wrote: >> On Fri, Jan 20, 2017 at 02:19:06PM +, Emil Velikov wrote: >>> On 20 January 2017 at 02:49, Peter Hutterer

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

2017-01-26 Thread Emil Velikov
From: Emil Velikov Under normal build rules one should consider srcdir as RO, thus creating files in srcdir is going to fail. This was flagged with a recent work in release.sh Cc: Peter Hutterer Cc: Gaetan Nadon

[PATCH util/macros 2/2] Use mv -f in the INSTALL_CMD rule

2017-01-26 Thread Emil Velikov
From: Emil Velikov Otherwise we'll get a lovely warning about permissions mismatch. Not 100% sure if this is the correct thing, but everything seems to work as expected and the files in the generated tarball have the correct permissions. Cc: Peter Hutterer

[PATCH util/macros 1/2] autogen.sh: run git config in srcdir

2017-01-26 Thread Emil Velikov
From: Emil Velikov Current code seems to work only for cases where builddir is a subdirectory of the src one. So if one has builddir in a separate folder (say in $srcdir/../) and the parent directory is a git repository we'll incorrectly set the git config. Move the

[PATCH util/macros 2/2] autogen.sh: set sendemail.to as applicable

2017-01-26 Thread Emil Velikov
From: Emil Velikov Similar to the patch subject prefix we might as well handle the sendemail setting. Cc: Peter Hutterer Signed-off-by: Emil Velikov --- Here is another couple of patches that might be good to

[RFC PATCH xserver] modesetting: re-set the crtc's mode when link-status goes BAD

2017-01-26 Thread Martin Peres
Despite all the careful planing of the kernel, a link may become insufficient to handle the currently-set mode. At this point, the kernel should mark this particular configuration as being broken and potentially prune the mode before setting the offending connector's link-status to BAD and send

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

2017-01-26 Thread Qiang Yu
This prevents the tearing of moving window in a composite WM desktop when output slave is attached but none of its crtc is really active. Signed-off-by: Qiang Yu --- present/present.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git

[ANNOUNCE] presentproto 1.1

2017-01-26 Thread Julien Cristau
This release fixes a bug causing libXpresent to have a wrong idea of the present wire protocol structures. Plus a number of documentation improvements. Aaron Plattner (1): Copy the standard .gitignore from other proto packages Adam Jackson (2): Add COPYING Force Window and

[ANNOUNCE] presentproto 1.1

2017-01-26 Thread Julien Cristau
This release fixes a bug causing libXpresent to have a wrong idea of the present wire protocol structures. Plus a number of documentation improvements. Aaron Plattner (1): Copy the standard .gitignore from other proto packages Adam Jackson (2): Add COPYING Force Window and