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++) {
> -
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