Re: [PATCH mesa] wayland: Make eglQueryBufferWL succeed for width and height requests too

2013-05-02 Thread Kristian Høgsberg
On Wed, Apr 10, 2013 at 11:36:24AM +0100, Rob Bradford wrote: > From: Rob Bradford > > Following the addition of the EGL_WIDTH and EGL_HEIGHT this function should > return EGL_TRUE for those requested attributes too. > --- > src/egl/drivers/dri2/egl_dri2.c | 4 ++-- > 1 file changed, 2 insertion

[PATCH mesa] wayland: Make eglQueryBufferWL succeed for width and height requests too

2013-04-10 Thread Rob Bradford
From: Rob Bradford Following the addition of the EGL_WIDTH and EGL_HEIGHT this function should return EGL_TRUE for those requested attributes too. --- src/egl/drivers/dri2/egl_dri2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/egl/drivers/dri2/egl_dri2.c b/src/egl