qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 12/12] ui/console: call gfx_switch() even if the current s


From: Gerd Hoffmann
Subject: Re: [PATCH v3 12/12] ui/console: call gfx_switch() even if the current scanout is GL
Date: Wed, 9 Mar 2022 11:13:15 +0100

  Hi,

> If dpy_gfx_switch() implies a full dpy_gfx_update(), then we would need
> another callback to just set the new surface. This would avoid intermediary
> and useless switches to 2d/surface when the scanout is GL.

We can certainly change what dpy_gfx_switch() is supposed to do.

Current behavior dates back to the days where opengl support didn't
exist, so changing things and doing an explit update (when needed)
instead of an implicit automatic update makes sense to me.

When doing that the current ui implementations need a review though,
that's why I think it would be best to do such a change as separate
patch series.

take care,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]