Re: [PATCH wayland 0/2] Document review and commit access requirements

2018-06-25 Thread Derek Foreman
On 2018-06-18 08:42 AM, Pekka Paalanen wrote: > From: Pekka Paalanen > > Hi, > > for years we have relied on unwritten traditions on how to review > patches. Gaining commit access has been a secret rite no-one really knew > what was required for to ask or grant it. I would dare claim that this

Re: [PATCH 0/5] Implement support for drm properties "GAMMA_LUT" and "CTM"

2018-06-25 Thread Matheus Santana
Hi Harsha, Weston needs to be rebuilt. But, no new library versions dependencies. All right. On Mon, Jun 25, 2018 at 10:21 AM, Harsha Manjula Mallikarjun (RBEI/ECF3) < harsha.manjulamallikar...@in.bosch.com> wrote: > Hi Matheus, > > >From: Matheus Santana [mailto:e...@cin.ufpe.br] > >Sent:

[PATCH v4 wayland-protocols] virtual-keyboard: Add new virtual keyboard protocol

2018-06-25 Thread Dorota Czaplejewicz
Provides the ability to emulate keyboards by applications. Complementary to input-method protocol. The interface is a mirror copy of wl_keyboard, with removed serials, and added seat binding. --- Hello, thank you for giving me a lot of useful feedback in the last round. I applied the

Re: [PATCH weston] man: remove redundant word in weston.ini(5)

2018-06-25 Thread Yong Bakos
Hi Matheus, > On Jun 22, 2018, at 2:00 PM, Matheus Santana wrote: > > Signed-off-by: Matheus Santana > --- > man/weston.ini.man | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man/weston.ini.man b/man/weston.ini.man > index 027eae0..02c9b03 100644 > ---

[PATCH v2 weston 1/5] compositor-drm: Implement support for GAMMA_LUT drm property

2018-06-25 Thread harsha.manjulamallikarjun
From: Harsha M M drmModeCrtcSetGamma is a legacy now. Use the generic drm property to set Gamma. If GAMMA_LUT is not supported then legacy api will be used. Signed-off-by: Harsha M M --- libweston/compositor-drm.c | 83 ++ 1 file changed, 77

RE: [PATCH 0/5] Implement support for drm properties "GAMMA_LUT" and "CTM"

2018-06-25 Thread Harsha Manjula Mallikarjun (RBEI/ECF3)
Hi Matheus, >From: Matheus Santana [mailto:e...@cin.ufpe.br] >Sent: Friday, June 22, 2018 8:33 PM >To: Harsha Manjula Mallikarjun (RBEI/ECF3) > >Cc: wayland-devel@lists.freedesktop.org >Subject: Re: [PATCH 0/5] Implement support for drm properties "GAMMA_LUT" and >"CTM" > >Hi Harsha, >I am

[PATCH v2 weston 3/5] compositor-drm: add support for CTM property

2018-06-25 Thread harsha.manjulamallikarjun
From: Harsha M M Implement support for setting color transformation matrix using drm CTM property. Signed-off-by: Harsha M M --- libweston/compositor-drm.c | 66 ++ 1 file changed, 66 insertions(+) diff --git a/libweston/compositor-drm.c

[PATCH v2 weston 5/5] tests: add test for color transformation matrix

2018-06-25 Thread harsha.manjulamallikarjun
From: Harsha M M Signed-off-by: Harsha M M --- Makefile.am | 8 ++- tests/ctm-test.c | 210 +++ 2 files changed, 217 insertions(+), 1 deletion(-) create mode 100644 tests/ctm-test.c diff --git a/Makefile.am b/Makefile.am index

[PATCH v2 weston 2/5] libweston: provide support to set color transformation matrix for output

2018-06-25 Thread harsha.manjulamallikarjun
From: Harsha M M v2: --Fix grammatical errors in set_ctm interface description Signed-off-by: Harsha M M --- libweston/compositor.h | 12 1 file changed, 12 insertions(+) diff --git a/libweston/compositor.h b/libweston/compositor.h index c2c40ee..484b489 100644 ---

[PATCH v2 weston 4/5] tests: add test for setting gamma

