Re: [PATCH] ui/gtk: set scanout mode in gd_egl/gd_gl_area_scanout_texture

2023-08-07 Thread Marc-André Lureau
Hi On Tue, Jul 25, 2023 at 4:35 AM Dongwon Kim wrote: > > Fixing a regression (black screen) caused by a commit 92b58156e7 > ("ui/gtk: set scanout-mode right before scheduling draw"). > > The commit 92b58156e7 was made with an assumption that the scanout > mode needs to be set only if the guest

[PATCH] ui/gtk: set scanout mode in gd_egl/gd_gl_area_scanout_texture

2023-07-24 Thread Dongwon Kim
Fixing a regression (black screen) caused by a commit 92b58156e7 ("ui/gtk: set scanout-mode right before scheduling draw"). The commit 92b58156e7 was made with an assumption that the scanout mode needs to be set only if the guest scanout is a dmabuf but there are cases (e.g. virtio-gpu-virgl)