Re: [Mesa-dev] [PATCH 2/2] egl: set EGL_BAD_NATIVE_PIXMAP in the copy_buffers fallback

2018-07-05 Thread Eric Engestrom
On Wednesday, 2018-06-27 20:11:18 +0100, Emil Velikov wrote: > From: Emil Velikov > > As the spec says: > > EGL_BAD_NATIVE_PIXMAP is generated if the implementation > does not support native pixmaps. > > Signed-off-by: Emil Velikov Series is Reviewed-by: Eric Engestrom > --- > Strictly

[Mesa-dev] [PATCH 2/2] egl: set EGL_BAD_NATIVE_PIXMAP in the copy_buffers fallback

2018-06-27 Thread Emil Velikov
From: Emil Velikov As the spec says: EGL_BAD_NATIVE_PIXMAP is generated if the implementation does not support native pixmaps. Signed-off-by: Emil Velikov --- Strictly speaking all the other fallback functions should also set an _eglError, although that's outside of the current scope :-)