[Mesa-dev] [PATCH] wayland/egl: Resize EGL surface on update buffer for swrast

2018-10-25 Thread Olivier Fourdan
After commit a9fb331ea ("wayland/egl: update surface size on window resize"), the surface size is updated as soon as the resize is done, and `update_buffers()` would resize only if the surface size differs from the attached size. However, in the case of swrast, there is no resize callback and the

Re: [Mesa-dev] [PATCH] wayland/egl: Resize EGL surface on update buffer for swrast

2018-10-25 Thread Olivier Fourdan
Oops got the mesa-dev address wrong... On Thu, Oct 25, 2018 at 2:40 PM Olivier Fourdan wrote: > > After commit a9fb331ea ("wayland/egl: update surface size on window > resize"), the surface size is updated as soon as the resize is done, and > `update_buffers()` would resize only if the surface si

Re: [Mesa-dev] [PATCH] wayland/egl: Resize EGL surface on update buffer for swrast

2018-10-25 Thread Juan A. Suarez Romero
On Thu, 2018-10-25 at 14:48 +0200, Olivier Fourdan wrote: > After commit a9fb331ea ("wayland/egl: update surface size on window > resize"), the surface size is updated as soon as the resize is done, and > `update_buffers()` would resize only if the surface size differs from > the attached size. >

Re: [Mesa-dev] [PATCH] wayland/egl: Resize EGL surface on update buffer for swrast

2018-11-06 Thread Olivier Fourdan
Hi On Thu, Oct 25, 2018 at 5:51 PM Juan A. Suarez Romero wrote: > > On Thu, 2018-10-25 at 14:48 +0200, Olivier Fourdan wrote: > > After commit a9fb331ea ("wayland/egl: update surface size on window > > resize"), the surface size is updated as soon as the resize is done, and > > `update_buffers()`