Re: [PATCH v2] gl-renderer: support format and modifier queries

2017-06-12 Thread Daniel Stone
Hi, On 23 November 2016 at 08:33, Varad Gautam wrote: > EGL_EXT_image_dma_buf_import_modifiers allows querying the formats > and modifiers supported by the platform. expose these to the compositor. Since the relevant Mesa support has already landed, and there's still no alpha release in sight (?

[PATCH v2] gl-renderer: support format and modifier queries

2016-11-23 Thread Varad Gautam
From: Varad Gautam EGL_EXT_image_dma_buf_import_modifiers allows querying the formats and modifiers supported by the platform. expose these to the compositor. v2: - change calloc args (Daniel Stone) - check for modifier support before querying formats (Daniel Stone) Signed-off-by: Varad Gauta