commit | 5d1d2ca32513a04f01e5f4cf938f6aa5ae513fcc | [log] [tgz] |
---|---|---|
author | Manuel Bachmann <manuel.bachmann@open.eurogiciel.org> | Sun Mar 29 08:17:01 2015 +0200 |
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Mon Mar 30 15:42:16 2015 +0300 |
tree | e53a3388d1a535b410ffe7c6feb471356a12edc8 | |
parent | 56d9b88e695be2f0a4ba21c9ef365483fa916427 [diff] |
toytoolkit: fix EGL surface creation for lazy drivers Some DRI drivers, including VMware vmwgfx, do not support calling eglQueryString() with a EGL_NO_DISPLAY parameter. Allow toytoolkit to create EGL surfaces with them, by falling back to the old creation method. Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>