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

2017-07-13 Thread 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). Signed-off-by: Louis-Francis Ratté-Boulianne Reviewed-by: Eri

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

2017-08-30 Thread 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). Signed-off-by: Louis-Francis Ratté-Boulianne Reviewed-by: Eri

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

2017-07-14 Thread Emil Velikov
On 14 July 2017 at 05:59, Louis-Francis Ratté-Boulianne 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_PIXM