commit | f282454cf6cb9859876d148a83bf99450ce860d8 | [log] [tgz] |
---|---|---|
author | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Wed Apr 08 17:02:21 2015 +0300 |
committer | Daniel Stone <daniels@collabora.com> | Wed Apr 08 16:41:04 2015 +0100 |
tree | 2d492a118010654506c015f79ac11693e1aa514c | |
parent | 2992d7192df639b0c9b04948de7feb50f36983bf [diff] |
gl-renderer: check EGL_EXT_platform_base in supports() An EGL implementation may support client extensions without supporting EGL_EXT_platform_base. In such a case, we should return 0 to fall back to the old eglGetDisplay() way. Cc: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org> Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-by: Daniel Stone <daniels@collabora.com>