After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 705836 - egl-kms: set the EGL_PLATFORM explicitly
egl-kms: set the EGL_PLATFORM explicitly
Status: RESOLVED FIXED
Product: cogl
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Cogl maintainer(s)
Cogl maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-08-12 12:59 UTC by Giovanni Campagna
Modified: 2014-04-30 16:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
egl-kms: set the EGL_PLATFORM explicitly (1.21 KB, patch)
2013-08-12 12:59 UTC, Giovanni Campagna
committed Details | Review

Description Giovanni Campagna 2013-08-12 12:59:53 UTC
Otherwise, if we try egl-wayland first, we get the environment
variable from that, which crashes mesa trying to open the gbm device
as a wayland display.
Comment 1 Giovanni Campagna 2013-08-12 12:59:56 UTC
Created attachment 251345 [details] [review]
egl-kms: set the EGL_PLATFORM explicitly
Comment 2 Robert Bragg 2013-08-12 14:59:12 UTC
Comment on attachment 251345 [details] [review]
egl-kms: set the EGL_PLATFORM explicitly

This looks good to land to me, thanks.

Reviewed-by: Robert Bragg <robert@linux.intel.com>
Comment 3 Giovanni Campagna 2013-08-13 07:34:32 UTC
Attachment 251345 [details] pushed as dab0542 - egl-kms: set the EGL_PLATFORM explicitly
Comment 4 Neil Roberts 2014-04-30 16:01:23 UTC
This patch has now effectively been reverted but it should be ok because the Wayland winsys also no longer sets the EGL_PLATFORM. See bug 728978.