GNOME Bugzilla – Bug 769731
Should use EGL_NO_CONTEXT when creating EGL_WAYLAND_BUFFER_WL images
Last modified: 2016-08-29 14:42:01 UTC
Created attachment 333097 [details] [review] proposed patch The WL_bind_wayland_display spec says EGL images should be created using EGL_WAYLAND_BUFFER_WL as the target and EGL_NO_CONTEXT as the contents. Mesa is lenient and accepts any context, other stacks not so much. Same issue as #765351 for cogl
LGTM; would be good to push since this does terminally break other stacks, and given that it's required for strict conformance, Mesa will probably get changed to enforce it at some stage ...
Thanks for the patch and review