Re: [Mesa-dev] [PATCH 03/10] egl/android: Add some useful error messages

2016-07-15 Thread Eric Anholt
Tomasz Figa writes: > It is much easier to debug issues when the application gives some > meaningful error messages. This patch adds few to the EGL Android > platform backend. > > Signed-off-by: Tomasz Figa Reviewed-by: Eric Anholt signature.asc Description: PGP signature ___

[Mesa-dev] [PATCH 03/10] egl/android: Add some useful error messages

2016-07-15 Thread Tomasz Figa
It is much easier to debug issues when the application gives some meaningful error messages. This patch adds few to the EGL Android platform backend. Signed-off-by: Tomasz Figa --- src/egl/drivers/dri2/platform_android.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff