Re: [Mesa-dev] [PATCH v2] From: Emil Velikov

2017-08-21 Thread Emil Velikov
On 21 August 2017 at 17:26, Rob Herring wrote: > On Mon, Aug 21, 2017 at 9:08 AM, Emil Velikov > wrote: >> As said in the EGL_KHR_platform_android extensions >> >> For each EGLConfig that belongs to the Android platform, the >> EGL_NATIVE_VISUAL_ID attribute is an Android window format,

Re: [Mesa-dev] [PATCH v2] From: Emil Velikov

2017-08-21 Thread Rob Herring
On Mon, Aug 21, 2017 at 9:08 AM, Emil Velikov wrote: > As said in the EGL_KHR_platform_android extensions > > For each EGLConfig that belongs to the Android platform, the > EGL_NATIVE_VISUAL_ID attribute is an Android window format, such as > WINDOW_FORMAT_RGBA_. > > Although it sh

Re: [Mesa-dev] [PATCH v2] From: Emil Velikov

2017-08-21 Thread Emil Velikov
Oops, the commit message should read "egl/android: remove HAL_PIXEL_FORMAT_BGRA_ support" -Emil ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH v2] From: Emil Velikov

2017-08-21 Thread Emil Velikov
As said in the EGL_KHR_platform_android extensions For each EGLConfig that belongs to the Android platform, the EGL_NATIVE_VISUAL_ID attribute is an Android window format, such as WINDOW_FORMAT_RGBA_. Although it should be applicable overall. Even though we use HAL_PIXEL_FORMAT h