Re: [PATCH wayland 2/2] contributing: commit rights

2018-06-18 Thread Matheus Santana
Reviewed-by: Matheus Santana Thanks for engaging on this. As a newcomer, it's great to have such information on my disposal. On Mon, Jun 18, 2018 at 10:42 AM, Pekka Paalanen wrote: > From: Pekka Paalanen > > This has been copied from > https://cgit.freedesktop.org/xorg/app/int

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

2018-06-18 Thread Matheus Santana
Reviewed-by: Matheus Santana Nice! FTP isn't even working for me (always get unauthorized). On Mon, Jun 18, 2018 at 7:58 AM, Simon Ser wrote: > Use a more official one, served over HTTP rather than FTP. > --- > doc/publican/sources/Protocol.xml | 2 +- > 1 file changed, 1 ins

Re: [PATCH wayland 1/2] contributing: add review guidelines

2018-06-18 Thread Matheus Santana
Reviewed-by: Matheus Santana It seems a great starting point. On Mon, Jun 18, 2018 at 10:42 AM, Pekka Paalanen wrote: > From: Pekka Paalanen > > This sets up the standards for patch review, and defines when a patch > can be merged. I believe these are the practises we hav

[PATCH] architecture: Fix EGL URLs

2018-06-15 Thread Matheus Santana
Replace URL for file which has been moved and remove URL for remove file. Signed-off-by: Matheus Santana --- architecture.html | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/architecture.html b/architecture.html index 6cfa925..2ceed2a 100644 --- a/architecture.html

Re: [PATCH libinput] util: abort if we try to allocate more than a MB

2018-06-19 Thread Matheus Santana
Reviewed-by: Matheus Santana The check for negatives isn't needed anymore? On Tue, Jun 19, 2018 at 8:44 PM, Peter Hutterer wrote: > The ssize_t cast upsets coverity for some reason but we can be a lot more > restrictive here anyway. Quick analysis of the zalloc calls in the test &

Re: [PATCH libinput] util: abort if we try to allocate more than a MB

2018-06-19 Thread Matheus Santana
Great. I wasn't aware of the test case. Thanks for the heads up! Best regards, Matheus On Tue, Jun 19, 2018 at 9:32 PM, Peter Hutterer wrote: > On Tue, Jun 19, 2018 at 09:22:52PM -0300, Matheus Santana wrote: > > Reviewed-by: Matheus Santana > > > > The check for n

Re: [PATCH libinput] meson.build: add more overrides for coverity

2018-06-19 Thread Matheus Santana
Reviewed-by: Matheus Santana On Tue, Jun 19, 2018 at 9:28 PM, Peter Hutterer wrote: > "/usr/include/math.h", line 381: error #20: identifier "_Float32" is > undefined > # define _Mdouble__Float32 > > Same for a few others. Since we don't actual

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

2018-06-26 Thread Matheus Santana
On Tue, Jun 26, 2018 at 11:51 AM, Emil Velikov wrote: > On 25 June 2018 at 19:48, Matheus Santana wrote: > > Hi Harsha, > > > >> Weston needs to be rebuilt. But, no new library versions dependencies. > > > > > > All right. > > > > On Mon

[PATCH wayland-web] testing: update references to button test

2018-06-26 Thread Matheus Santana
button-test was moved to pointer-test. Signed-off-by: Matheus Santana --- testing.html | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/testing.html b/testing.html index e5781fe..987e888 100644 --- a/testing.html +++ b/testing.html @@ -90,7 +90,7

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

2018-06-22 Thread Matheus Santana
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 --- a/man/weston.ini.man +++ b/man/weston.ini.man @@ -468,7 +468,7 @@ denoting the scaling multiplier

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...@ci

[PATCH wayland-web 1/3] building: replace with-egl-platforms option

2018-06-21 Thread Matheus Santana
This gets rid of WARNING: --with-egl-platforms is deprecated. Use --with-platforms instead. while building Mesa. Signed-off-by: Matheus Santana --- building.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/building.html b/building.html index fdfa997..35e8173

[PATCH wayland-web 3/3] building: refer to libinput docs for building info

2018-06-21 Thread Matheus Santana
This replaces outdated instructions on how to build libinput. Signed-off-by: Matheus Santana --- building.html | 24 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/building.html b/building.html index b075051..03f7e3e 100644 --- a/building.html +++ b

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

2018-06-21 Thread Matheus Santana
Fix error: --enable-llvm is required when building r300 while building Mesa. Signed-off-by: Matheus Santana --- building.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/building.html b/building.html index 35e8173..b075051 100644 --- a/building.html +++ b

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

2018-06-21 Thread Matheus Santana
On Thu, Jun 21, 2018 at 3:44 PM, 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 wrote: >> >> > Hello All, >> > >> > I have read queri

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

2018-06-21 Thread Matheus Santana
On Thu, Jun 21, 2018 at 5:11 AM, Pekka Paalanen wrote: > On Wed, 13 Jun 2018 17:40:59 +0530 > Ashvini Deshmukh wrote: > > > Hello All, > > > > I have read queries for dual display on freedesktop.org > > > > I need your help in the same context. > > > > Currently we are creating one application

[PATCH 0/2] Automatically build docs through GitLab CI

2018-07-16 Thread Matheus Santana
Hello! There is an issue for this: https://gitlab.freedesktop. org/wayland/wayland/issues/48 For now, this series builds wayland within the site's pipeline by cloning the repository and building everything just like in wayland's CI itself. Basically the same approach used for libinput's docs.

[PATCH wayland 1/2] gitlab-ci: Trigger site's project pipeline

2018-07-16 Thread Matheus Santana
Also see https://gitlab.freedesktop.org/wayland/wayland/issues/48 Signed-off-by: Matheus Santana [trigger]: https://gitlab.freedesktop.org/wayland/wayland.freedesktop.org/settings/ci_cd [envar]: https://gitlab.freedesktop.org/wayland/wayland/settings/ci_cd --- .gitlab-ci.yml | 10

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

2018-06-22 Thread Matheus Santana
Just some style suggestions... On Fri, Jun 22, 2018 at 10:23 AM, wrote: > From: Harsha M M > > 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

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

2018-06-22 Thread Matheus Santana
Hi Harsha, I am unable to run the tests you introduced. Tests execution gets stuck after reporting success for surface-global-test. Is it necessary building weston against any newer libraries versions for running the new tests? Thanks, Matheus On Fri, Jun 22, 2018 at 10:23 AM, wrote: >