Re: [PATCH weston 3/9] gl-renderer: move check_extension() to shared/

2016-07-04 Thread Emil Velikov
On 4 July 2016 at 15:34, Emil Velikov wrote: > diff --git a/shared/config-parser.c b/shared/config-parser.c > index 2256469..d316958 100644 > --- a/shared/config-parser.c > +++ b/shared/config-parser.c > @@ -39,6 +39,7 @@ > > #include > #include "config-parser.h" > +#include "config-parser-pri

[PATCH weston 3/9] gl-renderer: move check_extension() to shared/

2016-07-04 Thread Emil Velikov
From: Emil Velikov ... prefixing it with a "weston_". This way we can reuse it across the board, instead of the current strstr. The latter of which can give us false positives, thus it will be resolved with next commit(s). Signed-off-by: Emil Velikov --- libweston/gl-renderer.c | 59 ++