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

Volker Rümelin posted 2 patches 1 year, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/e0db9981-fe2f-67ec-63df-ff0c8e4cd690@t-online.de
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
ui/gtk-gl-area.c | 39 +++++++++++++++++++++++++++++++++++++--
ui/trace-events  |  2 ++
2 files changed, 39 insertions(+), 2 deletions(-)
[PATCH 0/2] Fixes for ui/gtk-gl-area
Posted by Volker Rümelin 1 year, 11 months ago
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(-)

-- 
2.35.3


Re: [PATCH 0/2] Fixes for ui/gtk-gl-area
Posted by Gerd Hoffmann 1 year, 10 months ago
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