On 14 July 2017 at 05:59, Louis-Francis Ratté-Boulianne <[email protected]> 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 <[email protected]> > Reviewed-by: Eric Engestrom <[email protected]> > Reviewed-by: Emil Velikov <[email protected]>
> +#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 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
