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

2022-06-09 Thread Gerd Hoffmann
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 que

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

2022-06-05 Thread Volker Rümelin
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/gt