Re: [Mesa-dev] [PATCH v2] egl_dri2: set correct error code if swapbuffers fails

2016-02-19 Thread Emil Velikov
On 19 February 2016 at 16:48, Tapani Pälli wrote: > On 02/19/2016 06:23 PM, Emil Velikov wrote: >> >> On 19 February 2016 at 05:40, Tapani Pälli wrote: >>> >>> Pinging Emil with this one .. >>> >> Should have mentioned it beforehand - I pushed it

Re: [Mesa-dev] [PATCH v2] egl_dri2: set correct error code if swapbuffers fails

2016-02-19 Thread Tapani Pälli
On 02/19/2016 06:23 PM, Emil Velikov wrote: On 19 February 2016 at 05:40, Tapani Pälli wrote: Pinging Emil with this one .. Should have mentioned it beforehand - I pushed it yesterday. Hopefully others won't object :-) OK thanks, I cannot spot it in the current tree

Re: [Mesa-dev] [PATCH v2] egl_dri2: set correct error code if swapbuffers fails

2016-02-19 Thread Emil Velikov
On 19 February 2016 at 05:40, Tapani Pälli wrote: > Pinging Emil with this one .. > Should have mentioned it beforehand - I pushed it yesterday. Hopefully others won't object :-) Thanks Emil ___ mesa-dev mailing list

Re: [Mesa-dev] [PATCH v2] egl_dri2: set correct error code if swapbuffers fails

2016-02-18 Thread Tapani Pälli
Pinging Emil with this one .. On 02/15/2016 09:31 AM, Tapani Pälli wrote: From: Daniel Czarnowski A return value of '-1' means that there was error during swap with a window drawable, in this case we set error as EGL_BAD_NATIVE_WINDOW. v2: coding style cleanup,

[Mesa-dev] [PATCH v2] egl_dri2: set correct error code if swapbuffers fails

2016-02-14 Thread Tapani Pälli
From: Daniel Czarnowski A return value of '-1' means that there was error during swap with a window drawable, in this case we set error as EGL_BAD_NATIVE_WINDOW. v2: coding style cleanup, better commit message Signed-off-by: Matt Roper