Thanks for the quick review! I have sent a v2 with the requested changes.
On Mon, Aug 14, 2023 at 2:41 PM Marc-André Lureau <
marcandre.lur...@gmail.com> wrote:
> Hi
>
> On Mon, Aug 14, 2023 at 4:10 PM Bilal Elmoussaoui
> wrote:
> >
> > Currently, when using `-display dbus,gl=on` all updates to
Hi
On Mon, Aug 14, 2023 at 4:10 PM Bilal Elmoussaoui wrote:
>
> Currently, when using `-display dbus,gl=on` all updates to the client
> become "full scanout" updates, meaning there is no way for the client to
> limit damage regions to the display server.
>
> Instead of using an "update count", th
Currently, when using `-display dbus,gl=on` all updates to the client
become "full scanout" updates, meaning there is no way for the client to
limit damage regions to the display server.
Instead of using an "update count", this patch tracks the damage region
and propagates it to the client.
This
On 9/5/23 17:04, Bilal Elmoussaoui wrote:
cairo declared as optional dep, ...
I don't see where cairo is marked as an optional dependency, the `cairo
= not_found` part could probably be dropped to make it clearer.
I was expecting:
.require(cairo.found(), error_message: '-display dbus re
>
> cairo declared as optional dep, ...
>
I don't see where cairo is marked as an optional dependency, the `cairo =
not_found` part could probably be dropped to make it clearer.
On Tue, May 9, 2023 at 4:34 PM Philippe Mathieu-Daudé
wrote:
> Hi,
>
> On 9/5/23 13:59, Bilal Elmoussaoui wrote:
> >
Hi,
On 9/5/23 13:59, Bilal Elmoussaoui wrote:
From: Christian Hergert
Currently, when using `-display dbus,gl=on` all updates to the client
become "full scanout" updates, meaning there is no way for the client to
limit damage regions to the display server.
Instead of using an "update count",
From: Christian Hergert
Currently, when using `-display dbus,gl=on` all updates to the client
become "full scanout" updates, meaning there is no way for the client to
limit damage regions to the display server.
Instead of using an "update count", this patch tracks the damage region
and propagate