Re: [PATCH] ui/gtk: set the area of the scanout texture correctly

2023-07-05 Thread Kim, Dongwon
On 7/4/2023 9:07 AM, Marc-André Lureau wrote: Hi On Mon, Jun 26, 2023 at 9:49 PM Kim, Dongwon wrote: Hi Marc-André Lureau, On 6/26/2023 4:56 AM, Marc-André Lureau wrote: > Hi > > On Wed, Jun 21, 2023 at 11:53 PM Dongwon Kim > wrote: > >     x and y offse

Re: [PATCH] ui/gtk: set the area of the scanout texture correctly

2023-07-04 Thread Marc-André Lureau
Hi On Mon, Jun 26, 2023 at 9:49 PM Kim, Dongwon wrote: > Hi Marc-André Lureau, > > On 6/26/2023 4:56 AM, Marc-André Lureau wrote: > > Hi > > > > On Wed, Jun 21, 2023 at 11:53 PM Dongwon Kim > > wrote: > > > > x and y offsets and width and height of the scanout texture > > is not correct

Re: [PATCH] ui/gtk: set the area of the scanout texture correctly

2023-06-26 Thread Kim, Dongwon
Hi Marc-André Lureau, On 6/26/2023 4:56 AM, Marc-André Lureau wrote: Hi On Wed, Jun 21, 2023 at 11:53 PM Dongwon Kim wrote: x and y offsets and width and height of the scanout texture is not correctly configured in case guest scanout frame is dmabuf. Cc: Gerd Hoffmann

Re: [PATCH] ui/gtk: set the area of the scanout texture correctly

2023-06-26 Thread Marc-André Lureau
Hi On Wed, Jun 21, 2023 at 11:53 PM Dongwon Kim wrote: > x and y offsets and width and height of the scanout texture > is not correctly configured in case guest scanout frame is > dmabuf. > > Cc: Gerd Hoffmann > Cc: Marc-André Lureau > Cc: Vivek Kasireddy > Signed-off-by: Dongwon Kim > I fi

[PATCH] ui/gtk: set the area of the scanout texture correctly

2023-06-21 Thread Dongwon Kim
x and y offsets and width and height of the scanout texture is not correctly configured in case guest scanout frame is dmabuf. Cc: Gerd Hoffmann Cc: Marc-André Lureau Cc: Vivek Kasireddy Signed-off-by: Dongwon Kim --- ui/gtk-egl.c | 3 ++- ui/gtk-gl-area.c | 3 ++- 2 files changed, 4 inse