[ANNOUNCE] xorg-server 1.19.6

2017-12-20 Thread Adam Jackson
Yet another collection of fixes from master. There will likely be at least one more 1.19.x release in 2018 as there are still a number of unreviewed patches pending. Until then, happy new year. Adam Jackson (10): xfixes: Remove the CursorCurrent array glx: Fix typos that break

[ANNOUNCE] xorg-server 1.19.6

2017-12-20 Thread Adam Jackson
Yet another collection of fixes from master. There will likely be at least one more 1.19.x release in 2018 as there are still a number of unreviewed patches pending. Until then, happy new year. Adam Jackson (10): xfixes: Remove the CursorCurrent array glx: Fix typos that break

Re: [PATCH] glx: do not pick sRGB config for 32-bit RGBA visual

2017-12-20 Thread Adam Jackson
On Mon, 2017-12-11 at 07:53 +0200, Tapani Pälli wrote: > Hi; > > Any comments? Without this change there will be issues with certain > Linux desktops when distributions start to use Mesa 17.4. I've merged Thomas' GLX visual setup changes to the 1.19 branch since at least fdobz#102086 has a

Bug#884846: xserver-xorg-video-radeon: xrandr hang on resolution setup after xorg has been started

2017-12-20 Thread Michel Dänzer
On 2017-12-20 12:17 PM, Angelo Dureghello wrote: > Package: xserver-xorg-video-radeon > Version: 1:7.8.0-1+b1 > Severity: grave > Justification: renders package unusable "renders the package unusable" in this context means the package cannot be used for its intended purpose at all by anyone,

Re: [RFC xserver 0/1] Xwayland to send more accurate damage

2017-12-20 Thread Michel Dänzer
On 2017-12-20 12:18 PM, Pekka Paalanen wrote: > > - What X11 applications would be good to analyze for the drawing (damage) they > produce? Some xscreensaver hacks can cause lots of tiny damage rectangles, e.g. interaggregate or cloudlife. -- Earthling Michel Dänzer |

[RFC xserver 0/1] Xwayland to send more accurate damage

2017-12-20 Thread Pekka Paalanen
From: Pekka Paalanen Hi, currently Xwayland collapses all wl_surface damage into a single bounding rectangle. If the actual damage area is just a fraction of the sent damage area, this will cause massive extra work in the Wayland compositor. The effect is most

[RFC xserver 1/1] xwayland: reduce over-damage

2017-12-20 Thread Pekka Paalanen
From: Pekka Paalanen If an X11 app draws a little here, some there, and a tiny bit in the opposite corner, using RegionExtents for the damage to be sent to the Wayland compositor will cause massive over-damaging. However, we cannot blindly send an arbitrary