[PATCH] xwayland: Avoid repeatedly looping through window ancestor chain

2017-08-06 Thread Roman Gilg
Calling xwl_window_from_window means looping through the window ancestor chain whenever it is called on a child window or on an automatically redirected window. Since these properties and the potential ancestor's xwl_window are constant between window realization and unrealization, we can omit

Re: [PATCH v2 xf86-video-dummy] Add glamor acceleration which enables native OpenGL support (v2)

2017-08-06 Thread Antoine Martin
On 06/08/17 09:46, Yu, Qiang wrote: > How do you run the xserver? I usually start it via xpra, which runs something like this (on Fedora): /usr/libexec/Xorg -noreset -novtswitch -nolisten tcp \ +extension GLX +extension RANDR +extension RENDER \ -auth $HOME/.Xauthority -logfile

Re: xf86-video-dummy patch series - was "Cleanups Redux"

2017-08-06 Thread Antoine Martin
On 06/08/17 07:16, Aaron Plattner wrote: > On 08/05/2017 08:02 AM, Antoine Martin wrote: >> On 17/12/16 02:04, Emil Velikov wrote: >>> Hi Bob, >>> >>> On 9 December 2016 at 22:25, Bob Terek wrote: On 12/09/2016 03:13 AM, Emil Velikov wrote: > On 6 December

Re: [PATCH v2 xf86-video-dummy] Add glamor acceleration which enables native OpenGL support (v2)

2017-08-06 Thread Yu, Qiang
How do you run the xserver? And do you have this file /dev/dri/renderD128 and right permission to access? Regards, Qiang From: Antoine Martin Sent: Saturday, August 5, 2017 8:54:11 PM To: xorg-devel@lists.x.org; Yu, Qiang Subject: