Re: [PATCH weston 2/2] Add .gitlab-ci.yml

2018-06-06 Thread Emil Velikov
On 6 June 2018 at 15:47, Simon McVittie wrote: > On Wed, 06 Jun 2018 at 15:33:13 +0100, Emil Velikov wrote: >> On 5 June 2018 at 23:06, Daniel Stone wrote: >> > + - apt-get -y --no-install-recommends install build-essential automake >> > autoconf libtool pkg-config libexpat1-dev libffi-dev libx

Re: [PATCH weston 2/2] Add .gitlab-ci.yml

2018-06-06 Thread Simon McVittie
On Wed, 06 Jun 2018 at 15:33:13 +0100, Emil Velikov wrote: > On 5 June 2018 at 23:06, Daniel Stone wrote: > > + - apt-get -y --no-install-recommends install build-essential automake > > autoconf libtool pkg-config libexpat1-dev libffi-dev libxml2-dev > > libpixman-1-dev libpng-dev libjpeg-dev l

weston: Add config option to enable pixman-based rendering

2018-06-06 Thread Thomas Zimmermann
Pixman can be used for rendering if the default GLESv2 rendering is broken or cannot be used. Pixman-based rendering is already available with the command-line switch '--use-pixman'. This patch adds support for this option to the configuration file. Putting [core] use-pixman=true into 'westo

Re: [PATCH weston 2/2] Add .gitlab-ci.yml

2018-06-06 Thread Emil Velikov
On 6 June 2018 at 09:56, Pekka Paalanen wrote: > On Wed, 6 Jun 2018 09:22:59 +0100 > Daniel Stone wrote: > >> On 6 June 2018 at 09:12, Daniel Stone wrote: >> > On 6 June 2018 at 09:03, Pekka Paalanen wrote: >> >> Distcheck does not --disable-xwayland-test, does it? So should we match >> >> it w

Re: [PATCH weston 2/2] Add .gitlab-ci.yml

2018-06-06 Thread Emil Velikov
Hi Dan, On 5 June 2018 at 23:06, Daniel Stone wrote: > + - apt-get -y --no-install-recommends install build-essential automake > autoconf libtool pkg-config libexpat1-dev libffi-dev libxml2-dev > libpixman-1-dev libpng-dev libjpeg-dev libcolord-dev mesa-common-dev > libglu1-mesa-dev libegl1-

Re: [PATCH] scanner: allow referencing foreign enums

2018-06-06 Thread Simon Ser
On May 29, 2018 9:52 AM, Pekka Paalanen wrote: > On Sat, 26 May 2018 09:51:18 +0200 > Silvan Jegen wrote: > > > Hi > > > > On Fri, May 25, 2018 at 05:24:41PM -0400, Simon Ser wrote: > > > It's already possible to reference foreign interfaces, so it > > > should also be possible to reference forei

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

2018-06-06 Thread Pekka Paalanen
From: Pekka Paalanen Hi all, all of the clone mode infrastructure has landed. There is just this one patch remaining that actually allows one to use it through weston.ini. Mind, this may be hard to test, because most contemporary PC graphics devices might not support shared-CRTC clone mode at a

[PATCH weston v10 1/1] weston: support clone mode on DRM-frontend

2018-06-06 Thread Pekka Paalanen
From: Pekka Paalanen Add a new output section key "same-as" for configuring clone mode. An output marked "same-as" another output will be configured identically to the other output. The current implementation supports only CRTC sharing for clone mode. Independent CRTC clone mode cannot be suppor

Re: [PATCH weston v9 8/9] weston: support clone mode on DRM-frontend

2018-06-06 Thread Pekka Paalanen
On Thu, 31 May 2018 12:49:14 +0300 Pekka Paalanen wrote: > On Wed, 30 May 2018 10:00:57 + > Marius-cristian Vlad wrote: > > > One more thing I found that using the following config: > > > > [output] > > name=HDMI-A-1 > > mode=current > > same-as=HDMI-A-2 > > > > [output] > > name=HDMI-A-

