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

--- Comment #1 from Emil Velikov <emil.l.veli...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to