On Tue, Jul 25, 2017 at 08:12:57AM -0700, Jason Gerecke wrote:
> On Tue, Jul 25, 2017 at 7:34 AM, Peter Hutterer
> wrote:
> > The lid dispatch interface is a one-trick pony and can only handle SW_LID.
> > It
> > ignores other switches but crashes on any event type other than EV_SW and
> > EV_SYN.
On 2017-07-26 03:32 PM, Quentin Glidic wrote:
On 7/26/17 9:39 PM, Derek Foreman wrote:
commit 749637a8a306588964885fe6b25fda6087a84ccd
introduced this feature, but the break is outside of any conditional
so only the first item in the list is ever tested.
If a client skips a few configures and t
Hello Pekka,
Please find my replies.
> What do you think of the alias idea?
This idea looks good to group the debug scopes.
> I'm still not sure who or when would be able to push this work forward.
> I am very happy to hear it is a workable idea for you too.
We can complete the pending works and
On Wed, 26 Jul 2017 14:56:20 +0100
Emil Velikov wrote:
> From: Emil Velikov
>
> Unlike most other scanner users, the core wayland interfaces are
> public ally available via the libwayland DSO.
>
> Signed-off-by: Emil Velikov
> ---
> Makefile.am | 2 +-
> 1 file changed, 1 insertion(+), 1 del
On Wed, 26 Jul 2017 14:56:21 +0100
Emil Velikov wrote:
> From: Emil Velikov
>
> Unlike the core wayland library, it's recommended that one statically
> embeds the protocol within their binary.
>
Hi,
that is true, but I'd rather leave this file alone. If people use it,
they start getting warn
On Wed, 26 Jul 2017 14:56:19 +0100
Emil Velikov wrote:
> From: Emil Velikov
>
> The option is used to indicate how the code will be used - would it be a
> part of shared or static one.
>
> In the former case one needs to export the specific symbols, although
> normally people want to staticall
On 7/27/17 3:01 PM, Giulio Camuffo wrote:
When unmaximizing a surface the configure event should send 0,0 as the
requested size, so that the client can use the size that it had before
maximizing
Hi,
I disagree on this patch for a few reasons:
- the size can be ignored in this case, so there is
On Wed, 26 Jul 2017 14:56:18 +0100
Emil Velikov wrote:
> From: Emil Velikov
>
> File uses tabs, barring the few instances fixed with this patch.
>
> Signed-off-by: Emil Velikov
> ---
> src/scanner.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/src/scanner.c
On Wed, 26 Jul 2017 14:56:17 +0100
Emil Velikov wrote:
> From: Emil Velikov
>
> Nothing in the existing codebase references the file.
>
> Signed-off-by: Emil Velikov
> ---
> src/scanner.mk | 8
> 1 file changed, 8 deletions(-)
> delete mode 100644 src/scanner.mk
>
> diff --git a/s
On Wed, 26 Jul 2017 16:09:32 +0100
Emil Velikov wrote:
> On 25 July 2017 at 10:24, Pekka Paalanen wrote:
> > On Tue, 25 Jul 2017 15:25:58 +0800
> > Jonas Ådahl wrote:
> >
> >> On Mon, Jul 24, 2017 at 02:16:04PM +0300, Pekka Paalanen wrote:
> >> > On Mon, 3 Jul 2017 17:16:45 +0800
> >> > Jo
When unmaximizing a surface the configure event should send 0,0 as the
requested size, so that the client can use the size that it had before
maximizing
---
libweston-desktop/xdg-shell-v6.c | 31 ++-
1 file changed, 18 insertions(+), 13 deletions(-)
diff --git a/libwes
On Wed, 26 Jul 2017 15:57:19 +0100
Emil Velikov wrote:
> On 3 July 2017 at 10:16, Jonas Ådahl wrote:
> > When input/output files are passed as arguments to wayland-scanner,
> > instead of using stdin/stdout, warning and error messages will contain
> > the file name, together with line number, of
On Thu, 27 Jul 2017 11:55:25 +
"Devadoss, Maniraj (RBEI/ECF3; ADITG/SWG)"
wrote:
> Hello Pekka,
>
> I integrated the patches and evaluated the protocol. Initially I faced
> crashing with the following call stack.
>
> EXH /lib64/libc-2.24.so(strlen+0x10)[0xb6ddfcd0]
> EXH /lib64/libc-2
From: Armin Krezović
There is a lot of files created with .so links to non-installed
files, making most of installed pages useless. The files
referenced in .so links are not suitable for installation nor
do they contain any useful information for them to be worth
fixing.
Signed-off-by: Armin Kre
Hello Pekka,
I integrated the patches and evaluated the protocol. Initially I faced crashing
with the following call stack.
EXH /lib64/libc-2.24.so(strlen+0x10)[0xb6ddfcd0]
EXH /lib64/libc-2.24.so(_IO_vfprintf+0x1938)[0xb6dad300]
EXH /lib64/libc-2.24.so(_IO_fprintf+0x68)[0xb6db2e18]
On Thu, 1 Jun 2017 22:48:29 -0400
otay...@redhat.com wrote:
> From: "Owen W. Taylor"
>
> With recent versions of graphviz, generation of the diagrams in the
> documentation
> fails with:
>
> /usr/bin/dot -Tpng -oxml/x-architecture.png dot/x-architecture.gv
> Warning: flat edge between adjac
On Thu, 27 Jul 2017 06:34:02 +1000
Peter Hutterer wrote:
> On Tue, Jul 25, 2017 at 04:49:52PM -0500, Derek Foreman wrote:
> > On 2017-07-25 04:39 PM, Derek Foreman wrote:
> > > This is easily noticed as a leaked fd on every VC switch.
> > >
> > > Signed-off-by: Derek Foreman
> > > ---
> > >
On Thu, 27 Jul 2017 14:07:31 +0300
Pekka Paalanen wrote:
> On Thu, 27 Jul 2017 11:54:43 +0100
> Daniel Stone wrote:
>
> > Hi,
> >
> > On 27 July 2017 at 11:51, Pekka Paalanen wrote:
> > > @@ -2810,6 +2820,7 @@ create_output_for_connector(struct drm_backend *b,
> > > if (output == NU
On Thu, 27 Jul 2017 11:54:43 +0100
Daniel Stone wrote:
> Hi,
>
> On 27 July 2017 at 11:51, Pekka Paalanen wrote:
> > @@ -2810,6 +2820,7 @@ create_output_for_connector(struct drm_backend *b,
> > if (output == NULL)
> > goto err;
> >
> > + output->state_invalid = tru
Hi,
On 27 July 2017 at 11:51, Pekka Paalanen wrote:
> @@ -2810,6 +2820,7 @@ create_output_for_connector(struct drm_backend *b,
> if (output == NULL)
> goto err;
>
> + output->state_invalid = true;
> output->connector = connector;
> output->crtc_id = r
From: Pekka Paalanen
Fix a regression with VT-switching away from Weston and then back
causing drmModePageFlip() to fail with ENOSPC or EINVAL, leaving one or
more outputs not updated. The regression appeared in
47224cc9312fef05c1a523ea0da0a1aae66f100d:
compositor-drm: Delete drm_backend
On Sun, 11 Jun 2017 11:31:59 +0200
Philipp Kerling wrote:
> Wayland integration in Kodi was accepted as Google Summer of Code
> Project. It is already on-par with the prior implementation
> feature-wise.
>
> Sorting is in reverse chronological order because usually people are
> most interested i
On Wed, 26 Jul 2017 18:04:19 +0300
Pekka Paalanen wrote:
> On Tue, 25 Jul 2017 16:17:36 -0500
> Derek Foreman wrote:
>
> > We still need to close fds passed to us - or we leak quite a few fds
> > on VC switch.
> >
> > Regression, originally fixed in 8f5acc2f3a29c3831af4ddd6bed57f703c98dc77
> >
On Wed, 26 Jul 2017 20:16:42 +0530
saikishore wrote:
> Date: Wed, 26 Jul 2017 16:38:53 +0300
> From: Pekka Paalanen
> To: saikishore
> Cc: wayland-devel@lists.freedesktop.org
> Subject: Re: Weston with fbdev-backend shows blank screen on display
> Message-ID: <20170726163853.4ec8913f@eldfell>
>
24 matches
Mail list logo