Re: [PATCH weston 2/2] Add .gitlab-ci.yml

2018-06-06 Thread Pekka Paalanen
On Wed, 6 Jun 2018 09:22:59 +0100 Daniel Stone wrote: > On 6 June 2018 at 09:12, Daniel Stone wrote: > > On 6 June 2018 at 09:03, Pekka Paalanen wrote: > >> Distcheck does not --disable-xwayland-test, does it? So should we match > >> it with the autogen.sh arguments? > > > > Interesting; it

Re: [PATCH weston 2/2] Add .gitlab-ci.yml

2018-06-06 Thread Emilio Pozuelo Monfort
On 06/06/18 10:12, Daniel Stone wrote: > Hi, > > On 6 June 2018 at 09:03, Pekka Paalanen wrote: >> On Tue, 5 Jun 2018 23:06:59 +0100 >> Daniel Stone wrote: >>> + - export XDG_RUNTIME_DIR="$(mktemp -p $(pwd) -d xdg-runtime-XX)" >>> + - export BUILD_ID="weston-$CI_JOB_NAME_$CI_COMMIT_SHA-$C

Re: [PATCH weston 2/2] Add .gitlab-ci.yml

2018-06-06 Thread Daniel Stone
On 6 June 2018 at 09:12, Daniel Stone wrote: > On 6 June 2018 at 09:03, Pekka Paalanen wrote: >> Distcheck does not --disable-xwayland-test, does it? So should we match >> it with the autogen.sh arguments? > > Interesting; it does disable it, but I guess we implicitly pulled in > Xwayland from De

Re: [PATCH weston 2/2] Add .gitlab-ci.yml

2018-06-06 Thread Daniel Stone
Hi, On 6 June 2018 at 09:03, Pekka Paalanen wrote: > On Tue, 5 Jun 2018 23:06:59 +0100 > Daniel Stone wrote: >> + - export XDG_RUNTIME_DIR="$(mktemp -p $(pwd) -d xdg-runtime-XX)" >> + - export BUILD_ID="weston-$CI_JOB_NAME_$CI_COMMIT_SHA-$CI_JOB_ID" >> + - export PREFIX="$(pwd)/prefix-$B

Re: [PATCH wayland] Add .gitlab-ci.yml

2018-06-06 Thread Daniel Stone
Hi Pekka, On 6 June 2018 at 08:49, Pekka Paalanen wrote: > Acked-by: Pekka Paalanen > > but do add a commit message explaining what this will give us and how > it works, please. Thanks, will do for both. I wrote the CI pipelines late last night and wanted to just send them out as quickly as I c

Re: [PATCH weston 2/2] Add .gitlab-ci.yml

2018-06-06 Thread Pekka Paalanen
On Tue, 5 Jun 2018 23:06:59 +0100 Daniel Stone wrote: > Signed-off-by: Daniel Stone > --- > .gitlab-ci.yml | 48 > 1 file changed, 48 insertions(+) > create mode 100644 .gitlab-ci.yml Hi, the same with wayland: the commit message could explai

Re: [PATCH weston 1/2] simple-dmabuf-drm: Fallback DRM_FORMAT_MOD_LINEAR definition

2018-06-06 Thread Pekka Paalanen
On Tue, 5 Jun 2018 23:06:58 +0100 Daniel Stone wrote: > Just in case we're running on something quite old. > > Signed-off-by: Daniel Stone > --- > clients/simple-dmabuf-drm.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/clients/simple-dmabuf-drm.c b/clients/simple-dmabuf-drm.

Re: [PATCH wayland] Add .gitlab-ci.yml

2018-06-06 Thread Pekka Paalanen
On Tue, 5 Jun 2018 22:37:39 +0100 Daniel Stone wrote: > Signed-off-by: Daniel Stone > --- > .gitlab-ci.yml | 34 ++ > 1 file changed, 34 insertions(+) > create mode 100644 .gitlab-ci.yml Hi, Acked-by: Pekka Paalanen but do add a commit message explaining wh