Hi Emil,
On 31 July 2017 at 20:45, Emil Velikov wrote:
> The variable num is of EGLint type.
>
> Signed-off-by: Emil Velikov
Reviewed and pushed, thanks.
> Unrelated:
>
> The functions gl_renderer_query_dmabuf_* return bool as per the
> interface. At the same time:
> - the caller does not che
From: Emil Velikov
The variable num is of EGLint type.
Signed-off-by: Emil Velikov
---
Unrelated:
The functions gl_renderer_query_dmabuf_* return bool as per the
interface. At the same time:
- the caller does not check for it
- the function happily writes over the output storage on error
Wo