Re: [Mesa-dev] [PATCH 07/16] RFC: egl/x11: Support DRI3 v1.1

2018-02-09 Thread Jason Ekstrand
On Fri, Feb 9, 2018 at 3:43 PM, Jason Ekstrand wrote: > From: Louis-Francis Ratté-Boulianne > > 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

[Mesa-dev] [PATCH 07/16] RFC: egl/x11: Support DRI3 v1.1

2018-02-09 Thread Jason Ekstrand
From: Louis-Francis Ratté-Boulianne 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).