eglCreatePbufferSurface isn't supported in Mesa for Wayland
Samuel Rødal
samuel.rodal at nokia.com
Wed Apr 11 02:07:35 PDT 2012
On 04/11/2012 10:21 AM, ext yan.wang at linux.intel.com wrote:
> Hi,
> I found eglCreatePbufferSurface API isn't supported in Mesa for Wayland.
> Will it be implemented in the future? Or should I use
> eglCreatePixmapSurface instead of it?
> Thanks.
>
> Yan Wang
Maybe you can use surfaceless EGL with an FBO.
When the KHR_surfaceless_gles2 extension is present you should be able
to do eglMakeCurrent with only an EGLContext and no EGLSurface.
--
Samuel
More information about the wayland-devel
mailing list