Re: [PATCH weston 3/9] gl-renderer: allow importing dmabufs with format modifiers

2016-11-21 Thread Daniel Stone
Hi Varad, On 17 November 2016 at 11:55, Varad Gautam wrote: > attribs[atti++] = EGL_NONE; > @@ -1924,9 +1941,10 @@ gl_renderer_import_dmabuf(struct weston_compositor *ec, > assert(gr->has_dmabuf_import); > > for (i = 0; i < dmabuf->attributes.n_planes; i++) { > -

[PATCH weston 3/9] gl-renderer: allow importing dmabufs with format modifiers

2016-11-17 Thread Varad Gautam
From: Varad Gautam pass over the modifier attributes to EGL. Signed-off-by: Varad Gautam --- libweston/gl-renderer.c| 26 ++ libweston/weston-egl-ext.h | 6 ++ 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/libweston/gl-renderer.c b/libweston/g