On 27 June 2015 at 09:46, Marek Olšák wrote:
> For the whole series:
>
> Reviewed-by: Marek Olšák
>
Fixed the typo spotted by Michel and pushed to master. Thank you Marek.
-Emil
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.free
For the whole series:
Reviewed-by: Marek Olšák
Marek
On Fri, Jun 26, 2015 at 2:04 PM, Emil Velikov wrote:
> Free the memory for dri2_surf in the unlikely case that one provides
> NULL for native_window. Also set the relevant EGL_ERROR to provide
> feedback to the user.
>
> Signed-off-by: Emil
Free the memory for dri2_surf in the unlikely case that one provides
NULL for native_window. Also set the relevant EGL_ERROR to provide
feedback to the user.
Signed-off-by: Emil Velikov
---
src/egl/drivers/dri2/platform_drm.c | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --g