Re: [weston v2] linux-dmabuf: align DMABUF exposed formats with EGL supported formats

2017-12-04 Thread Daniel Stone
Hi Vincent, On 20 March 2017 at 09:50, Vincent ABRIOU wrote: > Any feedback on this patch? Sorry for not replying sooner. With the modifiers code having landed, this would need some rework to fit there. When the modifiers query is available, we'd need to drop the RGB format advertisement. For t

Re: [weston v2] linux-dmabuf: align DMABUF exposed formats with EGL supported formats

2017-03-20 Thread Vincent ABRIOU
Hi Daniel, Any feedback on this patch? Thanks Vincent On 02/10/2017 03:30 PM, Vincent Abriou wrote: > Expose to the DMABUF protocol the pixel formats already explicitly > supported as fallback by gl-renderer in import_yuv_dmabuf function plus > the standard RGB formats that all GPU supports: > A

[weston v2] linux-dmabuf: align DMABUF exposed formats with EGL supported formats

2017-02-10 Thread Vincent Abriou
Expose to the DMABUF protocol the pixel formats already explicitly supported as fallback by gl-renderer in import_yuv_dmabuf function plus the standard RGB formats that all GPU supports: ARGB, XRGB, RGB565, YUYV, NV12, YUV420 and YUV444. Signed-off-by: Vincent Abriou --- v2: - Remove dep