Re: [Mesa-dev] [PATCH v2] egl/dri2: implement query surface hook

2017-06-22 Thread Emil Velikov
Hi Tapani, On 21 December 2016 at 08:21, Tapani Pälli wrote: > This makes better guarantee that the values we return are > in sync what the underlying drawable currently has. > > Together with dEQP change in bug #98327 this fixes following test: > >dEQP-EGL.functional.resize.surface_size.grow

Re: [Mesa-dev] [PATCH v2] egl/dri2: implement query surface hook

2016-12-22 Thread Chad Versace
On Wed 21 Dec 2016, Tapani Pälli wrote: > This makes better guarantee that the values we return are > in sync what the underlying drawable currently has. > > Together with dEQP change in bug #98327 this fixes following test: > >dEQP-EGL.functional.resize.surface_size.grow > > v2: avoid unnec

Re: [Mesa-dev] [PATCH v2] egl/dri2: implement query surface hook

2016-12-21 Thread Mark Janes
Tested-by: Mark Janes Tapani Pälli writes: > This makes better guarantee that the values we return are > in sync what the underlying drawable currently has. > > Together with dEQP change in bug #98327 this fixes following test: > >dEQP-EGL.functional.resize.surface_size.grow > > v2: avoid u

[Mesa-dev] [PATCH v2] egl/dri2: implement query surface hook

2016-12-21 Thread Tapani Pälli
This makes better guarantee that the values we return are in sync what the underlying drawable currently has. Together with dEQP change in bug #98327 this fixes following test: dEQP-EGL.functional.resize.surface_size.grow v2: avoid unnecessary x11 roundtrips (Chad Versace) Signed-off-by: Tap