Re: [Mesa-dev] [PATCH 1/2] egl/dri2: set max values for pbuffer width and height

2016-10-20 Thread Tapani Pälli
On 10/20/2016 07:12 PM, Emil Velikov wrote: On 20 October 2016 at 10:02, Tapani Pälli wrote: While these max values were previously fixed for pbuffer creation, this change makes also eglGetConfigAttrib() return correct values. Fixes following dEQP tests: dEQP-EGL.functional.create_surface

Re: [Mesa-dev] [PATCH 1/2] egl/dri2: set max values for pbuffer width and height

2016-10-20 Thread Emil Velikov
On 20 October 2016 at 10:02, Tapani Pälli wrote: > While these max values were previously fixed for pbuffer creation, this > change makes also eglGetConfigAttrib() return correct values. > > Fixes following dEQP tests: > >dEQP-EGL.functional.create_surface.pbuffer.rgb888_no_depth_no_stencil >

Re: [Mesa-dev] [PATCH 1/2] egl/dri2: set max values for pbuffer width and height

2016-10-20 Thread Tapani Pälli
On 10/20/2016 02:10 PM, Eric Engestrom wrote: On Thursday, 2016-10-20 12:02:15 +0300, Tapani Pälli wrote: While these max values were previously fixed for pbuffer creation, this change makes also eglGetConfigAttrib() return correct values. Fixes following dEQP tests: dEQP-EGL.functional.c

Re: [Mesa-dev] [PATCH 1/2] egl/dri2: set max values for pbuffer width and height

2016-10-20 Thread Eric Engestrom
On Thursday, 2016-10-20 12:02:15 +0300, Tapani Pälli wrote: > While these max values were previously fixed for pbuffer creation, this > change makes also eglGetConfigAttrib() return correct values. > > Fixes following dEQP tests: > >dEQP-EGL.functional.create_surface.pbuffer.rgb888_no_depth_n

[Mesa-dev] [PATCH 1/2] egl/dri2: set max values for pbuffer width and height

2016-10-20 Thread Tapani Pälli
While these max values were previously fixed for pbuffer creation, this change makes also eglGetConfigAttrib() return correct values. Fixes following dEQP tests: dEQP-EGL.functional.create_surface.pbuffer.rgb888_no_depth_no_stencil dEQP-EGL.functional.create_surface.pbuffer.rgb888_depth_ste