Re: [PATCH weston] build: don't manually parse the weston.ini.in templates

2018-06-28 Thread Emil Velikov
On 28 June 2018 at 10:58, Quentin Glidic wrote: > On 6/27/18 3:04 PM, Emil Velikov wrote: >> >> From: Emil Velikov >> >> Adding those to configure.ac ensures that: >> - the weston.ini files are {re,}generated only when needed >> - the .in files are shipped in the tarball >> - all the

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

2018-06-28 Thread Harsha Manjula Mallikarjun (RBEI/ECF3)
>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) > wrote: >Hi Matheus, > >>From: Matheus Santana [mailto:e...@cin.ufpe.br] >>Sent: Friday, June 22, 2018 8:33 PM >>To:

Re: [PATCH v5] compositor-drm: Add aspect-ratio parsing support

2018-06-28 Thread Pekka Paalanen
On Sun, 20 May 2018 18:33:01 +0530 "Nautiyal, Ankit K" wrote: > From: Ankit Nautiyal > > The flag bits 19-22 of the connector modes, provide the aspect-ratio > information. This information can be stored in flags bits of the > weston mode structure, so that it can used for setting a mode with

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

2018-06-28 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

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

2018-06-28 Thread harsha.manjulamallikarjun
From: Harsha M M v3: --Terminate the compositor after test completion to fix stuck problem during make check --Do not launch client binary as it is optional for the test. Signed-off-by: Harsha M M --- Makefile.am | 8 ++- tests/ctm-test.c | 207

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

2018-06-28 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 v3 weston 3/5] compositor-drm: add support for CTM property

2018-06-28 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 v3 weston 0/5] Implement support for drm properties "GAMMA_LUT" and "CTM"

2018-06-28 Thread harsha.manjulamallikarjun
From: Harsha M M This patch series implements support for GAMMA_LUT and CTM drm properties. v3 fixes --Problem with gamma and ctm tests getting stuck during make check. Solution is to terminate the compositor after the test completes. --Fixes white space errors Harsha M M (5):

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

2018-06-28 Thread harsha.manjulamallikarjun
From: Harsha M M v3: --Terminate the compositor after test completion to fix stuck problem during make check --Do not launch client binary as it is optional for the test. Signed-off-by: Harsha M M --- Makefile.am| 7 +- tests/gamma-test.c | 246

[PATCH] fullscreen-shell: Add missing license tag

2018-06-28 Thread Johan Klokkhammer Helsing
Although it would probably default to the license at the root of the repository anyway, it's best to be explicit about it, and also be consistent with the other extensions. The copyright holders have been assembled from git history and the README. Signed-off-by: Johan Klokkhammer Helsing ---

[PATCH] fullscreen-shell: Add missing license tag

2018-06-28 Thread Johan Klokkhammer Helsing
Although it would probably default to the license at the root of the repository anyway, it's best to be explicit about it, and also be consistent with the other extensions. The copyright holders have been assembled from git history and the README. Signed-off-by: Jonas Klokkhammer Helsing ---

Re: client: remove definition of wl_global

2018-06-28 Thread Pekka Paalanen
On Tue, 26 Jun 2018 19:27:03 +0200 Markus Ongyerth wrote: > Hi, > > I once again seem to be missing the original message for some reason, so if I > failed to properly fix up my headers again, I'm refering to [1] > > Reviewed-By: Markus Ongyerth > > [1]

Re: [PATCH wayland] doc: update IANA MIME types registry URL

2018-06-28 Thread Pekka Paalanen
On Mon, 18 Jun 2018 14:18:07 -0300 Matheus Santana wrote: > Reviewed-by: Matheus Santana > > Nice! FTP isn't even working for me (always get unauthorized). Pushed: bb1a8ca..a9ff9cc master -> master The update to the published docs will have to wait for someone to either regenerate them

Re: [PATCH wayland-web 2/3] building: use enable-llvm option

2018-06-28 Thread Pekka Paalanen
On Tue, 26 Jun 2018 15:03:55 +0100 Emil Velikov wrote: > On 21 June 2018 at 19:54, Matheus Santana wrote: > > Fix > > > > error: --enable-llvm is required when building r300 > > > Fwiw, this error is strictly for performance reasons. If having a > LLVM-free driver is more important than

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

2018-06-28 Thread Pekka Paalanen
On Tue, 26 Jun 2018 15:38:06 +0100 Emil Velikov wrote: > On 22 June 2018 at 22:00, 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 >

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

2018-06-28 Thread Pekka Paalanen
On Tue, 26 Jun 2018 13:47:22 -0300 Matheus Santana wrote: > On Tue, Jun 26, 2018 at 11:51 AM, Emil Velikov > wrote: > > Matheus your assumption is correct. make check should pass, without > > any local changes. > > > > Quick look points the following: > > - the drm (compositor-drm) backend

Re: [PATCH wayland] contributing: review rules for bugs

2018-06-28 Thread Pekka Paalanen
On Thu, 28 Jun 2018 10:41:43 +0100 Emil Velikov wrote: > On 28 June 2018 at 10:12, Pekka Paalanen wrote: > > It's the spirit of the guidelines that matters, they are not to be > > interpreted by the letter, and there may always be special > > circumstances where the reasonable action is to

Re: [PATCH weston] build: don't manually parse the weston.ini.in templates

2018-06-28 Thread Quentin Glidic
On 6/27/18 3:04 PM, Emil Velikov wrote: From: Emil Velikov Adding those to configure.ac ensures that: - the weston.ini files are {re,}generated only when needed - the .in files are shipped in the tarball - all the manual handling of the above can be removed ;-) Did you actually test

Re: [PATCH wayland] contributing: review rules for bugs

2018-06-28 Thread Emil Velikov
On 28 June 2018 at 10:12, Pekka Paalanen wrote: > On Wed, 27 Jun 2018 17:49:34 +0100 > Emil Velikov wrote: > >> Hi Pekka, >> >> A couple small ideas come to mind: >> >> On 27 June 2018 at 14:47, Pekka Paalanen wrote: >> > From: Pekka Paalanen >> > >> > Half of the ideas came from Daniel but

Re: [PATCH wayland] contributing: review rules for bugs

2018-06-28 Thread Pekka Paalanen
On Wed, 27 Jun 2018 17:49:34 +0100 Emil Velikov wrote: > Hi Pekka, > > A couple small ideas come to mind: > > On 27 June 2018 at 14:47, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > Half of the ideas came from Daniel but most of them are reworded, the > > rest are my thoughts. > > >

Re: [PATCH libinput 1/5] tools: if the execdir is the builddir, add it to the path

2018-06-28 Thread Pekka Paalanen
On Thu, 28 Jun 2018 09:51:39 +1000 Peter Hutterer wrote: > When running libinput tools from the builddir, look up the subtools in the > builddir as well. Otherwise, add the install prefix to the list of lookup > locations. > > This ensures that a) we're running builddir stuff against builddir