Re: [PATCH weston 4/9] gl-renderer: allow importing fourth dmabuf plane

2016-11-21 Thread Daniel Stone
Hi Varad, On 17 November 2016 at 11:55, Varad Gautam wrote: > @@ -1621,6 +1621,21 @@ import_simple_dmabuf(struct gl_renderer *gr, > } > } > > + if (gr->has_dmabuf_import_modifiers) { > + if (attributes->n_planes > 3) { > +

[PATCH weston 4/9] gl-renderer: allow importing fourth dmabuf plane

2016-11-17 Thread Varad Gautam
From: Varad Gautam EGL_EXT_image_dma_buf_import_modifiers supports importing upto four dmabuf planes into an EGLImage. Signed-off-by: Varad Gautam --- libweston/gl-renderer.c| 17 - libweston/weston-egl-ext.h | 5