2018-06-25 Thread harsha.manjulamallikarjun
From: Harsha M M Signed-off-by: Harsha M M --- Makefile.am| 7 +- tests/gamma-test.c | 248 + 2 files changed, 254 insertions(+), 1 deletion(-) create mode 100644 tests/gamma-test.c diff --git a/Makefile.am b/Makefile.am index

[PATCH v2 weston 0/5] Implement support for drm properties "GAMMA_LUT" and "CTM"

2018-06-25 Thread harsha.manjulamallikarjun
From: Harsha M M This patch series implements support for GAMMA_LUT and CTM drm properties. Compared to the first series of patches, this one fixes the style issues in set_ctm interface description. This series just fixes grammatics in comments. No functional changes. Harsha M M (5):

Re: [PATCH weston v10 0/1] Head-based output configuration API a.k.a clone mode infrastructure

2018-06-25 Thread Pekka Paalanen
Ping? Would be really nice to get this final patch of a series of around 130+ patches merged. It only needs an objective technical review, the Acked-by's already cover the subjective review. Thanks, pq On Wed, 6 Jun 2018 14:30:04 +0300 Pekka Paalanen wrote: > From: Pekka Paalanen > > Hi

Re: [PATCH v3 wayland-protocols] virtual-keyboard: Add new virtual keyboard protocol

2018-06-25 Thread Pekka Paalanen
On Fri, 22 Jun 2018 20:00:00 +0200 Dorota Czaplejewicz wrote: > On Fri, 22 Jun 2018 12:36:16 -0400 > Simon Ser wrote: > > > On June 22, 2018 4:20 PM, Dorota Czaplejewicz > > wrote: > > > Provides the ability to emulate keyboards by applications. Complementary > > > to input-method

Re: [PATCH v3 wayland-protocols] virtual-keyboard: Add new virtual keyboard protocol

2018-06-25 Thread Simon Ser
On June 24, 2018 12:24 PM, Simon Ser wrote: > On June 22, 2018 7:00 PM, Dorota Czaplejewicz > wrote: > > On Fri, 22 Jun 2018 12:36:16 -0400 > > Simon Ser wrote: > > > > > On June 22, 2018 4:20 PM, Dorota Czaplejewicz > > > wrote: > > > > Provides the ability to emulate keyboards by

Re: Dual display in clone mode or extended mode with Weston

2018-06-25 Thread Pekka Paalanen
On Fri, 22 Jun 2018 10:42:12 +0300 Konstantin Kharlamov wrote: > On 21.06.2018 21:44, Matheus Santana wrote: > > > > > > On Thu, Jun 21, 2018 at 5:11 AM, Pekka Paalanen > > wrote: > > > > On Wed, 13 Jun 2018 17:40:59 +0530 > > Ashvini Deshmukh >

Re: [RFC PATCH libinput] tools: run list-quirks from the git data when running from the builddir

2018-06-25 Thread Peter Hutterer
On Mon, Jun 25, 2018 at 11:06:36AM +0300, Pekka Paalanen wrote: > On Fri, 22 Jun 2018 12:48:53 +1000 > Peter Hutterer wrote: > > > I'd like some comment on this from someone who knows this stuff better than > > I do. The main goal is to have the same binary default to different search > > paths,

Re: [RFC PATCH libinput] tools: run list-quirks from the git data when running from the builddir

2018-06-25 Thread Pekka Paalanen
On Fri, 22 Jun 2018 12:48:53 +1000 Peter Hutterer wrote: > I'd like some comment on this from someone who knows this stuff better than > I do. The main goal is to have the same binary default to different search > paths, depending whether it's the installed version or the one run from the >

RE: [PATCH 0/5] Implement support for drm properties "GAMMA_LUT" and "CTM"

2018-06-25 Thread Harsha Manjula Mallikarjun (RBEI/ECF3)
Hi Matheus, Thank you for the test. Weston needs to be rebuilt. But, no new library versions dependencies. I did not run though other Weston tests. Just running gamma and ctm test works at my desk. The way I ran tests was by modifying Weston.ini to add gamma-test.so and ctm-test.so to