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

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

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

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

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

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

[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

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] > >

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

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

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

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