Re: [Mesa-dev] [PATCH 08/13] egl: implement eglQueryDmaBufFormatsEXT

2016-11-18 Thread Emil Velikov
On 15 November 2016 at 14:24, Varad Gautam wrote: > From: Varad Gautam > > allow egl clients to query the dmabuf formats supported on this platform. > > Signed-off-by: Louis-Francis Ratté-Boulianne > Signed-off-by: Varad Gautam > --- > src/egl/drivers/dri2/egl_dri2.c | 87 > ++

[Mesa-dev] [PATCH 08/13] egl: implement eglQueryDmaBufFormatsEXT

2016-11-15 Thread Varad Gautam
From: Varad Gautam allow egl clients to query the dmabuf formats supported on this platform. Signed-off-by: Louis-Francis Ratté-Boulianne Signed-off-by: Varad Gautam --- src/egl/drivers/dri2/egl_dri2.c | 87 + src/egl/main/eglapi.c | 19 ++