Re: [Mesa-dev] [PATCH] egl: updating surface size on x11

2016-03-11 Thread Matt Turner
On Fri, Mar 11, 2016 at 12:24 AM, Pielech, Adrian wrote: > I've found that EGLSurface width and height are not updated after window > resizing on x11. > Here is the patch for this issue. > > --- > src/egl/drivers/dri2/platform_x11.c | 16 > 1 file changed, 16 insertions(+) > > d

Re: [Mesa-dev] [PATCH] egl: updating surface size on x11

2016-03-11 Thread Michel Dänzer
On 11.03.2016 17:24, Pielech, Adrian wrote: > I've found that EGLSurface width and height are not updated after window > resizing on x11. > Here is the patch for this issue. > > --- > src/egl/drivers/dri2/platform_x11.c | 16 > 1 file changed, 16 insertions(+) > > diff --git a/

[Mesa-dev] [PATCH] egl: updating surface size on x11

2016-03-11 Thread Pielech, Adrian
I've found that EGLSurface width and height are not updated after window resizing on x11. Here is the patch for this issue. --- src/egl/drivers/dri2/platform_x11.c | 16 1 file changed, 16 insertions(+) diff --git a/src/egl/drivers/dri2/platform_x11.c b/src/egl/drivers/dri2/pl