GNOME Bugzilla – Bug 792569
gl/egldisplay: need check display before call eglGetDisplay
Last modified: 2018-01-18 08:18:12 UTC
Created attachment 366879 [details] [review] gl/egldisplay: need check display before call eglGetDisplay
Review of attachment 366879 [details] [review]: eglGetDisplay(0) (0 is the value of EGL_DEFAULT_DISPLAY) is valid call according to https://www.khronos.org/registry/EGL/sdk/docs/man/html/eglGetDisplay.xhtml Why do you need this? This will break android.
Vendor's driver issue. Not glimagesink issue