Re: HDR support in Wayland/Weston

2019-02-05 Thread Graeme Gill
Chris Murphy wrote: Hi Chris, > I'm pretty sure most every desktop environment and distribution have > settled on colord as the general purpose service. > https://github.com/hughsie/colord > https://www.freedesktop.org/software/colord/ right, but colord is not needed to run X11 color management.

Re: HDR support in Wayland/Weston

2019-02-05 Thread Graeme Gill
Pekka Paalanen wrote: > Graeme Gill wrote: Hi, >> I don't have any basis to voice an opinion as to which particular protocol >> these different aspects would best fall into (wayland core or one of the >> supplementary xdg protocols ? - I'm not clear on what the purpose of these >> divisions is),

RE: [RFC 0/2] Add fp16 formats

2019-02-05 Thread Strasser, Kevin
Pekka Paalanen wrote: > On Mon, 4 Feb 2019 22:10:00 + "Strasser, Kevin" > wrote: > > That is what I was trying to achieve, offering applications fp16 scan > > out buffers. I'm not aware of any explicit requirement for adding the > > wl_shm format outside of Mesa's Walyand egl driver, which inc

Limiting Xwayland to only one screen

2019-02-05 Thread Singh, Satyeshwar
Hi, I have a 2 screen configuration running Weston. When I run XWayland on top, it initially shows a black screen on both the screens. I am wondering if there is a way to limit XWayland to only using one screen? Is there a config file or command line option that allows me to do so? -Satyeshwar

RE: Upcoming release

2019-02-05 Thread Teyfel, Michael (ADITG/ESB)
Hi all, Thanks for reviewing, Daniel. I plan to update the MR with all changes after testing tomorrow. I hope that's fine. Cheers, Michael Michael Teyfel Engineering Software Base (ADITG/ESB) Tel. +49 5121 49 6932 > -Original Message- > From: wayland-devel On > Behalf Of Daniel Stone

Re: [PATCH wayland] TODO: remove "SDL port", it's been done by now

2019-02-05 Thread Pekka Paalanen
On Fri, 10 Aug 2018 13:14:37 +0100 Eric Engestrom wrote: > Upstream SDL supports Wayland since v2.0.4 (June 2015): > https://forums.libsdl.org/viewtopic.php?t=11294 > > Just set SDL_VIDEODRIVER=wayland and SDL will do the right thing :) > > Signed-off-by: Eric Engestrom > --- > TODO | 3 --- >

[PATCH wayland-web] xserver: how to let Weston find Xwayland

2019-02-05 Thread Pekka Paalanen
From: Pekka Paalanen Fixes: https://gitlab.freedesktop.org/wayland/weston/issues/188 Signed-off-by: Pekka Paalanen --- xserver.html | 11 +++ 1 file changed, 11 insertions(+) diff --git a/xserver.html b/xserver.html index 174b2ab..000f743 100644 --- a/xserver.html +++ b/xserver.html @

Re: [RFC 0/2] Add fp16 formats

2019-02-05 Thread Pekka Paalanen
On Mon, 4 Feb 2019 22:10:00 + "Strasser, Kevin" wrote: > Pekka Paalanen wrote: > > is there a reason you need these in the wl_shm format list? That is, > > essentially for software rendered stuff? > > > > The zwp_linux_dmabuf extension which GL and Vulkan implementations are > > using only sa