Re: [PATCH v2] ui/gtk-gl-area: Remove extra draw call in refresh

2025-05-06 Thread Alex Bennée
dongwon@intel.com writes: > From: Dongwon Kim > > This partially reverts commit 77bf310084dad38b3a2badf01766c659056f1cf2 > which causes some guest display corruption when gtk-gl-area > is used for GTK rendering (e.g. Wayland Compositor) possibly due to > simulataneous accesses on the guest fr

[PATCH v2] ui/gtk-gl-area: Remove extra draw call in refresh

2025-02-14 Thread dongwon . kim
From: Dongwon Kim This partially reverts commit 77bf310084dad38b3a2badf01766c659056f1cf2 which causes some guest display corruption when gtk-gl-area is used for GTK rendering (e.g. Wayland Compositor) possibly due to simulataneous accesses on the guest frame buffer by host compositor and the gues