Re: [PATCH wayland] cursor: Use memfd_create() when available

2019-02-16 Thread Simon Ser via wayland-devel
On Saturday, February 16, 2019 4:35 PM, Emmanuel Gil Peyrot wrote: > This (so-far) Linux-only API lets users create file descriptors purely > in memory, without any backing file on the filesystem and the race > condition which could ensue when unlink()ing it. > > It also allows seals to be placed

[PATCH wayland] cursor: Use memfd_create() when available

2019-02-16 Thread Emmanuel Gil Peyrot
This (so-far) Linux-only API lets users create file descriptors purely in memory, without any backing file on the filesystem and the race condition which could ensue when unlink()ing it. It also allows seals to be placed on the file, ensuring to every other process that we won’t be allowed to shri

Re: [RFC wayland-protocols 1/1] unstable: add color management protocol

2019-02-16 Thread Erwin Burema via wayland-devel
On Thu, 14 Feb 2019 at 16:39, Sharma, Shashank via wayland-devel wrote: Hi, > > Regards > Shashank > > > -Original Message- > > From: wayland-devel [mailto:wayland-devel-boun...@lists.freedesktop.org] On > > Behalf Of Sebastian Wick > > Sent: Thursday, February 14, 2019 12:13 PM > > To:

Re: [RFC wayland-protocols 1/1] unstable: add color management protocol

2019-02-16 Thread Erwin Burema via wayland-devel
On Thu, 14 Feb 2019 at 16:38, Sebastian Wick wrote: > > Thanks. I don't really know about all the standards so I'll just trust > you on this. > These are correct suggestions and do improve the readability by a lot > On 2019-02-14 05:47, Chris Murphy wrote: > > On Wed, Feb 13, 2019 at 7:55 PM Seba

Re: [RFC wayland-protocols 1/1] unstable: add color management protocol

2019-02-16 Thread Erwin Burema via wayland-devel
Hi, On Thu, 14 Feb 2019 at 16:40, Nautiyal, Ankit K via wayland-devel wrote: > > Hi Sebastian, > > I am trying to extend Ole's color management protocol [1] to enable a client > to pass HDR meta data. > Added the modified protocol as weston protocol for the time being. [2] > As far as I can tel