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

2016-08-09 Thread Chad Versace
On 08/09/2016 01:49 PM, Haixia Shi wrote: > Pinging this thread - any objection to commit this? Thanks. I pushed it. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

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

2016-08-09 Thread Haixia Shi
Pinging this thread - any objection to commit this? Thanks. On Thu, Jul 28, 2016 at 8:58 PM, Tomasz Figa wrote: > On Fri, Jul 29, 2016 at 2:51 AM, Haixia Shi wrote: > > On android platform, the width and height of a native window surface may > > be updated after initialization. It is therefore

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

2016-07-28 Thread Tomasz Figa
On Fri, Jul 29, 2016 at 2:51 AM, 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. > > v2: remove Android specific #ifdef's and jus

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

2016-07-28 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. v2: remove Android specific #ifdef's and just implement the fallback directly if the platform query_surfa