Re: [Mesa-dev] [PATCH] egl/wayland: Add a fallback when fourcc query isn't supported

2017-11-14 Thread Derek Foreman
Please disregard, I misunderstood a comment in the bug tracker and this has been posted here before. Sorry for the line noise. On 2017-11-14 09:39 AM, Derek Foreman wrote: When queryImage doesn't support __DRI_IMAGE_ATTRIB_FOURCC wayland clients will die with a NULL derefence in wl_proxy_add_l

[Mesa-dev] [PATCH] egl/wayland: Add a fallback when fourcc query isn't supported

2017-11-14 Thread Derek Foreman
When queryImage doesn't support __DRI_IMAGE_ATTRIB_FOURCC wayland clients will die with a NULL derefence in wl_proxy_add_listener. Attempt to provide a simple fallback to keep ancient systems working. Signed-off-by: Derek Foreman --- src/egl/drivers/dri2/platform_wayland.c | 32

Re: [Mesa-dev] [PATCH] egl/wayland: Add a fallback when fourcc query isn't supported

2017-11-08 Thread Eric Engestrom
On Wednesday, 2017-11-08 11:56:12 +, Emil Velikov wrote: > From: Derek Foreman > > When queryImage doesn't support __DRI_IMAGE_ATTRIB_FOURCC wayland clients > will die with a NULL derefence in wl_proxy_add_listener. > > Attempt to provide a simple fallback to keep ancient systems working. >

[Mesa-dev] [PATCH] egl/wayland: Add a fallback when fourcc query isn't supported

2017-11-08 Thread Emil Velikov
From: Derek Foreman When queryImage doesn't support __DRI_IMAGE_ATTRIB_FOURCC wayland clients will die with a NULL derefence in wl_proxy_add_listener. Attempt to provide a simple fallback to keep ancient systems working. Fixes: 6595c699511 ("egl/wayland: Remove more surface specifics from creat