[Mesa-dev] [Bug 91020] Mesa's demo / tools won't compile since EGL changes

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jun 18 10:57:14 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=91020

--- Comment #1 from Emil Velikov <emil.l.velikov at gmail.com> ---
Mesa commit 7a58262e58d removed all the EGL_MESA_screen_surface definitions as
it was never implemented (according to it).

Seems like mesa-demos doesn't have the necessary compile guards. Something like
the following should fix things

#if EGL_MESA_screen_surface

// code using the extension

#endif

Feel free to wrap up a patch and send it to mesa-dev ML.

Thanks
Emil

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150618/49f0cadb/attachment.html>


More information about the mesa-dev mailing list