Re: [PATCH v2 00/12] GL & D-Bus display related fixes

2022-03-07 Thread Marc-André Lureau
Hi On Thu, Feb 17, 2022 at 9:36 PM Marc-André Lureau < marcandre.lur...@gmail.com> wrote: > > On Thu, Feb 17, 2022 at 9:25 PM Akihiko Odaki > wrote: > >> >> > btw, I suppose you checked your DBus changes against the WIP >> "qemu-display" project. What was your experience? I don't think many peop

Re: [PATCH v2 00/12] GL & D-Bus display related fixes

2022-03-05 Thread Akihiko Odaki
On 2022/02/18 1:11, Akihiko Odaki wrote: You missed only one thing: - that console_select and register_displaychangelistener may not call dpy_gfx_switch and call dpy_gl_scanout_texture instead. It is incompatible with non-OpenGL displays displaychangelistener_display_console always has to call

Re: [PATCH v2 00/12] GL & D-Bus display related fixes

2022-02-17 Thread Akihiko Odaki
On Fri, Feb 18, 2022 at 2:36 AM Marc-André Lureau wrote: > > Hi > > On Thu, Feb 17, 2022 at 9:25 PM Akihiko Odaki wrote: >> >> On Fri, Feb 18, 2022 at 2:07 AM Marc-André Lureau >> wrote: >> > >> > Hi >> > >> > On Thu, Feb 17, 2022 at 8:39 PM Akihiko Odaki >> > wrote: >> >> >> >> On Fri, Feb 18

Re: [PATCH v2 00/12] GL & D-Bus display related fixes

2022-02-17 Thread Marc-André Lureau
Hi On Thu, Feb 17, 2022 at 9:25 PM Akihiko Odaki wrote: > On Fri, Feb 18, 2022 at 2:07 AM Marc-André Lureau > wrote: > > > > Hi > > > > On Thu, Feb 17, 2022 at 8:39 PM Akihiko Odaki > wrote: > >> > >> On Fri, Feb 18, 2022 at 1:12 AM Marc-André Lureau > >> wrote: > >> > > >> > Hi > >> > > >> >

Re: [PATCH v2 00/12] GL & D-Bus display related fixes

2022-02-17 Thread Akihiko Odaki
On Fri, Feb 18, 2022 at 2:07 AM Marc-André Lureau wrote: > > Hi > > On Thu, Feb 17, 2022 at 8:39 PM Akihiko Odaki wrote: >> >> On Fri, Feb 18, 2022 at 1:12 AM Marc-André Lureau >> wrote: >> > >> > Hi >> > >> > On Thu, Feb 17, 2022 at 5:09 PM Akihiko Odaki >> > wrote: >> >> >> >> On Thu, Feb 17

Re: [PATCH v2 00/12] GL & D-Bus display related fixes

2022-02-17 Thread Marc-André Lureau
Hi On Thu, Feb 17, 2022 at 8:39 PM Akihiko Odaki wrote: > On Fri, Feb 18, 2022 at 1:12 AM Marc-André Lureau > wrote: > > > > Hi > > > > On Thu, Feb 17, 2022 at 5:09 PM Akihiko Odaki > wrote: > >> > >> On Thu, Feb 17, 2022 at 8:58 PM wrote: > >> > > >> > From: Marc-André Lureau > >> > > >> >

Re: [PATCH v2 00/12] GL & D-Bus display related fixes

2022-02-17 Thread Akihiko Odaki
On Fri, Feb 18, 2022 at 1:12 AM Marc-André Lureau wrote: > > Hi > > On Thu, Feb 17, 2022 at 5:09 PM Akihiko Odaki wrote: >> >> On Thu, Feb 17, 2022 at 8:58 PM wrote: >> > >> > From: Marc-André Lureau >> > >> > Hi, >> > >> > In the thread "[PATCH 0/6] ui/dbus: Share one listener for a console",

Re: [PATCH v2 00/12] GL & D-Bus display related fixes

2022-02-17 Thread Marc-André Lureau
Hi On Thu, Feb 17, 2022 at 5:09 PM Akihiko Odaki wrote: > On Thu, Feb 17, 2022 at 8:58 PM wrote: > > > > From: Marc-André Lureau > > > > Hi, > > > > In the thread "[PATCH 0/6] ui/dbus: Share one listener for a console", > Akihiko > > Odaki reported a number of issues with the GL and D-Bus disp

Re: [PATCH v2 00/12] GL & D-Bus display related fixes

2022-02-17 Thread Akihiko Odaki
On Thu, Feb 17, 2022 at 8:58 PM wrote: > > From: Marc-André Lureau > > Hi, > > In the thread "[PATCH 0/6] ui/dbus: Share one listener for a console", Akihiko > Odaki reported a number of issues with the GL and D-Bus display. His series > propose a different design, and reverting some of my previo

[PATCH v2 00/12] GL & D-Bus display related fixes

2022-02-17 Thread marcandre . lureau
From: Marc-André Lureau Hi, In the thread "[PATCH 0/6] ui/dbus: Share one listener for a console", Akihiko Odaki reported a number of issues with the GL and D-Bus display. His series propose a different design, and reverting some of my previous generic console changes to fix those issues. Howev