Re: gitlab migration

2018-06-08 Thread Eric Anholt
Adam Jackson writes: > I'd like us to start moving repos and bug tracking into gitlab. > Hopefully everyone's aware that gitlab exists and why fdo projects are > migrating to it. If not, the thread about Mesa's migration provides > some useful background: > > https://lists.x.org/archives/mesa-dev

gitlab migration

2018-06-08 Thread Adam Jackson
I'd like us to start moving repos and bug tracking into gitlab. Hopefully everyone's aware that gitlab exists and why fdo projects are migrating to it. If not, the thread about Mesa's migration provides some useful background: https://lists.x.org/archives/mesa-dev/2018-May/195634.html This should

[PATCH xserver v3] xwayland: use pixmap size on present flip

2018-06-08 Thread Olivier Fourdan
If the pixmap size does not match the present box size, flickering occurs. This can happen when the client changes its size (e.g. switching to fullscreen), and since the buffer is kept as long as the pixmap is valid, once the buffer is created, it remains at the wrong (old) size and causes continu

Re: [PATCH xserver] xwayland: use pixmap size on present flip

2018-06-08 Thread Michel Dänzer
On 2018-06-08 04:13 PM, Olivier Fourdan wrote: > If the pixmap size does not match the present box size, flickering > occurs. > > This can happen when the client changes its size (e.g. switching to > fullscreen), and since the buffer is kept as long as the pixmap is > valid, once the buffer is cre

[PATCH xserver] xwayland: use pixmap size on present flip

2018-06-08 Thread Olivier Fourdan
If the pixmap size does not match the present box size, flickering occurs. This can happen when the client changes its size (e.g. switching to fullscreen), and since the buffer is kept as long as the pixmap is valid, once the buffer is created, it remains at the wrong (old) size and causes continu

[PATCH xserver] xwayland: check pixmap size on present flip

2018-06-08 Thread Olivier Fourdan
If the pixmap size does not match the present box size, flickering occurs. This can happen when the client changes its size (e.g. switching to fullscreen), and since the buffer is kept as long as the pixmap is valid, once the buffer is created, it remains at the wrong (old) size and causes continu

[PATCH v2] Improve the ButtonInfo description.

2018-06-08 Thread Roman Kapl
It failed to mention it is followed by a bit-mask and then the atoms. Signed-off-by: Roman Kapl --- The previous patch was done incorrectly against xorgproto, I guess that's the old repo. XI2proto.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/XI2proto.h b/XI2proto.h

Re: [PATCH] xwayland: fix typo in non-modifier fallback path

2018-06-08 Thread Michel Dänzer
On 2018-05-29 02:39 AM, Dave Airlie wrote: > From: Dave Airlie > > Pointed out on irc by q66. > --- > hw/xwayland/xwayland-glamor-gbm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/xwayland/xwayland-glamor-gbm.c > b/hw/xwayland/xwayland-glamor-gbm.c > index 29325

Re: [PATCH xserver] present/wnmd: Preserve window pixmap's screen_x/y on flip

2018-06-08 Thread Roman Gilg
On Thu, Jun 7, 2018 at 6:27 PM Michel Dänzer wrote: > > From: Michel Dänzer > > The incorrect values could result in the new pixmap's contents > getting corrupted down the line. > > Bugzilla: https://bugs.freedesktop.org/106841 > Fixes: 029608dd8020 "present: Add window flip mode" Thank you for

Re: [PATCH xserver] xawyland/glamor: Fix typo in xwl_glamor_pixmap_get_wl_buffer

2018-06-08 Thread Olivier Fourdan
Hi Vivek, On Fri, 8 Jun 2018 at 09:23, Vivek Das Mohapatra wrote: > > In the #else path of the #ifdef GBM_BO_WITH_MODIFIERS in > xwl_glamor_pixmap_get_wl_buffer there's a call to > gbm_go_get_stride: This should be gbm_bo_get_stride. > > Typo introduced in c8c276c9569b3ca1e695682a5443f1b615c606bd

[PATCH xkeyboard-config] Add new Czech layout variant QWERTY Macintosh

2018-06-08 Thread Jakub Jirutka
Signed-off-by: Jakub Jirutka --- rules/base.xml.in | 6 + symbols/cz| 68 +++ 2 files changed, 74 insertions(+) diff --git a/rules/base.xml.in b/rules/base.xml.in index 3608b60..6a48969 100644 --- a/rules/base.xml.in +++ b/rules/ba

[PATCH xserver] xawyland/glamor: Fix typo in xwl_glamor_pixmap_get_wl_buffer

2018-06-08 Thread Vivek Das Mohapatra
In the #else path of the #ifdef GBM_BO_WITH_MODIFIERS in xwl_glamor_pixmap_get_wl_buffer there's a call to gbm_go_get_stride: This should be gbm_bo_get_stride. Typo introduced in c8c276c9569b3ca1e695682a5443f1b615c606bd. --- hw/xwayland/xwayland-glamor-gbm.c | 2 +- 1 file changed, 1 insertion(+)