Re: [Mesa-dev] [PATCH] egl: android: query native window default width and height

2016-07-28 Thread Kristian Høgsberg
On Wed, Jul 27, 2016 at 5:57 PM, Haixia Shi wrote: > On android platform, the width and height of a native window surface may > be updated after initialization. It is therefore necessary to query android > framework for the current width and height. > > TEST=dEQP-EGL.functional.resize.surface_size

[Mesa-dev] [PATCH] egl: android: query native window default width and height

2016-07-27 Thread Haixia Shi
On android platform, the width and height of a native window surface may be updated after initialization. It is therefore necessary to query android framework for the current width and height. TEST=dEQP-EGL.functional.resize.surface_size#* on cyan-cheets Signed-off-by: Haixia Shi --- src/egl/dr