[Mesa-dev] [PATCH 7/9] egl/wayland: assume EGL_WINDOW_BIT

Axel Davy axel.davy at ens.fr
Fri May 8 06:34:03 PDT 2015


Le 06/05/2015 03:00, Dave Airlie a écrit :
> On 2 May 2015 at 20:15, Axel Davy <axel.davy at ens.fr> wrote:
>> Only EGL_WINDOW_BIT is supported. Remove tests related.
> Is this there no plans to support pixmap/pbuffer/ or any of the other bits?
>
> Seems like a step in the wrong direction if we really should be supporting
> other things than WINDOW_BIT in the future.
>
> Dave.
>
I double checked, and it really seems pbuffers are not supported by the 
current mesa implementation for wayland.
However the spec doesn't tell they shouldn't be supported.

What about changing  the commit message to:
egl/wayland: simplify dri2_wl_create_surface

This function is always used with EGL_WINDOW_BIT. Pixmaps are forbidden
for Wayland, and PBuffers are unimplemented.



I'm also fine with dropping the patch.

Yours,

Axel Davy



More information about the mesa-dev mailing list