Re: [Mesa-dev] [PATCH] egl/android: Change order of EGLConfig generation (v2)

2017-06-22 Thread Chad Versace
On Thu 22 Jun 2017, Rob Herring wrote: > On Tue, Jun 20, 2017 at 5:03 PM, Chad Versace > wrote: > > Many Android apps (such as Google's official NDK GLES2 example app), and > > even portions the core framework code (such as SystemServiceManager in > > Nougat), incorrectly choose their EGLConfig.

Re: [Mesa-dev] [PATCH] egl/android: Change order of EGLConfig generation (v2)

2017-06-22 Thread Rob Herring
On Tue, Jun 20, 2017 at 5:03 PM, Chad Versace wrote: > Many Android apps (such as Google's official NDK GLES2 example app), and > even portions the core framework code (such as SystemServiceManager in > Nougat), incorrectly choose their EGLConfig. They neglect to match the > EGLConfig's EGL_NATIV

[Mesa-dev] [PATCH] egl/android: Change order of EGLConfig generation (v2)

2017-06-20 Thread Chad Versace
Many Android apps (such as Google's official NDK GLES2 example app), and even portions the core framework code (such as SystemServiceManager in Nougat), incorrectly choose their EGLConfig. They neglect to match the EGLConfig's EGL_NATIVE_VISUAL_ID against the window's native format, and instead ch