Re: [Mesa-dev] [PATCH] egl: add EGL_BAD_MATCH error case for surfaceless and android

2018-05-04 Thread Emil Velikov
On 4 May 2018 at 06:28, Tapani Pälli wrote: > Just like is done for other backends when suitable config is not > found (added in fd4eba4929). > > Signed-off-by: Tapani Pälli Thanks for fixing this up. Reviewed-by: Emil Velikov -Emil ___ mesa-dev mai

Re: [Mesa-dev] [PATCH] egl: add EGL_BAD_MATCH error case for surfaceless and android

2018-05-04 Thread Juan A. Suarez Romero
Reviewed-by: Juan A. Suarez On Fri, 2018-05-04 at 08:28 +0300, Tapani Pälli wrote: > Just like is done for other backends when suitable config is not > found (added in fd4eba4929). > > Signed-off-by: Tapani Pälli > --- > src/egl/drivers/dri2/platform_android.c | 4 +++- > src/egl/drivers/d

[Mesa-dev] [PATCH] egl: add EGL_BAD_MATCH error case for surfaceless and android

2018-05-03 Thread Tapani Pälli
Just like is done for other backends when suitable config is not found (added in fd4eba4929). Signed-off-by: Tapani Pälli --- src/egl/drivers/dri2/platform_android.c | 4 +++- src/egl/drivers/dri2/platform_surfaceless.c | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a