[Mesa-dev] [RFC v2 02/23] RFC: egl/x11: Support DRI3 v1.1

Emil Velikov emil.l.velikov at gmail.com
Fri Jul 14 11:30:52 UTC 2017


On 14 July 2017 at 05:59, Louis-Francis Ratté-Boulianne
<lfrb at collabora.com> wrote:
> Add support for DRI3 v1.1, which allows pixmaps to be backed by
> multi-planar buffers, or those with format modifiers. This is both
> for allocating render buffers, as well as EGLImage imports from a
> native pixmap (EGL_NATIVE_PIXMAP_KHR).
>
> Signed-off-by: Louis-Francis Ratté-Boulianne <lfrb at collabora.com>
> Reviewed-by: Eric Engestrom <eric.engestrom at imgtec.com>
> Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

> +#if XCB_DRI3_MAJOR_VERSION > 1 || (XCB_DRI3_MAJOR_VERSION == 1 && XCB_DRI3_MINOR_VERSION >= 1)

Thanks for the update. Any ideas what's happening with the XCB
patches? It those have landed, we could roll a release and drop these.

We could merge the code as-is and drop the guards (+bump the version
req.) at a later point. Perhaps during rc1, but it would be better to
have it sorted from the start.

-Emil


More information about the mesa-dev mailing list