mbox series

[0/2] Fixes for ui/gtk-gl-area

Message ID e0db9981-fe2f-67ec-63df-ff0c8e4cd690@t-online.de
Headers show
Series Fixes for ui/gtk-gl-area | expand

Message

Volker Rümelin June 5, 2022, 8:50 a.m. UTC
The first patch fixes a GL context leak.

The second patch fixes a black guest screen on Wayland with OpenGL 
accelerated QEMU graphics devices. This bug doesn't seem to be related 
to issues #910, #865, #671 or #298.

Volker Rümelin (2):
   ui/gtk-gl-area: implement GL context destruction
   ui/gtk-gl-area: create the requested GL context version

  ui/gtk-gl-area.c | 39 +++++++++++++++++++++++++++++++++++++--
  ui/trace-events  |  2 ++
  2 files changed, 39 insertions(+), 2 deletions(-)

Comments

Gerd Hoffmann June 9, 2022, 9:24 a.m. UTC | #1
On Sun, Jun 05, 2022 at 10:50:28AM +0200, Volker Rümelin wrote:
> The first patch fixes a GL context leak.
> 
> The second patch fixes a black guest screen on Wayland with OpenGL
> accelerated QEMU graphics devices. This bug doesn't seem to be related to
> issues #910, #865, #671 or #298.

Both queueed up.

thanks,
  Gerd