commit | 0775cd116fad810a0fc289ffc193c57c896b8bd5 | [log] [tgz] |
---|---|---|
author | Varad Gautam <varad.gautam@collabora.com> | Wed Nov 23 14:03:20 2016 +0530 |
committer | Daniel Stone <daniels@collabora.com> | Mon Jun 12 10:35:55 2017 +0100 |
tree | 329d44ab25cfe0faf7e07aa5435bc326d60be718 | |
parent | 48be0be7a3d4e93136c339904f1fb636d9d7d859 [diff] |
gl-renderer: support format and modifier queries 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 Gautam <varad.gautam@collabora.com> Reviewed-by: Daniel Stone <daniels@collabora.com>