[PATCH xserver] glamor/xwayland: Add depth 30 format mapping for DRI 3.2 as well.

2018-03-08 Thread Mario Kleiner
Signed-off-by: Mario Kleiner --- glamor/glamor_egl.c | 2 ++ hw/xwayland/xwayland-glamor.c | 4 2 files changed, 6 insertions(+) diff --git a/glamor/glamor_egl.c b/glamor/glamor_egl.c index 8389d5f..eccc795 100644 --- a/glamor/glamor_egl.c +++

Re: [xserver,1/4] os: move xf86PrivsElevated here

2018-03-08 Thread Ben Crocker
Sent that a little too soon; please consider "Reviewed-by: Ben Crocker < bcroc...@redhat.com>" to be added after each of the "Signed-off-by: Nicolai Haehnle < nicolai.haeh...@amd.com>" lines. Also please note that I rebased Nicolai's original patch,

[xserver,1/4] os: move xf86PrivsElevated here

2018-03-08 Thread Ben Crocker
From: Nicolai Hähnle From: Nicolai Hähnle Having different types of code all trying to check for elevated privileges is a bad idea. This implementation is the most thorough one. Signed-off-by: Nicolai Hähnle ---

Re: [PATCH xserver] meson: Require libdrm for dri1/2/3 when configured 'auto' as well as 'true'

2018-03-08 Thread Emil Velikov
On 8 March 2018 at 12:34, Jon Turney wrote: > If dri1/2/3 are configured for auto-detection, libdrm is required, as well > as the corresponding proto. (Practically we will always have the > corresponding protos now, as they are part of xorgproto). > > Signed-off-by:

[PATCH xserver] meson: Require libdrm for dri1/2/3 when configured 'auto' as well as 'true'

2018-03-08 Thread Jon Turney
If dri1/2/3 are configured for auto-detection, libdrm is required, as well as the corresponding proto. (Practically we will always have the corresponding protos now, as they are part of xorgproto). Signed-off-by: Jon Turney --- meson.build | 15 ++- 1