2019 X.Org Foundation Election Candidates

2019-03-11 Thread Wentland, Harry
To all X.Org Foundation Members: The election for the X.Org Foundation Board of Directors will begin on 14 March 2019. We have 6 candidates who are running for 4 seats. They are (in alphabetical order): Samuel Iglesias Gonsálvez Arkadiusz Hiler Manasi Navare Lyude Paul Daniel Vetter Trevor

Re: [PATCH 1/2] hdr-metadata: Add protocol for static HDR metadata

2019-03-11 Thread Simon Ser
On Monday, March 11, 2019 9:53 PM, Harish Krupo wrote: > Thanks for the comments. Please find my comments inline. Thank you for working on this! […] > >> + An extension interface to the wl_surface object to set the HDR > >> metadata > >> + associated with the surface. > >> + >

Re: [PATCH 1/2] hdr-metadata: Add protocol for static HDR metadata

2019-03-11 Thread Harish Krupo
Hi Simon, Thanks for the comments. Please find my comments inline. Simon Ser writes: > Hi, > > Here are a few comments, from a protocol design perspective only. > > On Monday, March 11, 2019 8:36 PM, Harish Krupo > wrote: >> Signed-off-by: Harish Krupo >> --- >> Makefile.am

Re: wayland-protocols scope and governance

2019-03-11 Thread Victor Berger
Hi, As the maintainer of wayland-rs, Smithay's Client Toolkit and of the part of Smithay that deal with the Wayland protocol (all three projects can be found on the the Github Smithay org: https://github.com/Smithay ), I feel especially concerned by this question: On 2/21/19 6:11 PM, Jonas Ådahl

Re: [PATCH 1/2] hdr-metadata: Add protocol for static HDR metadata

2019-03-11 Thread Simon Ser
Hi, Here are a few comments, from a protocol design perspective only. On Monday, March 11, 2019 8:36 PM, Harish Krupo wrote: > Signed-off-by: Harish Krupo > --- > Makefile.am | 1 + > unstable/hdr-metadata/README | 4 + >

Enabling HDR support in Wayland / Weston

2019-03-11 Thread Sharma, Shashank
Hello All, We have raised a new merge request, for the HDR implementation in Weston: https://gitlab.freedesktop.org/wayland/weston/merge_requests/124 This patch series is in continuation to the design we published here:

[PATCH 2/2] colorspace: Add protocol for setting surface's colorspace

2019-03-11 Thread Harish Krupo
From: Ville Syrjälä Signed-off-by: Ville Syrjälä Signed-off-by: Harish Krupo --- Makefile.am | 1 + unstable/colorspace/README| 4 + .../colorspace/colorspace-unstable-v1.xml | 73 +++ 3 files changed, 78

[PATCH 1/2] hdr-metadata: Add protocol for static HDR metadata

2019-03-11 Thread Harish Krupo
Signed-off-by: Harish Krupo --- Makefile.am | 1 + unstable/hdr-metadata/README | 4 + .../hdr-metadata/hdr-metadata-unstable-v1.xml | 104 ++ 3 files changed, 109 insertions(+) create mode 100644

[PATCH 0/2] [DO NOT MERGE] Temporary protocols for HDR

2019-03-11 Thread Harish Krupo
This patch set adds two placeholder protocols which would be utilized by our HDR stack which is published at [1]. A unified color management and HDR protocol is being discussed here [2] Thank you Regards Harish Krupo [1] https://gitlab.freedesktop.org/wayland/weston/merge_requests/124 [2]

Re: HDR support in Wayland/Weston

2019-03-11 Thread Pekka Paalanen
On Sat, 9 Mar 2019 16:02:44 -0700 Chris Murphy wrote: > Call me crazy but I'd like to think GTK or Qt could provide, if they > so chose, this abstraction such that a display profiling app could run > on any platform with any compositor, and calibrate or profile. These > higher level APIs should

Re: [PATCH v8 3/6] shm: use workaround if mremap is not available

2019-03-11 Thread Pekka Paalanen
On Wed, 27 Feb 2019 21:13:10 +0200 Leonid Bobrov wrote: > From: Imre Vadász > > Signed-off-by: Leonid Bobrov > --- > configure.ac | 4 > src/wayland-shm.c | 30 ++ > 2 files changed, 34 insertions(+) Hi Leonid, this is almost a good patch. I'd

Re: [PATCH weston] doc/systemd: system service example

2019-03-11 Thread Pekka Paalanen
On Tue, 28 Nov 2017 12:14:29 +0200 Pekka Paalanen wrote: > From: Pekka Paalanen > > There are many bad and even worse attempts to make Weston run as a > systemd service, and very few good ones. Let's add a good one as an > example in upstream: does not use weston-launch, does not run weston as