Re: [PATCH weston] gl-renderer: remove unneeded cast

2017-12-05 Thread Daniel Stone
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

[PATCH weston] gl-renderer: remove unneeded cast

2017-07-31 Thread Emil Velikov
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