[Mesa-dev] [PATCH 1/3] egl/x11: Honor the EGL_PLATFORM_X11_SCREEN_EXT attribute

Emil Velikov emil.l.velikov at gmail.com
Thu May 4 11:58:12 UTC 2017


On 3 May 2017 at 16:57, Adam Jackson <ajax at redhat.com> wrote:
> Signed-off-by: Adam Jackson <ajax at redhat.com>
Can we have some commit message? Feel free to copy the following.

Introduce _egl_display::Options::Platforms for private storage.
For X11 platforms we can use it for the screen number as set by
EGL_PLATFORM_X11_SCREEN_EXT.

> ---
> +
> +   if (!_eglParseX11DisplayAttribList(display, attrib_list)) {
>        return NULL;
>     }
Nit: drop the unneeded braces.

-Emil


More information about the mesa-dev mailing list