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 655216 - egl: Guard the feature discovery of eglCreateImage()
egl: Guard the feature discovery of eglCreateImage()
Status: RESOLVED FIXED
Product: cogl
Classification: Platform
Component: Android
unspecified
Other All
: Normal normal
: ---
Assigned To: Cogl maintainer(s)
Cogl maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-07-24 17:06 UTC by Damien Lespiau
Modified: 2011-07-29 10:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
egl: Guard the feature discovery of eglCreateImage() (1.40 KB, patch)
2011-07-24 17:06 UTC, Damien Lespiau
committed Details | Review

Description Damien Lespiau 2011-07-24 17:06:36 UTC
This was causing the Android backend not to compile with Cogl master. The fix
is totally blind.
Comment 1 Damien Lespiau 2011-07-24 17:06:39 UTC
Created attachment 192568 [details] [review]
egl: Guard the feature discovery of eglCreateImage()

EGLImageKHR might not be defined, the rest of the code seems to guard it
with #ifdef EGL_KHR_image_base.
Comment 2 Damien Lespiau 2011-07-29 10:47:36 UTC
Attachment 192568 [details] pushed as 9ca3308 - egl: Guard the feature discovery of eglCreateImage()