Hi Pekka:
Sorry to take you some time. It's still this issue.
I made a test that using 'pthread' to created another thread, and then created
the display in the child thread.
But program was blocked when connecting to a server(wl_display_connect). It
should be pending according to log.
However, I
Le 23/06/2016 01:48, Kylie McClain a écrit :
> From: Kylie McClain
>
> `uint` is defined in sys/types.h on musl libc.
>
> Signed-off-by: Kylie McClain
> ---
> src/scanner.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/scanner.c b/src/scanner.c
> index 4708cae..48d6014 100644
>
Hi Bryce,
On 23 June 2016 at 14:33, Bryce Harrington wrote:
> On Wed, Jun 22, 2016 at 02:44:23PM +0300, Pekka Paalanen wrote:
>> so far only Yong has given a Reviewed-by. Bryce gave a sort-of ok but
>> not an official tag, can I take that as an Acked-by?
>
> I would like to see the Weston patches
On Wed, Jun 22, 2016 at 02:44:23PM +0300, Pekka Paalanen wrote:
> On Thu, 9 Jun 2016 15:20:35 +0300
> Pekka Paalanen wrote:
>
> > From: Pekka Paalanen
> >
> > After these two patches, we have weston-the-compositor sources in
> > compositor/,
> > and libweston sources in libweston/.
> >
> > S
Hello Emre-san,
v2 patch looks fine with me.
It passed review at my side except here. (So trivial.)
+};
+ <--- It looks better to add blanc.
struct ivi_layout_surface {
Reviewed-by: Wataru Natsume
Best Regards,
Wataru Natsume
---
Wataru Natsume / 夏目 亘
Advanced Driver Informatio
Hi,
On 23 June 2016 at 08:54, Derek Foreman wrote:
> On 20/06/16 06:57 PM, Daniel Stone wrote:
>> Pixman's headers include a representation of -1 in fixed-point, which is
>> -1 << 16. This trips a GCC warning about shifting negative values. As we
>> can't do much about it, just silence the warnin
Hi,
On 21 June 2016 at 16:28, Tomi Valkeinen wrote:
> On 21/06/16 04:32, Daniel Stone wrote:
>> 16bpp in 2016? Ouch. :(
>
> Yeah... Well, it cuts the mem bandwidth usage to half, so it's quite a
> nice bonus on low end SoCs.
Pushed with mine & Derek's review:
c7d88fa..f8da0c2 upstream -> mas
From: Kylie McClain
`uint` is defined in sys/types.h on musl libc.
Signed-off-by: Kylie McClain
---
src/scanner.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/scanner.c b/src/scanner.c
index 4708cae..48d6014 100644
--- a/src/scanner.c
+++ b/src/scanner.c
@@ -38,6 +38,7 @@
#include
Hi,
On 13 June 2016 at 17:27, Pekka Paalanen wrote:
> I can promise to handle the rebases for landing patches that add new
> files into src/. I would hope you and everyone else can take care of
> patches that don't add new files like you would usually do.
>
> If you need more detailed instruction
On 17/06/16 03:57 AM, Pekka Paalanen wrote:
> On Thu, 16 Jun 2016 10:59:21 -0500 Derek Foreman
> wrote:
>
>> On 16/06/16 05:36 AM, Pekka Paalanen wrote:
>>> From: Pekka Paalanen
>>>
>>> This fix also depends on "compositor-headless: do not create a
>>> seat".
>>>
>>> If we lose the race agains
On 20/06/16 06:57 PM, Daniel Stone wrote:
> Pixman's headers include a representation of -1 in fixed-point, which is
> -1 << 16. This trips a GCC warning about shifting negative values. As we
> can't do much about it, just silence the warning.
>
> Signed-off-by: Daniel Stone
Reviewed-by: Derek F
On 20/06/16 06:18 AM, Tomi Valkeinen wrote:
> From: Tomi Valkeinen
>
> At the moment only XRGB is supported when using pixman renderer.
> This patch adds support also for RGB565.
>
> Signed-off-by: Tomi Valkeinen
Looks fine to me,
Reviewed-by: Derek Foreman
> ---
> src/compositor-drm.c
Hello Pekka,
I did not made an extensive check, but at less I tested it
(drm-/x11-backend), and the idea of the patch is ok for me.
Nothing is in stone, go for this way and fix issue when they arise.
maybe I would choose weston for libweston and weston-compositor for the
compositor, but that doe
On Wed, 22 Jun 2016 19:45:15 +0900
__ wrote:
> Dear, Mr. Pekka Paalanen.
>
> Thank you for your reply and opinion.
> I have checked Mr. Giulio's patch:
> https://patchwork.freedesktop.org/series/4181/
> But unfortunately my patch was little different with Mr. Giulio's.
>
> His patch is to w
On Wed, 22 Jun 2016 12:16:31 +0200
Armin Krezović wrote:
> On 21.06.2016 14:05, Pekka Paalanen wrote:
> > On Sat, 18 Jun 2016 19:15:23 +0200
> > Armin Krezović wrote:
> >
> >> Currently, weston assumes a surface/view is mapped if
> >> it has an output assigned. In a zero outputs scenario,
> >
On 13/06/2016 13:28, Pekka Paalanen wrote:
From: Pekka Paalanen
Write the command line to the log to aid debugging. It needs to be
copied before parsing, because parsing mutates argv.
Signed-off-by: Pekka Paalanen
---
No big reason, I recall I have missed it in the past.
And no big reason
On 13/06/2016 13:18, Pekka Paalanen wrote:
From: Pekka Paalanen
weston-tests-env is a beast to handle, when you would like to start
weston manually for a test you wan to start inside gdb. This patch
causes the full command line to be printed to the automake test logs, so
you can copy it from th
On Wed, 22 Jun 2016 12:05:01 +0200
Armin Krezović wrote:
> On 21.06.2016 11:13, Pekka Paalanen wrote:
> > On Sat, 18 Jun 2016 19:15:22 +0200
> > Armin Krezović wrote:
> >
> >> Currently, the gl-renderer setup is being done on per-output
> >> basis. This isn't desirable when trying to make wes
On 22/06/2016 13:44, Pekka Paalanen wrote:
On Thu, 9 Jun 2016 15:20:35 +0300
Pekka Paalanen wrote:
From: Pekka Paalanen
After these two patches, we have weston-the-compositor sources in compositor/,
and libweston sources in libweston/.
Since these patches have been generated with git forma
On Thu, 9 Jun 2016 15:20:35 +0300
Pekka Paalanen wrote:
> From: Pekka Paalanen
>
> After these two patches, we have weston-the-compositor sources in compositor/,
> and libweston sources in libweston/.
>
> Since these patches have been generated with git format-patch -M and so
> probably canno
Dear, Mr. Pekka Paalanen.
Thank you for your reply and opinion.
I have checked Mr. Giulio's patch:
https://patchwork.freedesktop.org/series/4181/
But unfortunately my patch was little different with Mr. Giulio's.
His patch is to watch interfaces binded such clients.
So He added wl_resource_get_in
On 21.06.2016 14:05, Pekka Paalanen wrote:
> On Sat, 18 Jun 2016 19:15:23 +0200
> Armin Krezović wrote:
>
>> Currently, weston assumes a surface/view is mapped if
>> it has an output assigned. In a zero outputs scenario,
>> this isn't really desirable.
>>
>> This patch introduces a new flag to we
On 21.06.2016 11:13, Pekka Paalanen wrote:
> On Sat, 18 Jun 2016 19:15:22 +0200
> Armin Krezović wrote:
>
>> Currently, the gl-renderer setup is being done on per-output
>> basis. This isn't desirable when trying to make weston run
>> with zero outputs.
>>
>> When there are no outputs present, th
On 22.06.2016 11:39, Armin Krezović wrote:
> On 20.06.2016 16:03, Pekka Paalanen wrote:
>> On Sun, 19 Jun 2016 11:33:11 +0200
>> Quentin Glidic wrote:
>>
>>> On 18/06/2016 19:15, Armin Krezović wrote:
Currently, the keyboard client is created and the input
panel surface is set as topleve
On 20.06.2016 16:03, Pekka Paalanen wrote:
> On Sun, 19 Jun 2016 11:33:11 +0200
> Quentin Glidic wrote:
>
>> On 18/06/2016 19:15, Armin Krezović wrote:
>>> Currently, the keyboard client is created and the input
>>> panel surface is set as toplevel on the first output it
>>> finds. This does not
On 20.06.2016 15:42, Pekka Paalanen wrote:
> On Sun, 19 Jun 2016 11:06:05 +0200
> Quentin Glidic wrote:
>
>> On 18/06/2016 19:15, Armin Krezović wrote:
>>> This patch adds a new command line option which can be
>>> used to tell headless backend not to create any
>>> virtual outputs.
>>>
>>> This
On 20.06.2016 15:38, Pekka Paalanen wrote:
> On Sun, 19 Jun 2016 11:10:03 +0200
> Quentin Glidic wrote:
>
>> On 18/06/2016 19:15, Armin Krezović wrote:
>>> When there are no outputs present, an output pointer
>>> can be NULL. Dereferencing such pointer will result
>>> in a crash.
>>>
>>> Signed-o
On 20.06.2016 15:23, Pekka Paalanen wrote:
> On Sun, 19 Jun 2016 11:08:50 +0200
> Quentin Glidic wrote:
>
>> On 18/06/2016 19:15, Armin Krezović wrote:
>>> Currently, display_get_output returns a first member
>>> of the linked list, which can never be NULL.
>>>
>>> This is problematic, as the fun
On 20.06.2016 12:40, Pekka Paalanen wrote:
> On Sun, 19 Jun 2016 11:08:33 +0200
> Quentin Glidic wrote:
>
>> On 18/06/2016 19:15, Armin Krezović wrote:
>>> Currently, get_default_output returns a first member
>>> of the linked list, which can never be NULL.
>>>
>>> This is problematic, as the fun
On Tue, 21 Jun 2016 09:38:58 -0700
Bryce Harrington wrote:
> On Tue, Jun 21, 2016 at 09:26:31PM +1000, Daniel Stone wrote:
> > The FAQ was clearly written a very long time ago, when user sessions
> > were a pipe dream, session compositors were the important thing, and we
> > had a lot more questi
30 matches
Mail list logo