GNOME Bugzilla – Bug 772422
Use eglGetPlatformDisplay
Last modified: 2017-02-07 13:45:47 UTC
Created attachment 336922 [details] [review] 0001-Use-eglGetPlatformDisplay.patch Use the API that doesn't force libEGL to guess what kind of display it's been handed.
Created attachment 337441 [details] [review] 0001-Use-eglGetPlatformDisplay.patch Updated version is more paranoid about extension checks and will fall back to the EXT extension if the KHR one isn't available.
According to https://bugs.debian.org/854446 this is necessary when using a Mesa built with libglvnd.
Review of attachment 337441 [details] [review]: Sorry that this got forgotten. It looks fine, thanks. I'll push both changes to stable but only the cogl-winsys-egl-x11 part to master since we already have equivalent code in the native renderer there